Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0004358 [Resin] minor always 01-24-11 17:21 01-25-11 11:38
Reporter ferg View Status public  
Assigned To ferg
Priority normal Resolution fixed  
Status closed   Product Version 3.1.6
Summary 0004358: url-length-max for large URLs
Description (rep by Daniel Kador)

I?m looking into how Resin deals with extremely long URLs. We have need to support Note: 0000010k strings in the path/querystring section of the URL. The first problem I ran into was the size of the byte array buffer in com.caucho.server.http.HttpRequest. I worked around that by setting the url-length-max parameter in resin.conf (thanks for that fix). Now I?m hitting another problem in com.caucho.server.dispatch.InvocationDecoder#normalizeUri(). Line 344 in our source. It?s checking if the url length is greater than 1024 characters and throwing an exception if it is.
Additional Information
Attached Files

- Relationships

- Notes
(0004994)
ferg
01-25-11 11:38

server/003p
 

- Issue History
Date Modified Username Field Change
01-24-11 17:21 ferg New Issue
01-25-11 11:38 ferg Note Added: 0004994
01-25-11 11:38 ferg Assigned To  => ferg
01-25-11 11:38 ferg Status new => closed
01-25-11 11:38 ferg Resolution open => fixed
01-25-11 11:38 ferg Fixed in Version  => 4.0.15


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
35 total queries executed.
31 unique queries executed.
Powered by Mantis Bugtracker