You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "David Jencks (JIRA)" <ji...@apache.org> on 2009/10/29 21:43:59 UTC

[jira] Closed: (GERONIMO-4939) MultipartConfig changes needed

     [ https://issues.apache.org/jira/browse/GERONIMO-4939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Jencks closed GERONIMO-4939.
----------------------------------

    Resolution: Fixed
      Assignee: David Jencks

Fixed in rev 831066 (a few minutes before this jira was opened).  There were quite a few other related changes.

> 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
>            Assignee: David Jencks
>            Priority: Minor
>             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.