your url is missing the query string

-igor

On Mon, Oct 17, 2011 at 12:22 PM, martin.dilger
<martin.dil...@googlemail.com> wrote:
> Hi,
>
> we have the following use case - we need to redirect to an external
> application, that handles authorization for us (cookie creation etc.).
>
> For this, we need to redirect to this application and handle a callback url,
> where this external application redirects after succesful login.
>
> I tried the following (very simplified, but worked in 1.4 but not in 1.5):
>
> String url =
> ((HttpServletRequest)RequestCycle.get().getRequest().getContainerRequest()).getRequestURL().toString();
> throw new
> RedirectToUrlException("http://someexternalapplication?jumpBackToMyApplicationURL="+url);
>
> In 1.5 I get 404 - since this url looks like this:
> http://localhost:8080/wicket/page, which is not a legal url, since the page
> identifier is missing.
>
> I would love to hear some thoughts, how to handle this in 1.5,
> thank you very much.
>
> Martin
>
>
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/Redirect-to-External-Application-tp3913112p3913112.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to