jetty.project/jetty-websocket/websocket-server
Joakim Erdfelt 93520df3f9 445374 - Reevaluate org.eclipse.jetty.websocket.jsr356 enablement concepts
+ Since SCI adds filters, but init() isn't run till later, that means
  the context attribute for the WebSocketUpgradeFilter isn't present
  during jsr356 runs.  Added ability for manual filter creation to call
  setToAttribute() as a pre-init step, allowing the init() itself to
  bypass the set to attribute for that specific filter instance.
+ This also means ServletException is now thrown out from the
  various configureContext() static methods.
2014-09-30 10:56:48 -07:00
..
src 445374 - Reevaluate org.eclipse.jetty.websocket.jsr356 enablement concepts 2014-09-30 10:56:48 -07:00
pom.xml Using 9.2.4-SNAPSHOT for branch 2014-09-11 06:10:44 -07:00