Skip to content
This repository has been archived by the owner on Mar 20, 2021. It is now read-only.

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

Closed
glassfishrobot opened this issue Jan 9, 2008 · 7 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

Reported by raih@java.net

@glassfishrobot
Copy link
Author

Was assigned to oleksiys@java.net

@glassfishrobot
Copy link
Author

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

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

jfarcand@java.net said:
Fix target

@glassfishrobot
Copy link
Author

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

@glassfishrobot
Copy link
Author

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

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

No branches or pull requests

1 participant