Mantis - Resin
Viewing Issue Advanced Details
2995 minor always 10-07-08 13:45 01-29-09 11:11
uweschaefer  
ferg  
urgent  
closed 3.2.0  
fixed  
none    
none 4.0.0  
0002995: Request Size = -1 when using HTTPS with mod_caucho
we´re having a problem (with the fine Apache-Wicket-Framework) that has its roots in

ServletRequest.getContentType();

which - as it seems - always returns -1 for HTTPS requests on resin 3.2.0 behind mod_caucho (at least) when posting a multipart form.

Is there a particular reason for that, or could it be a bug (or maybe just misconfiguration?)

Notes
(0003509)
uweschaefer   
10-14-08 02:38   
oh dear. it is of course

HttpServletRequest.getContentLength that returns the -1, not ServletRequest.getContentType as written above. sorry.

is there any additional info i can provide?
(0003583)
nam   
12-09-08 10:56   
verified
(0003768)
uweschaefer   
01-21-09 02:49   
I know you guys are busy, but is there anything i can do to make this happen?
we really rely on this.
(0003772)
ferg   
01-22-09 07:16   
I can work on it this week.
(0003783)
ferg   
01-29-09 11:11   
FYI, this bug was introduced in the 3.2.x branch. It does not affect 3.1.x.