Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.5.7, 6.0.0-beta2
-
None
Description
wicket-ajax-jquery.js
in processAjaxResponse:
// support/check for non-relative redirectUrl like as provided and needed in a portlet context
if (redirectUrl.charAt(0) === ('/') || redirectUrl.match("^http://") === "http://" || redirectUrl.match("^https://") === "https://") {
==> match function returns an array !!
absolute redirect urls like e.g. 'http://www.google.de' are not recognized