From Jeff Schnitzer Oct 24, 2006 11:44 AM
This is not good. There is no reason to have authrequired on these pages; that's what the permission system is for. While it may seem odd, it's entirely possible that folks may wish to run a wide-open mailing list on a small private network. Please rollback. Jeff jon@tigris.org wrote: > Author: jon > Date: 2006-10-24 09:09:03-0700 > New Revision: 828 > > Modified: > trunk/frontend/content/filter_delete.jsp > trunk/frontend/content/filter_edit.jsp > trunk/frontend/content/filter_save.jsp > trunk/frontend/content/filters.jsp > > Log: > added auth_required to filter pages. > > Modified: trunk/frontend/content/filter_delete.jsp > Url: http://subetha.tigris.org/source/browse/subetha/trunk/frontend/content/filter_delete.jsp?view=diff&rev=828&p1=trunk/frontend/content/filter_delete.jsp&p2=trunk/frontend/content/filter_delete.jsp&r1=827&r2=828 > ============================================================================== > --- trunk/frontend/content/filter_delete.jsp (original) > +++ trunk/frontend/content/filter_delete.jsp 2006-10-24 09:09:03-0700 > @@ -1,4 +1,6 @@ > <%@include file="/inc/top_standard.jspf" %> > + > +<t:action type="org.subethamail.web.action.auth.AuthRequired" /> > > <t:action type="org.subethamail.web.action.FilterDelete"/> > > > Modified: trunk/frontend/content/filter_edit.jsp > Url: http://subetha.tigris.org/source/browse/subetha/trunk/frontend/content/filter_edit.jsp?view=diff&rev=828&p1=trunk/frontend/content/filter_edit.jsp&p2=trunk/frontend/content/filter_edit.jsp&r1=827&r2=828 > ============================================================================== > --- trunk/frontend/content/filter_edit.jsp (original) > +++ trunk/frontend/content/filter_edit.jsp 2006-10-24 09:09:03-0700 > @@ -1,4 +1,6 @@ > <%@include file="/inc/top_standard.jspf" %> > + > +<t:action type="org.subethamail.web.action.auth.AuthRequired" /> > > <t:action var="model" type="org.subethamail.web.action.GetFilterForEdit" /> > > > Modified: trunk/frontend/content/filter_save.jsp > Url: http://subetha.tigris.org/source/browse/subetha/trunk/frontend/content/filter_save.jsp?view=diff&rev=828&p1=trunk/frontend/content/filter_save.jsp&p2=trunk/frontend/content/filter_save.jsp&r1=827&r2=828 > ============================================================================== > --- trunk/frontend/content/filter_save.jsp (original) > +++ trunk/frontend/content/filter_save.jsp 2006-10-24 09:09:03-0700 > @@ -1,4 +1,6 @@ > <%@include file="/inc/top_standard.jspf" %> > + > +<t:action type="org.subethamail.web.action.auth.AuthRequired" /> > > <t:action var="model" type="org.subethamail.web.action.FilterSave"/> > > > Modified: trunk/frontend/content/filters.jsp > Url: http://subetha.tigris.org/source/browse/subetha/trunk/frontend/content/filters.jsp?view=diff&rev=828&p1=trunk/frontend/content/filters.jsp&p2=trunk/frontend/content/filters.jsp&r1=827&r2=828 > ============================================================================== > --- trunk/frontend/content/filters.jsp (original) > +++ trunk/frontend/content/filters.jsp 2006-10-24 09:09:03-0700 > @@ -1,4 +1,6 @@ > <%@include file="/inc/top_standard.jspf" %> > + > +<t:action type="org.subethamail.web.action.auth.AuthRequired" /> > > <t:action var="filters" type="org.subethamail.web.action.GetFilters" /> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: commits-unsubscribe@subetha.tigris.org > For additional commands, e-mail: commits-help@subetha.tigris.org > >
