Is it reasonable to use a ThreadLocal for holding request specific metadata? i.e. are there cases where CXF can use more than one thread to handle a request or where CXF handles more than one request on the same thread?
Or does this just depend on the configuration of the container e.g. tomcat/jetty? If it's not a good thing to do then what is the preferred way to attach metadata to a request? Thanks Rob
