Hi,

On Wed, Mar 12, 2014 at 9:52 PM, Aaron J. Garcia <agar...@rentec.com> wrote:

>
>
> Martin Grigorov <mgrigorov <at> apache.org> writes:
>
> >
> > Hi,
> >
> > It sounds like an issue with the IDE.
> > What is the produced url with the custom jsession id ? Does it work if
> you
> > paste this url directly in the browser address bar without involving the
> > IDE ?
> >
> > And what is "the sign of my page" ?
> >
> > Martin Grigorov
> > Wicket Training and Consulting
> >
>
> Hi Martin,
>
> Sorry for the delayed response.
>
> The URLs are identical in both cases: http://machine:8085/appName/
>
> Wicket turns this into: http://machine:8085/appName/app/SignInPage
>
> Intellij tries to open the first URL (http://machine:8085/appName/), but
> it
> fails with this error message "Cannot open URL. Please check this URL is
> correct:".  When I copy and paste that same URL
> (http://machine:8085/appName/) and paste it into my browser, it works
> fine,
> and directs me to sign in page.
>
> (That's what I meant by sign of my page... sorry for not catching that
> sooner).
>
> What is interesting is that if I remove any of the JSESSIONID changes I
> made
> (or downgrade to Wicket 6.13.0), everything works fine, and Intellij opens
> up http://machine:8085/appName/ like I would expect.
>

There must be something that IDEA hides from you.
http://machine:8085/appName/ is a valid url. But I guess it is actually
something like http://machine:8085/appName/;myjsessionid=123456 and IDEA
thinks that ;myjsessionid=123456 is the invalid part.

Since the url loads the page in the browser then the IDE is the problem.



>
> -- Aaron
>
> P.S. I don't need an immediate solution to this, because I figured out a
> workaround yesterday.  I would like to get to the bottom of the issue
> though, as the change in behavior is surprising.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

Reply via email to