Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Admin screen returns 404 when jsessionid is included #83

Closed
hewlock opened this issue Mar 25, 2014 · 2 comments
Closed

Admin screen returns 404 when jsessionid is included #83

hewlock opened this issue Mar 25, 2014 · 2 comments

Comments

@hewlock
Copy link

hewlock commented Mar 25, 2014

The Admin console works correctly when cookies are enabled and no jsessionid is used. However, disabling cookies and visiting the admin console with a jsessionid returns a 404.

I believe this has something to do with Tomcat passing url parameters back with HttpServletRequest.getRequestURI().

@chkal
Copy link
Member

chkal commented Mar 26, 2014

Hey @hewlock,

thanks for reporting this. I just pushed a fix out. Would you mind giving the latest snapshots a try? Just update the version to 2.1.0-SNAPSHOT and add the following repository to your pom:

https://oss.sonatype.org/content/repositories/snapshots/

@chkal chkal closed this as completed Mar 26, 2014
@hewlock
Copy link
Author

hewlock commented Mar 26, 2014

Hey @chkal,

Yep, that did it. Thanks for the quick response!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants