DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25015>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25015 CoyoteAdapter is breaking path info ------- Additional Comments From [EMAIL PROTECTED] 2003-12-04 17:28 ------- I don't agree, they simply didn't think about path parameters (I didn't know you could put them in the middle of the path). Since path parameters won't be mapped, what if there are parameters in the servlet path ? I'd like to point out also that the session id parameter, if present, is always removed from the request URI. That could possibly imply that other parameters should also be removed everywhere. So I don't really agree with handling parameters at this time, because it's a mess. As for your question, at this time of the processing, the URI has been converted to chars, so use the CharChunk, as the current algorithm is doing. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]