Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.8DR#2
-
Component/s: Framework
-
Labels:None
-
Environment:ICEfaces Core, ICEfaces AHS
-
ICEsoft Forum Reference:
Description
Exceptions related to users browsing away from an ICEfaces application or shutting down the browser while having an ICEfaces application open should be less verbose. Maybe we should just log an informative message on DEBUG level and include the stack trace on TRACE level. INFO level should not be used for these occurrences.
Issue Links
- depends on
-
ICE-3887
Log message on ClientAbortException
-
- Closed
-
Activity
| Status | Resolved [ 5 ] | Closed [ 6 ] |
| Assignee | Jack van Ooststroom [ jack.van.ooststroom ] |
| Fix Version/s | 1.8 [ 10161 ] | |
| Assignee Priority | P2 |
| Fix Version/s | 1.8RC2 [ 10163 ] | |
| Fix Version/s | 1.8 [ 10161 ] |
| Status | In Progress [ 3 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #18348 | Fri Feb 13 16:27:26 MST 2009 | jack.van.ooststroom | Fixed JIRA |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/servlet/MainServlet.java
MODIFY
/icefaces/trunk/icefaces/ahs/src/com/icesoft/faces/async/server/nio/NioHttpConnectionAcceptor.java
MODIFY
/icefaces/trunk/icefaces/ahs/src/com/icesoft/faces/async/server/ReadHandler.java
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/core/UploadServer.java
|
| Salesforce Case | [] | |
| Fix Version/s | 1.8 [ 10161 ] | |
| Fix Version/s | 1.8RC1 [ 10143 ] |
| Status | Open [ 1 ] | In Progress [ 3 ] |
| Salesforce Case | [] | |
| Fix Version/s | 1.8DR#3 [ 10143 ] | |
| Assignee Priority | P2 |
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Jack Van Ooststroom [ jack.van.ooststroom ] |

Instead of logging the full stacktrace of these Exceptions to INFO level, an informative message is now logged at DEBUG level, and the stacktrace is now logged at TRACE level. Marking this one as FIXED.