Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 4.1.1
-
Component/s: ACE-Components, Sample Apps
-
Labels:None
-
Environment:ICEfaces4 trunk r 49719
Browser: MsEdge38/Windows10
Server: Tomcat7
-
Assignee Priority:P3
Description
Showcase:
On MsEdge, when session expires and refreshing the page, two identical JS errors are written in the browser console:
HTTP500: SERVER ERROR - The server encountered an unexpected condition that prevented it from fulfilling the request.
(XHR)POST - http://localhost:8080/showcase/showcase.jsf
HTTP500: SERVER ERROR - The server encountered an unexpected condition that prevented it from fulfilling the request.
(XHR)POST - http://localhost:8080/showcase/showcase.jsf
This has no functional impact on how showcase works, and the console error does not go away until the browser console is cleared manually.
On MsEdge, when session expires and refreshing the page, two identical JS errors are written in the browser console:
HTTP500: SERVER ERROR - The server encountered an unexpected condition that prevented it from fulfilling the request.
(XHR)POST - http://localhost:8080/showcase/showcase.jsf
HTTP500: SERVER ERROR - The server encountered an unexpected condition that prevented it from fulfilling the request.
(XHR)POST - http://localhost:8080/showcase/showcase.jsf
This has no functional impact on how showcase works, and the console error does not go away until the browser console is cleared manually.
Activity
Field | Original Value | New Value |
---|---|---|
Summary | showcase - Session Expiry browser console errors (MsEdge/Windows10) | showcase - HTTP500 browser console errors on Session Expiry (MsEdge/Windows10) |
Priority | Major [ 3 ] | Minor [ 4 ] |
Fix Version/s | EE-4.2.0.GA [ 13071 ] |
Description |
Showcase:
On MsEdge, when session expires and refreshing the page, a JS error is written in the browser console: HTTP500: SERVER ERROR - The server encountered an unexpected condition that prevented it from fulfilling the request. (XHR)POST - http://localhost:8080/showcase/showcase.jsf This has no functional impact on how showcase works, and the console error does not go away until the browser console is cleared manually. |
Showcase:
On MsEdge, when session expires and refreshing the page, a JS error is written in the browser console: HTTP500: SERVER ERROR - The server encountered an unexpected condition that prevented it from fulfilling the request. (XHR)POST - http://localhost:8080/showcase/showcase.jsf This has no functional impact on how showcase works, and the console error does not go away until the browser console is cleared manually. |
Description |
Showcase:
On MsEdge, when session expires and refreshing the page, a JS error is written in the browser console: HTTP500: SERVER ERROR - The server encountered an unexpected condition that prevented it from fulfilling the request. (XHR)POST - http://localhost:8080/showcase/showcase.jsf This has no functional impact on how showcase works, and the console error does not go away until the browser console is cleared manually. |
Showcase:
On MsEdge, when session expires and refreshing the page, two identical JS errors are written in the browser console: HTTP500: SERVER ERROR - The server encountered an unexpected condition that prevented it from fulfilling the request. (XHR)POST - http://localhost:8080/showcase/showcase.jsf HTTP500: SERVER ERROR - The server encountered an unexpected condition that prevented it from fulfilling the request. (XHR)POST - http://localhost:8080/showcase/showcase.jsf This has no functional impact on how showcase works, and the console error does not go away until the browser console is cleared manually. |
Assignee | Mircea Toma [ mircea.toma ] | |
Fix Version/s | 4.2 [ 12870 ] | |
Fix Version/s | EE-4.2.0.GA [ 13071 ] | |
Assignee Priority | P3 [ 10012 ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #49734 | Wed Dec 21 16:33:22 MST 2016 | mircea.toma | |
Files Changed | ||||
![]() ![]() ![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #49735 | Wed Dec 21 17:19:11 MST 2016 | mircea.toma | |
Files Changed | ||||
![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #49738 | Thu Dec 22 10:22:48 MST 2016 | ken.fyten | |
Files Changed | ||||
![]() ![]() ![]() |
Affects Version/s | 4.1.1 [ 12972 ] | |
Affects Version/s | 4.2.BETA [ 13091 ] |
Security | Private [ 10001 ] |
Fix Version/s | 4.2.BETA [ 13091 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Enhanced request handling to avoid responding with HTTP 500 error to dispose window requests that arrive after the session has expired.