
| Key: |
FILEUPLOAD-66
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Brent Verner
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
File Attachments:
|
| |
Size |
|
patch.txt |
2003-04-02 12:10 AM |
Ernie Argetsinger |
2 kB |
|
|
Environment:
|
Operating System: All
Platform: Other
Operating System: All
Platform: Other
|
|
|
DefaultFileItem uses "/" instead of File.separator in newInstance(...).
Additionally, (path != null) should be required in addition to the
(requestSize > threshold) condition before attempting to create a
temporary File for the upload data. A feature enhancement would be
to create temporary files only for file upload data.
|
|
Description
|
DefaultFileItem uses "/" instead of File.separator in newInstance(...).
Additionally, (path != null) should be required in addition to the
(requestSize > threshold) condition before attempting to create a
temporary File for the upload data. A feature enhancement would be
to create temporary files only for file upload data. |
Show » |
|
DefaultFileItem changes, null check, exception