Author: fschumacher
Date: Wed Feb 25 21:19:06 2015
New Revision: 1662309
URL: http://svn.apache.org/r1662309
Log:
Correct sentence in TODO
Modified:
tomcat/trunk/java/org/apache/catalina/valves/PersistentValve.java
Modified: tomcat/trunk/java/org/apache/catalina/valves/PersistentValve.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/valves/PersistentValve.java?rev=1662309&r1=1662308&r2=1662309&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/valves/PersistentValve.java (original)
+++ tomcat/trunk/java/org/apache/catalina/valves/PersistentValve.java Wed Feb
25 21:19:06 2015
@@ -121,7 +121,7 @@ public class PersistentValve extends Val
getNext().invoke(request, response);
// If still processing async, don't try to store the session
- // TODO: Are there some async states where it is would be safe to store
+ // TODO: Are there some async states where it would be safe to store
// the session?
if (!request.isAsync()) {
// Read the sessionid after the response.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]