-
-
Notifications
You must be signed in to change notification settings - Fork 754
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
Atmosphere's HttpServletRequest.getRequestURI() must never return null
in all circumstances
#1246
Comments
Which transport produce this NPE? |
WebSocket using tomcat 7.0 on linux64.
|
Souvik Bhattacharya added a comment - 27/Aug/13 14:07 I am able to generate the error multiple time in my application. In my application I push through EventBus.post frequently(in every 3 seconds) and if second request come to @subscribe before the completion of first request then it's throwing error. If needed I can share my screen as well |
Looking today... |
So far I can't reproduce tha issue using 1.0.16 :-( @ceefour can you try? |
Ok I can see where it happens. Fix in process... |
Thank you @jfarcand , so this will be in 1.0.17 ? |
Affects v1.0.13.
As the correct behavior is depended upon by on wicket-atmosphere https://issues.apache.org/jira/browse/WICKET-5282
@papegaaij noted that:
If Atmosphere cannot handle
getRequestURI()
call properly, it should throw a "real" Exception instead of returningnull
.The text was updated successfully, but these errors were encountered: