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

Mark Struberg resolved OWB-254.
-------------------------------

    Resolution: Won't Fix

This is not really needed anymore since we moved the most performance intense 
tasks to work via lazy initialisation. Thus when no CDI bean gets accessed in a 
request (e.g. a resource request) this will cause almost no overhead anymore.

> 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.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to