https://issues.apache.org/bugzilla/show_bug.cgi?id=54658
Bug ID: 54658
Summary: Implement Part#getSubmittedFileName from
SERVLET_SPEC-57
Product: Tomcat 8
Version: trunk
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: Specification APIs
Assignee: [email protected]
Reporter: [email protected]
Classification: Unclassified
Created attachment 30030
--> https://issues.apache.org/bugzilla/attachment.cgi?id=30030&action=edit
Implemented method
http://java.net/jira/browse/SERVLET_SPEC-57
You will find a patch attached to complete this.
- Added javax.servlet.http.Part#getSubmittedFileName
- Added o.a.c.core.ApplicationPart#getSubmittedFileName
- Deprecated o.a.c.core.ApplicationPart#getFilename and wrapped it around
getSubmittedFileName
- Changed o.a.c.connector.Request to use getSubmittedFileName instead of
getFilename
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]