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

need a way to pass the exceptions generated in filters to the Grizzly user #43

Closed
glassfishrobot opened this issue Jan 9, 2008 · 8 comments

Comments

@glassfishrobot
Copy link

I'm filing this issue to track the earlier discussion around exception handling
around read or any other similar filters in Grizzly. Here is detail description
of the problem, in the email archive :

https://grizzly.dev.java.net/servlets/ReadMsg?list=dev&msgNo=680

The scenario is, when an exception happens (say, a connection error, or a parser
error while parsing..) the developer of Grizzly would like to take some
definitive action in the application. This requirement applies to both server
and client side.

Its a good idea to have a callback mechanism (or event handling /listeners) to
register for a specific exceptions and then pass them to the registered objects
for action upon their occurrence.

Environment

Operating System: All
Platform: Sun

Affected Versions

[1.9.22]

@glassfishrobot
Copy link
Author

@glassfishrobot Commented
Reported by raih@java.net

@glassfishrobot
Copy link
Author

@glassfishrobot Commented
Was assigned to oleksiys@java.net

@glassfishrobot
Copy link
Author

@glassfishrobot Commented
jfarcand@java.net said:
I agree this is important I'm turning it into a bug and a p2 so we can a fix
sooner that later

Thanks!

@glassfishrobot
Copy link
Author

@glassfishrobot Commented
oleksiys@java.net said:
Fixed

Author: oleksiys
Date: 2008-01-11 19:51:42+0000
New Revision: 697

Modified:
trunk/modules/grizzly/src/main/java/com/sun/grizzly/DefaultProtocolChain.java

Log:
Fix for issue#43

@glassfishrobot
Copy link
Author

@glassfishrobot Commented
jfarcand@java.net said:
Fix target

@glassfishrobot
Copy link
Author

@glassfishrobot Commented
Marked as fixed on Wednesday, December 16th 2009, 6:14:11 pm

@glassfishrobot
Copy link
Author

@glassfishrobot Commented
This issue was imported from java.net JIRA GRIZZLY-43

@glassfishrobot
Copy link
Author

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

No branches or pull requests

1 participant