I've just spent two hours trying to reproduce this and failing to (see the
bug). If anyone can give me a reproduceable test-case for this wrapped up in
a nice Maven 2-backed project that I can just unzip and work with, then I
will very keenly fix this. As it is, I just can't reproduce it.

I guess it would be useful if you could see if the zip I've attached to the
issue can reproduce the problem on your local machine. If it does, please be
as specific as possible about your set-up as possible (OS, JDK version,
browser version, Tomcat minor revision, etc.) and I'll try to get a mirror
environment set up so we can work out what the heck the problem could be.

Are people running this behind a mod_proxy or something? Or are you seeing
this issue when pointed at localhost:8080?

Regards,

Alastair

On Mon, Mar 31, 2008 at 10:23 PM, Al Maw <[EMAIL PROTECTED]> wrote:

> Yep, this is probably https://issues.apache.org/jira/browse/WICKET-1205
>
> Am off to see if I can fix it right now.
>
> Regards,
>
> Alastair
>
>
> On Mon, Mar 31, 2008 at 5:54 PM, Zheng, Xiahong <[EMAIL PROTECTED]>
> wrote:
>
> > 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: [email protected]
> > 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: [email protected]
> > > 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