You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by ag...@apache.org on 2007/02/21 22:53:48 UTC

svn commit: r510252 - /incubator/roller/trunk/web/WEB-INF/classes/roller.properties

Author: agilliland
Date: Wed Feb 21 13:53:47 2007
New Revision: 510252

URL: http://svn.apache.org/viewvc?view=rev&rev=510252
Log:
need to update scheme enforcement url list to allow /roller_j_security_check instead of /j_security_check now.


Modified:
    incubator/roller/trunk/web/WEB-INF/classes/roller.properties

Modified: incubator/roller/trunk/web/WEB-INF/classes/roller.properties
URL: http://svn.apache.org/viewvc/incubator/roller/trunk/web/WEB-INF/classes/roller.properties?view=diff&rev=510252&r1=510251&r2=510252
==============================================================================
--- incubator/roller/trunk/web/WEB-INF/classes/roller.properties (original)
+++ incubator/roller/trunk/web/WEB-INF/classes/roller.properties Wed Feb 21 13:53:47 2007
@@ -228,9 +228,13 @@
 schemeenforcement.enabled=false
 
 # URL patterns that require HTTPS
-schemeenforcement.https.urls=/j_security_check,/roller-ui/login-redirect.jsp,\
-/roller-ui/login.do,/roller-ui/user.do,/roller-ui/yourProfile.do,\
-/roller-ui/admin/user.do,/roller-ui/authoring/userdata
+schemeenforcement.https.urls=/roller_j_security_check,\
+/roller-ui/login-redirect.jsp,\
+/roller-ui/login.do,\
+/roller-ui/user.do,\
+/roller-ui/yourProfile.do,\
+/roller-ui/admin/user.do,\
+/roller-ui/authoring/userdata
 
 # Password security settings
 passwds.encryption.enabled=false