You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by "Mark Struberg (JIRA)" <ji...@apache.org> on 2010/01/27 15:34:34 UTC

[jira] Created: (OWB-254) suppress initialising contextual handling for configurable URIs.

suppress initialising contextual handling for configurable URIs.
----------------------------------------------------------------

                 Key: OWB-254
                 URL: https://issues.apache.org/jira/browse/OWB-254
             Project: OpenWebBeans
          Issue Type: Improvement
          Components: Java EE Integration
    Affects Versions: M3
            Reporter: Mark Struberg
            Assignee: Gurkan Erdogdu
            Priority: Minor
             Fix For: 1.0.0


In my real world application, I see a lot useless construction and destruction of Contexts since my JSF application also handles resources like small images and CSS.

We should think about introducing a blacklist of URIs/URI wildcards which do not contain contextual beans to be managed.

In a typical JSF-2 application this are e.g. all requests handled via the #{resources} handler, thus contextRoot()/javax.faces.resource/*

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


[jira] Updated: (OWB-254) suppress initialising contextual handling for configurable URIs.

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

Gurkan Erdogdu updated OWB-254:
-------------------------------

    Fix Version/s: 1.1.0
                       (was: 1.0.0)

> suppress initialising contextual handling for configurable URIs.
> ----------------------------------------------------------------
>
>                 Key: OWB-254
>                 URL: https://issues.apache.org/jira/browse/OWB-254
>             Project: OpenWebBeans
>          Issue Type: Improvement
>          Components: Java EE Integration
>    Affects Versions: M3
>            Reporter: Mark Struberg
>            Assignee: Gurkan Erdogdu
>            Priority: Minor
>             Fix For: 1.1.0
>
>
> In my real world application, I see a lot useless construction and destruction of Contexts since my JSF application also handles resources like small images and CSS.
> We should think about introducing a blacklist of URIs/URI wildcards which do not contain contextual beans to be managed.
> In a typical JSF-2 application this are e.g. all requests handled via the #{resources} handler, thus contextRoot()/javax.faces.resource/*

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