if you rewrite the request in the webserver before passing the request to 
web2py yes. 

BTW, that URL seems invalid. I'm not a strong RFC enforcer but AFAIK you 
can have a ; separator or a & one, not both.
details 
http://www.w3.org/TR/1999/REC-html401-19991224/appendix/notes.html#h-B.2.2 
and 
web2py doesn't handle the ; one by default, you should check the regexes in 
gluon.rewrite. 

On Wednesday, June 12, 2013 7:17:13 PM UTC+2, mweissen wrote:
>
> A web2py function calls a java serverlet.
> This serverlet calls back my web2py application and uses an url like 
> http://mydomain/app/contr/anotherfunction*;jsessionid=1.2.3.4.abcd*
> ?var1=1&var2=2
>
> The part "*;jsessionid=1.2.3.4.abcd*" produces an "invalid request". I 
> cannot change the (foreign) serverlet. Is there any way to ignore the 
> jsessionid-part?
> -- 
>
> Regards Martin
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to