My environment:

Wicket version: 1.3.2
Servlet Container: tomcat 6.0.14

The problem is definitely still there if I map wicketfilter at /*.
However, I just found if I add an extra path such as "/abc/*" in the
mapping it starts to work. This workaround requires my application to
add an extra path to the url which I want to avoid.

Interestingly, this workaround also solves the relative stylesheet
loading problem that I was facing at the same time.

 
 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Al Maw
Sent: Monday, March 31, 2008 10:15 AM
To: users@wicket.apache.org
Subject: Re: continueToOriginalDestination resolves to wrong URL

That bug was closed for rc 1, so you shouldn't be having this issue
unless
you're on a beta version.

Please could you provide some more details?
Which Wicket version?
Which servlet container?

Regards,

Alastair

On Mon, Mar 31, 2008 at 3:32 AM, Zheng, Xiahong <[EMAIL PROTECTED]>
wrote:

> Just realized this was reported in WICKET-588. Was the fix included in
> 1.3.2 release?
>
> -----Original Message-----
> From: Zheng, Xiahong
> Sent: Sunday, March 30, 2008 9:28 PM
> To: users@wicket.apache.org
> Subject: continueToOriginalDestination resolves to wrong URL
>
> Scenario,
>
> 1) request http://myapp/pages/watchlist
> 2) throws throw new
> RestartResponseAtInterceptPageException(Login.class);
> 3) Use sign in
> 4) user redirected to http://pages/watchlist note: path /myapp is
> dropped
>
> Any idea?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to