https://bz.apache.org/bugzilla/show_bug.cgi?id=69815
Mark Thomas <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |enhancement --- Comment #1 from Mark Thomas <[email protected]> --- A quick review suggests this is not generally implementable on a Servlet container. The protocol assumes that sessions are never scoped more narrowly than per origin. That is not the case for a Servlet container where sessions are scoped per web application which is (nearly) always more narrow than the origin. You could implement this if it were limited to the ROOT context. That may or may not be useful. My sense is that this is still experimental and that it is too early to think about a Tomcat implementation. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
