Author: markt
Date: Wed Oct  1 19:22:47 2014
New Revision: 1628817

URL: http://svn.apache.org/r1628817
Log:
Correct a default

Modified:
    tomcat/trunk/java/org/apache/tomcat/util/http/LegacyCookieProcessor.java

Modified: 
tomcat/trunk/java/org/apache/tomcat/util/http/LegacyCookieProcessor.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/http/LegacyCookieProcessor.java?rev=1628817&r1=1628816&r2=1628817&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/tomcat/util/http/LegacyCookieProcessor.java 
(original)
+++ tomcat/trunk/java/org/apache/tomcat/util/http/LegacyCookieProcessor.java 
Wed Oct  1 19:22:47 2014
@@ -98,7 +98,7 @@ public final class LegacyCookieProcessor
                                      // when deprecated code is removed
     private boolean presserveCookieHeader = 
CookieSupport.PRESERVE_COOKIE_HEADER;
 
-    @SuppressWarnings("deprecation") // Default to STRICT_SERVLET_COMPLIANCE
+    @SuppressWarnings("deprecation") // Default to !STRICT_SERVLET_COMPLIANCE
                                      // when deprecated code is removed
     private boolean alwaysAddExpires = SetCookieSupport.ALWAYS_ADD_EXPIRES;
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to