You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2008/11/21 17:43:02 UTC

DO NOT REPLY [Bug 46262] Undeploying context with %2F in it does not work

https://issues.apache.org/bugzilla/show_bug.cgi?id=46262





--- Comment #1 from Joe Kislo <jo...@k12s.phast.umass.edu>  2008-11-21 08:43:01 PST ---
I do not have a patch for this issue, I work around this issue by doing:

w3m
http://localhost:8180/tomcat-manager/undeploy?path=/product%252Fcustomername

instead, which works.  For this to work, you would have needed to apply the
patch from bug #46261

Although I am fine with this work around, this does highlight that there is
some inconsistency in the internal representation of context URLs in tomcat. 
This workarond and the patch in bug #46261 could be eliminated if somebody
could standardize how the urls should be stored in the various lookup tables in
tomcat.  Unfortunately I am not equipped to say whether the URLs should be
stored as:

/product/customername
/product%2Fcustomername
%2Fproduct%2Fcustomername

Which I believe are the three things I've seen being used in the tomcat code so
far


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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