BookmarkablePageRequestTarget respond method --------------------------------------------
Key: WICKET-615 URL: https://issues.apache.org/jira/browse/WICKET-615 Project: Wicket Issue Type: Bug Components: wicket Affects Versions: 1.3.0-beta1 Reporter: Sean Sullivan The respond method in BookmarkablePageRequestTarget.java contains a "FIXME" comment. Does this need to be addressed? if (requestCycle.getRedirect()) { IRequestCycleProcessor processor = requestCycle.getProcessor(); // This is relative!!! FIXME: Make this absolute. String redirectUrl = processor.getRequestCodingStrategy().encode(requestCycle, this).toString(); requestCycle.getResponse().redirect(redirectUrl); } -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.