You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-issues@incubator.apache.org by "Scott O'Bryan (JIRA)" <ad...@incubator.apache.org> on 2006/10/10 17:36:19 UTC

[jira] Created: (ADFFACES-229) UploadRequestWrapper functionality needs to be moved to ExternalContext

UploadRequestWrapper functionality needs to be moved to ExternalContext
-----------------------------------------------------------------------

                 Key: ADFFACES-229
                 URL: http://issues.apache.org/jira/browse/ADFFACES-229
             Project: MyFaces ADF-Faces
          Issue Type: Improvement
          Components: Portlet
         Environment: JSR-168 WSRP
            Reporter: Scott O'Bryan


JSR-168 does not have Request/Response wrapping capabilities.  Some of the logic in the filter will be handled by an enhancement to the GenericBridgePortlet in MyFaces, but Request/Response Wrapping is not able to be done.  Therefore, Trinidad's  wrapped ExternalContext object need to be enhanced to support the logic to handle uploaded files.

Be careful of references to the PortletRequest and PortletResponse objects as we do not want to make having these jars present a requirement for Trinidad to run.  It should only be required at compile time.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (ADFFACES-229) UploadRequestWrapper functionality needs to be moved to ExternalContext

Posted by "Scott O'Bryan (JIRA)" <ad...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/ADFFACES-229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott O'Bryan updated ADFFACES-229:
-----------------------------------

    Status: Open  (was: Patch Available)

> UploadRequestWrapper functionality needs to be moved to ExternalContext
> -----------------------------------------------------------------------
>
>                 Key: ADFFACES-229
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-229
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>          Components: Portlet
>         Environment: JSR-168 WSRP
>            Reporter: Scott O'Bryan
>
> JSR-168 does not have Request/Response wrapping capabilities.  Some of the logic in the filter will be handled by an enhancement to the GenericBridgePortlet in MyFaces, but Request/Response Wrapping is not able to be done.  Therefore, Trinidad's  wrapped ExternalContext object need to be enhanced to support the logic to handle uploaded files.
> Be careful of references to the PortletRequest and PortletResponse objects as we do not want to make having these jars present a requirement for Trinidad to run.  It should only be required at compile time.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (ADFFACES-229) UploadRequestWrapper functionality needs to be moved to ExternalContext

Posted by "Scott O'Bryan (JIRA)" <ad...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/ADFFACES-229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott O'Bryan resolved ADFFACES-229.
------------------------------------

    Resolution: Fixed

Fixed  ADFFACES-329

> UploadRequestWrapper functionality needs to be moved to ExternalContext
> -----------------------------------------------------------------------
>
>                 Key: ADFFACES-229
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-229
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>          Components: Portlet
>         Environment: JSR-168 WSRP
>            Reporter: Scott O'Bryan
>
> JSR-168 does not have Request/Response wrapping capabilities.  Some of the logic in the filter will be handled by an enhancement to the GenericBridgePortlet in MyFaces, but Request/Response Wrapping is not able to be done.  Therefore, Trinidad's  wrapped ExternalContext object need to be enhanced to support the logic to handle uploaded files.
> Be careful of references to the PortletRequest and PortletResponse objects as we do not want to make having these jars present a requirement for Trinidad to run.  It should only be required at compile time.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ADFFACES-229) UploadRequestWrapper functionality needs to be moved to ExternalContext

Posted by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/ADFFACES-229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Weßendorf updated ADFFACES-229:
----------------------------------------

        Fix Version/s: 1.0.0-incubating-core
    Affects Version/s: 1.0.0-incubating-core

> UploadRequestWrapper functionality needs to be moved to ExternalContext
> -----------------------------------------------------------------------
>
>                 Key: ADFFACES-229
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-229
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>          Components: Portlet
>    Affects Versions: 1.0.0-incubating-core
>         Environment: JSR-168 WSRP
>            Reporter: Scott O'Bryan
>             Fix For: 1.0.0-incubating-core
>
>
> JSR-168 does not have Request/Response wrapping capabilities.  Some of the logic in the filter will be handled by an enhancement to the GenericBridgePortlet in MyFaces, but Request/Response Wrapping is not able to be done.  Therefore, Trinidad's  wrapped ExternalContext object need to be enhanced to support the logic to handle uploaded files.
> Be careful of references to the PortletRequest and PortletResponse objects as we do not want to make having these jars present a requirement for Trinidad to run.  It should only be required at compile time.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ADFFACES-229) UploadRequestWrapper functionality needs to be moved to ExternalContext

Posted by "Scott O'Bryan (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-229?page=all ]

Scott O'Bryan updated ADFFACES-229:
-----------------------------------

    Status: Patch Available  (was: Open)

> UploadRequestWrapper functionality needs to be moved to ExternalContext
> -----------------------------------------------------------------------
>
>                 Key: ADFFACES-229
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-229
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>          Components: Portlet
>         Environment: JSR-168 WSRP
>            Reporter: Scott O'Bryan
>
> JSR-168 does not have Request/Response wrapping capabilities.  Some of the logic in the filter will be handled by an enhancement to the GenericBridgePortlet in MyFaces, but Request/Response Wrapping is not able to be done.  Therefore, Trinidad's  wrapped ExternalContext object need to be enhanced to support the logic to handle uploaded files.
> Be careful of references to the PortletRequest and PortletResponse objects as we do not want to make having these jars present a requirement for Trinidad to run.  It should only be required at compile time.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira