-
-
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
AtmosphereInterceptor.postInspect() is not called in case of a handler thrown exception #2073
Comments
Or at least an |
reda-alaoui
added a commit
to Cosium/atmosphere
that referenced
this issue
Oct 27, 2015
…case of a handler thrown exception
reda-alaoui
added a commit
to Cosium/atmosphere
that referenced
this issue
Oct 27, 2015
…case of a handler thrown exception
reda-alaoui
added a commit
to Cosium/atmosphere
that referenced
this issue
Oct 27, 2015
…case of a handler thrown exception (cherry picked from commit 767ee2b)
reda-alaoui
added a commit
to Cosium/atmosphere
that referenced
this issue
Oct 27, 2015
…case of a handler thrown exception
reda-alaoui
added a commit
to Cosium/atmosphere
that referenced
this issue
Oct 27, 2015
…case of a handler thrown exception
reda-alaoui
added a commit
to Cosium/atmosphere
that referenced
this issue
Oct 27, 2015
…case of a handler thrown exception (cherry picked from commit 2679929)
Fix |
Thank you ! |
There is still an issue, even with my correction. |
reda-alaoui
added a commit
to Cosium/atmosphere
that referenced
this issue
Jan 11, 2016
…case of a handler thrown exception
reda-alaoui
added a commit
to Cosium/atmosphere
that referenced
this issue
Jan 11, 2016
…case of a handler thrown exception
reda-alaoui
added a commit
to Cosium/atmosphere
that referenced
this issue
Jan 11, 2016
…case of a handler thrown exception (cherry picked from commit 3133c59)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Today, it seems that there is no guarantee that
AtmosphereInterceptor.postInspect()
be called after eachAtmosphereInterceptor.inspect()
.Indeed, there is no try/finally in AynchronousProcessor:
This prevent us to make use of
AtmosphereInterceptor
like we do withjavax.servlet.Filter
.Is it possible to add the try/finally? Something prevents us from doing it?
The text was updated successfully, but these errors were encountered: