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





--- Comment #1 from Joe Kislo <[EMAIL PROTECTED]>  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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to