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=13274>. 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=13274 Subsequent requests are destroyed by the request exceeding 2048 bytes [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Critical |Normal Status|NEW |ASSIGNED ------- Additional Comments From [EMAIL PROTECTED] 2003-04-10 17:45 ------- Some path handling in mod_rewrite is made in static buffers of that length (and the strings are simply cut off at the end). In nearly all cases this length is sufficient because of the maximum path length of the OS. However, I'm changing the status to 'assigned'. Someone needs to rewrite the code to use the heap pools rather than the stack ... --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
