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 2010/11/17 11:53:57 UTC

svn commit: r1035976 - /tomcat/tc6.0.x/trunk/STATUS.txt

Author: kkolinko
Date: Wed Nov 17 10:53:57 2010
New Revision: 1035976

URL: http://svn.apache.org/viewvc?rev=1035976&view=rev
Log:
Propose update patch for path parameter handling.
Remove obsolete comment from Tim's patch.

Modified:
    tomcat/tc6.0.x/trunk/STATUS.txt

Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1035976&r1=1035975&r2=1035976&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Wed Nov 17 10:53:57 2010
@@ -122,8 +122,6 @@ PATCHES PROPOSED TO BACKPORT:
   +1: markt, kkolinko if http://svn.apache.org/viewvc?rev=1033897&view=rev
             is also applied
   -1:
-   kkolinko: See Re:r1004393 on dev@
-    timw: fixed in http://svn.apache.org/viewvc?rev=1004912&view=rev
 
 * Fix path parameter handling. Currently the following URL fails with a 404:
   http://localhost:8080/examples/jsp/snp;x=y/snoop.jsp
@@ -131,13 +129,17 @@ PATCHES PROPOSED TO BACKPORT:
   +1: markt
   +1: kkolinko:
     with the following trivial changes:
-     - with r1022389
+     - with r1022389 and r1035973
      - with access logging as done by r1030188
      - Mark CoyoteAdapter.parseSessionId(..) as @deprecated, because it is no more used
-     - in initial assignment of 'int pathParamEnd' can s/uriBC.getStart()/start/ and s/uriBC.getEnd()/end/
-     - boolean warnedEncoding = false;  I think is useless, because it is set
-       to 'false' in every loop. It'd be OK to move it outside the loop.
+       In the updated patch below I replaced its implementation with a call to parsePathParameters().
      - Add 'coyoteAdapter.parsePathParam' message to org/apache/catalina/connector/LocalStrings.properties
+  -1:
+
+    Updated patch, based on markt's one and my above comments:
+  http://people.apache.org/~kkolinko/patches/2010-11-17_tc6_path-params.patch
+  +1: kkolinko
+  -1:
 
    kkolinko: The old parseSessionId() method calls "clearRequestedSessionURL(request);"
      when there is no sessionid in the path. The new code does not do that. Was that



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