Description
wicket-ajax-jquery.js (processAjaxResponse) only understands http:// and https:// as schemes. This makes it impossible to redirect to other schemes, like chrome-extension://. I propose to change the regular expression to:
var withScheme = /^[a-z][a-z0-9+.-]*:\/\//; // checks whether the string starts with a scheme