DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=14518>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=14518 QUERY_STRING parts not incorporated by mod_rewrite ------- Additional Comments From [EMAIL PROTECTED] 2004-10-26 14:35 ------- Just wanted to add that we're also seeing this (at least, I presume that's what the problem is). We're using RewriteRule ^/(.*\.jsp) http://localhost:8080/$1 [QSA,P,L] to forward jsp requests to an iPlanet server, and after upgrading to 1.3.32, we get the following in the iPlanet logs : [26/Oct/2004:14:58:20] warning (15794): for host 127.0.0.1 trying to GET /home.jsp?tem=ybw, send-file reports: HTTP4142: can't find /sites/docroot/home.jsp?tem=ybw (File not found) Which I assume is iPlanet getting a request for the entire URL-encoded GET string and treating it as the filename. Had to roll back to 1.3.31 as it brought our whole site down, and everything seems fine now we're back on the previous version. -Mark --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
