Note that our understanding of the SingleThreadedModel is NOT that it changes how a given request is handled, just that it means a servlet is forced to allow for multiple requests at once.
That is not an issue for our code, we're fully thread-safe/aware and that doesn't break thread-local storage. That's literally how you often make things thread-safe in fact. -- Scott _______________________________________________ jetty-users mailing list [email protected] To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jetty-users
