Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.7Beta1
-
Fix Version/s: 1.7.2
-
Component/s: None
-
Labels:None
-
Environment:JBoss 4.2.2.GA, JDK6
-
ICEsoft Forum Reference:
-
Support Case References:
Description
setting debug mode to false (facelets debug to false in web.xml, seam core debug false, removing seam debug jar)
adding to home.xhtml a
<ice:form>
<ice:commandButton value="NPE" action="#{npe.npe}"/>
</ice:form>
and a
@Name("npe")
public class NPE {
public void npe() {
throw new NullPointerException("npe");
}
}
clicking the NPE hangs the application instead of redirecting according to the catch-all pages.xml exception handler
debug mode shows redirect to errors.xhtml and block/errors.xhtml but results in hang.
adding to home.xhtml a
<ice:form>
<ice:commandButton value="NPE" action="#{npe.npe}"/>
</ice:form>
and a
@Name("npe")
public class NPE {
public void npe() {
throw new NullPointerException("npe");
}
}
clicking the NPE hangs the application instead of redirecting according to the catch-all pages.xml exception handler
debug mode shows redirect to errors.xhtml and block/errors.xhtml but results in hang.
Issue Links
Activity
Nicklas Karlsson
created issue -
Nicklas Karlsson
made changes -
Field | Original Value | New Value |
---|---|---|
Attachment | Ice.zip [ 10912 ] |
Ken Fyten
made changes -
Assignee | Judy Guglielmin [ judy.guglielmin ] |
Ken Fyten
made changes -
Fix Version/s | 1.7.1 [ 10122 ] | |
Assignee Priority | P2 |
Ken Fyten
made changes -
Fix Version/s | 1.7.2 [ 10130 ] | |
Fix Version/s | 1.7.1 [ 10122 ] |
Tyler Johnson
made changes -
Support Case References | https://www.icesoft.ca:4443/supportilla/show_bug.cgi?id=4920 |
Michael Thiem
made changes -
Jack Van Ooststroom
made changes -
Assignee | Judy Guglielmin [ judy.guglielmin ] | Jack Van Ooststroom [ jack.van.ooststroom ] |
Ken Fyten
made changes -
Fix Version/s | 1.7.2RC1 [ 10140 ] | |
Fix Version/s | 1.7.2 [ 10130 ] |
Ken Fyten
made changes -
Fix Version/s | 1.7.2 [ 10130 ] | |
Fix Version/s | 1.7.2RC1 [ 10140 ] |
Ken Fyten
made changes -
Assignee | Jack Van Ooststroom [ jack.van.ooststroom ] | Judy Guglielmin [ judy.guglielmin ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #17632 | Wed Sep 24 11:57:10 MDT 2008 | judy.guglielmin | |
Files Changed | ||||
MODIFY
/icefaces/branches/icefaces-1.7/icefaces/core/src/com/icesoft/faces/webapp/http/servlet/ServletExternalContext.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #17634 | Wed Sep 24 12:39:56 MDT 2008 | judy.guglielmin | |
Files Changed | ||||
MODIFY
/icefaces/branches/icefaces-1.7/icefaces/core/src/com/icesoft/faces/webapp/http/portlet/PortletExternalContext.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #17636 | Wed Sep 24 12:45:48 MDT 2008 | judy.guglielmin | |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/portlet/PortletExternalContext.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #17637 | Wed Sep 24 12:46:01 MDT 2008 | judy.guglielmin | |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/servlet/ServletExternalContext.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #17638 | Wed Sep 24 14:36:52 MDT 2008 | deryk.sinotte | |
Files Changed | ||||
MODIFY
/icefaces/branches/icefaces-1.7/icefaces/core/src/com/icesoft/faces/webapp/http/servlet/ServletExternalContext.java
MODIFY /icefaces/branches/icefaces-1.7/icefaces/core/src/com/icesoft/faces/webapp/http/portlet/PortletExternalContext.java MODIFY /icefaces/branches/icefaces-1.7/icefaces/core/src/com/icesoft/faces/context/BridgeExternalContext.java |
Judy Guglielmin
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Assignee Priority | P2 | P1 |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #17655 | Fri Sep 26 11:13:49 MDT 2008 | judy.guglielmin | |
Files Changed | ||||
MODIFY
/icefaces/branches/icefaces-1.7/icefaces/core/src/com/icesoft/faces/context/UnknownExternalContext.java
MODIFY /icefaces/branches/icefaces-1.7/icefaces/core/src/com/icesoft/faces/webapp/http/servlet/ServletExternalContext.java MODIFY /icefaces/branches/icefaces-1.7/icefaces/core/src/com/icesoft/faces/webapp/http/portlet/PortletExternalContext.java MODIFY /icefaces/branches/icefaces-1.7/icefaces/core/src/com/icesoft/faces/context/BridgeExternalContext.java MODIFY /icefaces/branches/icefaces-1.7/icefaces/core/src/com/icesoft/faces/webapp/xmlhttp/PersistentFacesState.java |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #17656 | Fri Sep 26 11:35:22 MDT 2008 | deryk.sinotte | |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/context/BridgeExternalContext.java
MODIFY /icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/servlet/ServletExternalContext.java MODIFY /icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/portlet/PortletExternalContext.java |
Ken Fyten
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Assignee Priority | P1 | |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #17697 | Fri Oct 03 17:07:27 MDT 2008 | judy.guglielmin | remove try,catch clause from copySeamRequestAttributes |
Files Changed | ||||
MODIFY
/icefaces/branches/icefaces-1.7/icefaces/core/src/com/icesoft/faces/context/BridgeExternalContext.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #17698 | Fri Oct 03 17:08:07 MDT 2008 | judy.guglielmin | |
Files Changed | ||||
MODIFY
/icefaces/branches/icefaces-1.7/icefaces/core/src/com/icesoft/faces/webapp/http/portlet/PortletExternalContext.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #17699 | Fri Oct 03 17:08:44 MDT 2008 | judy.guglielmin | |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/context/BridgeExternalContext.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #17700 | Fri Oct 03 17:08:58 MDT 2008 | judy.guglielmin | |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/portlet/PortletExternalContext.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #17701 | Fri Oct 03 17:09:11 MDT 2008 | judy.guglielmin | |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/servlet/ServletExternalContext.java
|
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee | Judy Guglielmin [ judy.guglielmin ] |
seam-generated, libs removed