[
https://issues.apache.org/jira/browse/PB-67?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Thomas Spiegl updated PB-67:
----------------------------
Description:
Some requests may be "normal" ServletRequests (eg. javascript resource loading
via Servlet like MyFaces Trinidad does).
Therfore FacesContextFactoryImpl must be able to handle ServletRequests instead
of throwing a FacesException("Unsupported context type...)
Attached the patch which adds the new ServletFacesContextImpl.
Example:
MyFaces Trinidad Resource Servlet creates a FacesContext by delegating to the
parent FacesContextFactory (which is
org.apache.portals.bridges.jsf.FacesContextFactoryImpl.)
was:
Some requests may be "normal" ServletRequests (eg. javascript resource loading
via Servlet like MyFaces Trinidad does).
Therfore FacesContextFactoryImpl must be able to handle ServletRequests instead
of throwing a FacesException("Unsupported context type...)
Attached the patch which adds the new ServletFacesContextImpl.
> Added support for ServletRequests
> ---------------------------------
>
> Key: PB-67
> URL: https://issues.apache.org/jira/browse/PB-67
> Project: Portals Bridges
> Issue Type: Improvement
> Components: jsf
> Affects Versions: 1.0.2-RC
> Reporter: Thomas Spiegl
> Assignee: Ate Douma
> Fix For: 1.0.2
>
> Attachments: ServletFacesContextImpl-added.patch
>
>
> Some requests may be "normal" ServletRequests (eg. javascript resource
> loading via Servlet like MyFaces Trinidad does).
> Therfore FacesContextFactoryImpl must be able to handle ServletRequests
> instead of throwing a FacesException("Unsupported context type...)
> Attached the patch which adds the new ServletFacesContextImpl.
> Example:
> MyFaces Trinidad Resource Servlet creates a FacesContext by delegating to the
> parent FacesContextFactory (which is
> org.apache.portals.bridges.jsf.FacesContextFactoryImpl.)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]