You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2017/12/06 09:22:26 UTC

svn commit: r1817273 - in /tomcat/tc8.5.x/trunk/test/org/apache/tomcat/util/http: TestCookiesDefaultSysProps.java TestCookiesNoFwdStrictSysProps.java TestCookiesNoStrictNamingSysProps.java TestCookiesStrictSysProps.java

Author: markt
Date: Wed Dec  6 09:22:26 2017
New Revision: 1817273

URL: http://svn.apache.org/viewvc?rev=1817273&view=rev
Log:
Fix Javadoc references.

Modified:
    tomcat/tc8.5.x/trunk/test/org/apache/tomcat/util/http/TestCookiesDefaultSysProps.java
    tomcat/tc8.5.x/trunk/test/org/apache/tomcat/util/http/TestCookiesNoFwdStrictSysProps.java
    tomcat/tc8.5.x/trunk/test/org/apache/tomcat/util/http/TestCookiesNoStrictNamingSysProps.java
    tomcat/tc8.5.x/trunk/test/org/apache/tomcat/util/http/TestCookiesStrictSysProps.java

Modified: tomcat/tc8.5.x/trunk/test/org/apache/tomcat/util/http/TestCookiesDefaultSysProps.java
URL: http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/test/org/apache/tomcat/util/http/TestCookiesDefaultSysProps.java?rev=1817273&r1=1817272&r2=1817273&view=diff
==============================================================================
--- tomcat/tc8.5.x/trunk/test/org/apache/tomcat/util/http/TestCookiesDefaultSysProps.java (original)
+++ tomcat/tc8.5.x/trunk/test/org/apache/tomcat/util/http/TestCookiesDefaultSysProps.java Wed Dec  6 09:22:26 2017
@@ -28,7 +28,7 @@ import org.apache.tomcat.util.buf.ByteCh
 
 /**
  * Test case for {@link LegacyCookieProcessor}. <b>Note</b> because of the use
- * of <code>final static</code> constants in {@link CookieSupport}, each of
+ * of <code>final static</code> constants in the cookie processing code, each of
  * these tests must be executed in a new JVM instance. The tests have been place
  * in separate classes to facilitate this when running the unit tests via Ant.
  */

Modified: tomcat/tc8.5.x/trunk/test/org/apache/tomcat/util/http/TestCookiesNoFwdStrictSysProps.java
URL: http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/test/org/apache/tomcat/util/http/TestCookiesNoFwdStrictSysProps.java?rev=1817273&r1=1817272&r2=1817273&view=diff
==============================================================================
--- tomcat/tc8.5.x/trunk/test/org/apache/tomcat/util/http/TestCookiesNoFwdStrictSysProps.java (original)
+++ tomcat/tc8.5.x/trunk/test/org/apache/tomcat/util/http/TestCookiesNoFwdStrictSysProps.java Wed Dec  6 09:22:26 2017
@@ -24,7 +24,7 @@ import org.apache.tomcat.util.buf.ByteCh
 
 /**
  * Test case for {@link LegacyCookieProcessor}. <b>Note</b> because of the use
- * of <code>final static</code> constants in {@link CookieSupport}, each of
+ * of <code>final static</code> constants in the cookie processing code, each of
  * these tests must be executed in a new JVM instance. The tests have been place
  * in separate classes to facilitate this when running the unit tests via Ant.
  */

Modified: tomcat/tc8.5.x/trunk/test/org/apache/tomcat/util/http/TestCookiesNoStrictNamingSysProps.java
URL: http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/test/org/apache/tomcat/util/http/TestCookiesNoStrictNamingSysProps.java?rev=1817273&r1=1817272&r2=1817273&view=diff
==============================================================================
--- tomcat/tc8.5.x/trunk/test/org/apache/tomcat/util/http/TestCookiesNoStrictNamingSysProps.java (original)
+++ tomcat/tc8.5.x/trunk/test/org/apache/tomcat/util/http/TestCookiesNoStrictNamingSysProps.java Wed Dec  6 09:22:26 2017
@@ -24,7 +24,7 @@ import org.apache.tomcat.util.buf.ByteCh
 
 /**
  * Test case for {@link LegacyCookieProcessor}. <b>Note</b> because of the use
- * of <code>final static</code> constants in {@link CookieSupport}, each of
+ * of <code>final static</code> constants in the cookie processing code, each of
  * these tests must be executed in a new JVM instance. The tests have been place
  * in separate classes to facilitate this when running the unit tests via Ant.
  */

Modified: tomcat/tc8.5.x/trunk/test/org/apache/tomcat/util/http/TestCookiesStrictSysProps.java
URL: http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/test/org/apache/tomcat/util/http/TestCookiesStrictSysProps.java?rev=1817273&r1=1817272&r2=1817273&view=diff
==============================================================================
--- tomcat/tc8.5.x/trunk/test/org/apache/tomcat/util/http/TestCookiesStrictSysProps.java (original)
+++ tomcat/tc8.5.x/trunk/test/org/apache/tomcat/util/http/TestCookiesStrictSysProps.java Wed Dec  6 09:22:26 2017
@@ -28,7 +28,7 @@ import org.apache.tomcat.util.buf.ByteCh
 
 /**
  * Test case for {@link LegacyCookieProcessor}. <b>Note</b> because of the use
- * of <code>final static</code> constants in {@link CookieSupport}, each of
+ * of <code>final static</code> constants in the cookie processing code, each of
  * these tests must be executed in a new JVM instance. The tests have been place
  * in separate classes to facilitate this when running the unit tests via Ant.
  */



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