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.
Enhanced request handling to avoid responding with HTTP 500 error to dispose window requests that arrive after the session has expired.