Author: gmazza
Date: Mon Jan 20 02:01:52 2014
New Revision: 1559619

URL: http://svn.apache.org/r1559619
Log:
Fixed SSL config info in web.xml

Modified:
    roller/trunk/app/src/main/webapp/WEB-INF/web.xml

Modified: roller/trunk/app/src/main/webapp/WEB-INF/web.xml
URL: 
http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/WEB-INF/web.xml?rev=1559619&r1=1559618&r2=1559619&view=diff
==============================================================================
--- roller/trunk/app/src/main/webapp/WEB-INF/web.xml (original)
+++ roller/trunk/app/src/main/webapp/WEB-INF/web.xml Mon Jan 20 02:01:52 2014
@@ -484,12 +484,13 @@
     <!--
          Uncomment below to use SSL on sensitive pages.  Alternatively,
          can lock up the entire site with this single element:
-         <url-pattern>/*</url-pattern>, if you do site-wide however must add
-         weblog.absoluteurl.{handle} property for each blog in
+         <url-pattern>/*</url-pattern>, if you do site-wide however must
+         set Absolute URL to Site field (Server Admin | Configuration | 
Settings)
+         or add weblog.absoluteurl.{handle} property for each blog in
          roller-custom.properties, e.g.,
          weblog.absoluteurl.myblog=https://localhost:8443/roller
-         Servlet container-specific SSL configuration must also be done, see
-         the documentation for your servlet container for more details.
+         Servlet container-specific SSL configuration must also be done,
+         see your servlet container's documentation for details.
     -->
     <!--security-constraint>
         <web-resource-collection>


Reply via email to