You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Jakob Korherr (JIRA)" <de...@myfaces.apache.org> on 2009/12/21 12:55:18 UTC

[jira] Created: (MYFACES-2465) PreJsf2ExceptionHandlerFactory should create new instances of PreJsf2ExceptionHandlerImpl for each call to getExceptionHandler()

PreJsf2ExceptionHandlerFactory should create new instances of PreJsf2ExceptionHandlerImpl for each call to getExceptionHandler()
--------------------------------------------------------------------------------------------------------------------------------

                 Key: MYFACES-2465
                 URL: https://issues.apache.org/jira/browse/MYFACES-2465
             Project: MyFaces Core
          Issue Type: Task
          Components: JSR-314
    Affects Versions: 2.0.0-alpha-2
            Reporter: Jakob Korherr


...otherwise the properties of PreJsf2ExceptionHandlerImpl (handled, unhandled, handledAndThrown) will be shared by all requests of all users.

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


[jira] Updated: (MYFACES-2465) PreJsf2ExceptionHandlerFactory should create new instances of PreJsf2ExceptionHandlerImpl for each call to getExceptionHandler()

Posted by "Jakob Korherr (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/MYFACES-2465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jakob Korherr updated MYFACES-2465:
-----------------------------------

    Status: Patch Available  (was: Open)

> PreJsf2ExceptionHandlerFactory should create new instances of PreJsf2ExceptionHandlerImpl for each call to getExceptionHandler()
> --------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: MYFACES-2465
>                 URL: https://issues.apache.org/jira/browse/MYFACES-2465
>             Project: MyFaces Core
>          Issue Type: Task
>          Components: JSR-314
>    Affects Versions: 2.0.0-alpha-2
>            Reporter: Jakob Korherr
>         Attachments: myfaces-2465.patch
>
>
> ...otherwise the properties of PreJsf2ExceptionHandlerImpl (handled, unhandled, handledAndThrown) will be shared by all requests of all users.

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


[jira] Updated: (MYFACES-2465) PreJsf2ExceptionHandlerFactory should create new instances of PreJsf2ExceptionHandlerImpl for each call to getExceptionHandler()

Posted by "Leonardo Uribe (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/MYFACES-2465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leonardo Uribe updated MYFACES-2465:
------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.0-alpha-2
         Assignee: Leonardo Uribe
           Status: Resolved  (was: Patch Available)

Thanks to Jakob Korherr for this patch

> PreJsf2ExceptionHandlerFactory should create new instances of PreJsf2ExceptionHandlerImpl for each call to getExceptionHandler()
> --------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: MYFACES-2465
>                 URL: https://issues.apache.org/jira/browse/MYFACES-2465
>             Project: MyFaces Core
>          Issue Type: Task
>          Components: JSR-314
>    Affects Versions: 2.0.0-alpha-2
>            Reporter: Jakob Korherr
>            Assignee: Leonardo Uribe
>             Fix For: 2.0.0-alpha-2
>
>         Attachments: myfaces-2465.patch
>
>
> ...otherwise the properties of PreJsf2ExceptionHandlerImpl (handled, unhandled, handledAndThrown) will be shared by all requests of all users.

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