You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by vi...@apache.org on 2013/11/04 22:35:43 UTC

svn commit: r1538781 - in /tomcat/trunk/res/META-INF/tomcat-websocket.jar/services: javax.websocket.server.ServerEndpointConfig$Configurator javax.websocket.server.ServerEndpointConfig.Configurator

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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org