CamelContinuationServlet - May produce NPE under heavy load
-----------------------------------------------------------
Key: CAMEL-3479
URL: https://issues.apache.org/jira/browse/CAMEL-3479
Project: Camel
Issue Type: Bug
Components: camel-jetty
Affects Versions: 2.5.0
Reporter: Claus Ibsen
Assignee: Claus Ibsen
Fix For: 2.6.0
CAMEL-2986 fixes some issue with the CamelContinationServlet.
However under extreme load and under some circumstances you can still get a NPE.
The Jetty guides for writing and using continuation at
http://wiki.eclipse.org/Jetty/Feature/Continuations
Shows a different style for suspend/resume than we currently have implemented.
I think it's best practice that we refactor the code in camel-jetty to be
aligned with the Jetty guide.
I will follow the _Suspend Resume Pattern_ style listed on the Jetty guide.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.