Viewing Issue Advanced Details
[ Jump to Notes ]
|
[ View Simple ]
[ 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 |
Platform |
|
Status |
closed |
|
OS |
|
Projection |
none |
|
OS Version |
|
ETA |
none |
Fixed in Version |
4.0.15 |
Product Version |
3.1.6 |
|
Product Build |
|
|
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. |
Steps To Reproduce |
|
Additional Information |
|
|
Attached Files |
|
|