Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
4210 | minor | always | 09-10-10 10:29 | 11-17-10 10:07 | |
|
|||||
Reporter: | ferg | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | |||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 4.0.14 | ||
|
|||||
Summary: | 0004210: setHeader content-length with non-integer value | ||||
Description: |
(rep by mkjang) Error Log : Java.lang.NumberFormatException : For input String : "1234;" This problem appears when getting a file size. By inserting String type data to Long type data, not match type. Below is source about relevant part. response.setHeader("Content-Length",""+File.length()+";"); As you see, specified ';' in source. you think that it's ok. |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|