You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2014/09/27 01:29:24 UTC

svn commit: r1627910 - in /tomcat/trunk/webapps/docs/config: context.xml cookie-processor.xml project.xml

Author: kkolinko
Date: Fri Sep 26 23:29:24 2014
New Revision: 1627910

URL: http://svn.apache.org/r1627910
Log:
Corrections to the new documentation page of CookieProcessor

- Added new page to left-side menu
- Added general description of the new feature in context.xml
- Corrected typos in cookie-processor.xml

Modified:
    tomcat/trunk/webapps/docs/config/context.xml
    tomcat/trunk/webapps/docs/config/cookie-processor.xml
    tomcat/trunk/webapps/docs/config/project.xml

Modified: tomcat/trunk/webapps/docs/config/context.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/context.xml?rev=1627910&r1=1627909&r2=1627910&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/context.xml (original)
+++ tomcat/trunk/webapps/docs/config/context.xml Fri Sep 26 23:29:24 2014
@@ -754,7 +754,8 @@
   by nesting a corresponding element inside your <strong>Context</strong>
   element:</p>
   <ul>
-  <li><a href="cookie-processor.html">Cookie Processor</a></li>
+  <li><a href="cookie-processor.html"><strong>Cookie Processor</strong></a> -
+      Configure parsing and generation of HTTP cookie headers.</li>
   <li><a href="loader.html"><strong>Loader</strong></a> -
       Configure the web application class loader that will be used to load
       servlet and bean classes for this web application.  Normally, the

Modified: tomcat/trunk/webapps/docs/config/cookie-processor.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/cookie-processor.xml?rev=1627910&r1=1627909&r2=1627910&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/cookie-processor.xml (original)
+++ tomcat/trunk/webapps/docs/config/cookie-processor.xml Fri Sep 26 23:29:24 2014
@@ -38,8 +38,8 @@
   parses received cookie headers into <code>javax.servlet.http.Cookie</code>
   objects accessible through <code>HttpServletRequest.getCookies()</code> and
   converts <code>javax.servlet.http.Cookie</code> objects added to the response
-  hrough <code>HttpServletResponse.addCookie</code> to the HTTP headers returned
-  to the client.</p>
+  through <code>HttpServletResponse.addCookie()</code> to the HTTP headers
+  returned to the client.</p>
 
   <p>A CookieProcessor element MAY be nested inside a
   <a href="context.html">Context</a> component. If it is not included, a default
@@ -160,7 +160,7 @@
 
 <section name="Special Features">
 
-  <p>No special features are associated with a <strong>Resources</strong>
+  <p>No special features are associated with a <strong>CookieProcessor</strong>
   element.</p>
 
 </section>

Modified: tomcat/trunk/webapps/docs/config/project.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/project.xml?rev=1627910&r1=1627909&r2=1627910&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/project.xml (original)
+++ tomcat/trunk/webapps/docs/config/project.xml Fri Sep 26 23:29:24 2014
@@ -56,6 +56,7 @@
     </menu>
 
     <menu name="Nested Components">
+        <item name="CookieProcessor"       href="cookie-processor.html"/>
         <item name="CredentialHandler"     href="credentialhandler.html"/>
         <item name="Global Resources"      href="globalresources.html"/>
         <item name="JarScanner"            href="jar-scanner.html"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org