Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
5.4
-
None
-
None
Description
I'm using relative links throughout my application and allowing our reverse proxy to handle our secure port forwarding.
I just discovered that DefaultRequestExceptionHandler on line 210 is creating an absolute link for all xhr request.
It has suggested on the mailing list by Dimitris Zenios to be link.toRedirectURI instead of toAbsoluteURI just like
AjaxLinkComponentEventResultProcessor does.