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

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

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.


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

Posted by "Robert Goff (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-4939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Goff updated GERONIMO-4939:
----------------------------------

    Priority: Minor  (was: Major)

> 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
>            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.


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

Posted by "Rick McGuire (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-4939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rick McGuire updated GERONIMO-4939:
-----------------------------------

    Component/s: Web Profile
                 javaee6

> 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: javaee6, specs, web, Web Profile
>    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.


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

Posted by "Rick McGuire (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-4939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rick McGuire updated GERONIMO-4939:
-----------------------------------

    Issue Type: Sub-task  (was: Bug)
        Parent: GERONIMO-5061

> MultipartConfig changes needed
> ------------------------------
>
>                 Key: GERONIMO-4939
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4939
>             Project: Geronimo
>          Issue Type: Sub-task
>      Security Level: public(Regular issues) 
>          Components: javaee6, specs, web, Web Profile
>    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.


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

Posted by "David Jencks (JIRA)" <ji...@apache.org>.
     [ 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.