i think if you try to encode a relative url jetty should translate it into a
full one before inserting ;jsessionid=foo

-igor


On 1/19/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote:

That jsessionid looks normal to me actually. Typically it is inserted
right after the server path before the query string, but in this case
you don't have server path. What happens when you have this? You have
stacktraces or javascript errors?

Eelco


On 1/19/07, Aaron Hiniker <[EMAIL PROTECTED]> wrote:
> I'm using maven2 jetty plugin to test my war file, and when a page is
first rendered, I am getting links like:
>
> var wcall=wicketAjaxGet(';jsessionid=380dscefa0gpi?wicket:interface=:0:
category.editor:table:i:0:sideColumns:0:link::IBehaviorListener&wicket:behaviorId=0',
function() { }, function() { });return !wcall;
>
> As you can see, the "jsessionid" is prepended to the URL, which makes it
invalid.  When I refresh the page, it seems that jsessionid is moved to a
cookie and everything works fine.
>
> This seems like a Jetty issue (as I've deployed the war into jboss and
things seem to work right the first time).  Anyone know what causes this and
how I can fix this?
>
> Aaron
>
>
>
-------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
your
> opinions on IT & business topics through brief surveys - and earn cash
>
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to