![]() |
|
|
|
|
Issue Type:
|
Bug
|
|
Affects Versions:
|
1.1.5.Final |
|
Assignee:
|
Unassigned |
|
Created:
|
01/Aug/12 7:53 AM
|
|
Description:
|
If exception is thrown during render response (JSF app) then ExceptionHandler (seam3) is notified after conversation context has been deactivated. If such exception handler wants to redirect to error page using following code:
NavigationHandler navHandler = context.getApplication().getNavigationHandler();
navHandler.handleNavigation(context, "", viewId+"?faces-redirect=true");
then ConversationAwareViewHandler will get called on getActionURL(FacesContext facesContext, String viewId)
which doesn't check if conversation context is active and calls conversation.isTransient, which in turn throws exception (context inactive).
I'd say there should be no call to conversation if context is inactive.
|
|
Project:
|
Weld
|
|
Priority:
|
Major
|
|
Reporter:
|
Bernard Labno
|
|
|
|
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
_______________________________________________
weld-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/weld-issues