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 16:05 ------- Remy, I am trying to make a patch for this and have a question I hope you can answer. in the CoyoteAdapter the MessageBytes class is used. This class holds 2 arrays, one of char and one of byte. The CoyoteAdapter class modifies the byte array and not the char array so the data in the MessageBytes class is out of sync. Is this desired effect or should these arrays hold the same data. Looking at the comment on line 297 of CoyoteAdapter (rev. 1.14) it thinks that the jsessionid has been removed but it has only been removed from the byte[] not the char[] (from the methods MessageBytes.getByteChunk() and MessageBytes.getByteChunk()) I think the char[] and byte[] inside MessageBytes should be the same. any help would be great. also according the the spec requestURI = contextPath + servletPath + pathInfo so if the requestURI has the path parms the pathInfo HAS to john --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]