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 2006/03/03 01:54:23 UTC

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

Author: agilliland
Date: Thu Mar  2 16:54:22 2006
New Revision: 382595

URL: http://svn.apache.org/viewcvs?rev=382595&view=rev
Log:
adding /editor/userdata to the list of allowed https urls


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/viewcvs/incubator/roller/trunk/web/WEB-INF/classes/roller.properties?rev=382595&r1=382594&r2=382595&view=diff
==============================================================================
--- incubator/roller/trunk/web/WEB-INF/classes/roller.properties (original)
+++ incubator/roller/trunk/web/WEB-INF/classes/roller.properties Thu Mar  2 16:54:22 2006
@@ -124,7 +124,7 @@
 schemeenforcement.enabled=false
 # URL patterns that require HTTPS
 schemeenforcement.https.urls=/j_security_check,/login-redirect.jsp,/login.jsp,\
-/user.do,/editor/yourProfile.do,/admin/user.do
+/user.do,/editor/yourProfile.do,/admin/user.do,/editor/userdata
 
 # Password security settings
 passwds.encryption.enabled=false