Author: violetagg Date: Mon Nov 4 21:35:43 2013 New Revision: 1538781 URL: http://svn.apache.org/r1538781 Log: According to the ServiceLoader specification the name of the provider-configuration file is the fully-qualified binary name of the service's type. In this case instead of javax.websocket.server.ServerEndpointConfig.Configurator the file name should be javax.websocket.server.ServerEndpointConfig$Configurator.
Added: tomcat/trunk/res/META-INF/tomcat-websocket.jar/services/javax.websocket.server.ServerEndpointConfig$Configurator Removed: tomcat/trunk/res/META-INF/tomcat-websocket.jar/services/javax.websocket.server.ServerEndpointConfig.Configurator Added: tomcat/trunk/res/META-INF/tomcat-websocket.jar/services/javax.websocket.server.ServerEndpointConfig$Configurator URL: http://svn.apache.org/viewvc/tomcat/trunk/res/META-INF/tomcat-websocket.jar/services/javax.websocket.server.ServerEndpointConfig%24Configurator?rev=1538781&view=auto ============================================================================== --- tomcat/trunk/res/META-INF/tomcat-websocket.jar/services/javax.websocket.server.ServerEndpointConfig$Configurator (added) +++ tomcat/trunk/res/META-INF/tomcat-websocket.jar/services/javax.websocket.server.ServerEndpointConfig$Configurator Mon Nov 4 21:35:43 2013 @@ -0,0 +1 @@ +org.apache.tomcat.websocket.server.DefaultServerEndpointConfigurator \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org