java - Geronimo double slash "//" in urls with application having context root "/" -


i using geronimo version 2.2.1. trying deploy war-file context-root set / in geronimo-web.xml.

now every time navigate application urls rewritten double forward slashes.

examples:

http://mydomain:8080//login.jsp http://mydomain:8080//home.html 

how can change configuration single slash appears. have found similar questions none of them seem have answers.

this known issue geronimo 2.2.1. can see details @ geronimo issue 6171.

the issue has been fixed , part of next release. have verified works expected using latest snapshot of geronimo 2.2.2.


Comments

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

javascript - Preserving URL fragment through CAS sign-on -

asp.net mvc - Implementing normal user/pass, Twitter & Facebook auth -