You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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().
The text was updated successfully, but these errors were encountered:
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:
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().
The text was updated successfully, but these errors were encountered: