MultipartConfig changes needed
------------------------------
Key: GERONIMO-4939
URL: https://issues.apache.org/jira/browse/GERONIMO-4939
Project: Geronimo
Issue Type: Bug
Security Level: public (Regular issues)
Components: specs, web
Affects Versions: 3.0
Reporter: Robert Goff
Fix For: 3.0
Need the javax.servlet.MultipartConfigElement class added.
Need the additional methods on javax.servlet.ServletRegistration.Dynamic added
setMultipartConfig
setRunAsRole
setServletSecurity
Need HttpServletRequest.getParts() to return a Collection<Part>
See
http://javadoc.glassfish.org/javaee6/apidoc/javax/servlet/MultipartConfigElement.html
and
http://javadoc.glassfish.org/javaee6/apidoc/javax/servlet/ServletRegistration.Dynamic.html
and
http://javadoc.glassfish.org/javaee6/apidoc/javax/servlet/http/HttpServletRequest.html
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.