This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push:
new f58a40f Add explicit config for ws upgrade handler
f58a40f is described below
commit f58a40f7372fcd4ddc278b969cc0f00d62edeeb8
Author: remm <[email protected]>
AuthorDate: Fri Aug 30 16:56:23 2019 +0200
Add explicit config for ws upgrade handler
If an endpoint is not manually accessed, the reflection info is missing.
---
res/tomcat-maven/tomcat-reflection.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/res/tomcat-maven/tomcat-reflection.json
b/res/tomcat-maven/tomcat-reflection.json
index bf3de8a..00478e0 100644
--- a/res/tomcat-maven/tomcat-reflection.json
+++ b/res/tomcat-maven/tomcat-reflection.json
@@ -46,5 +46,6 @@
{ "name":"org.apache.naming.factory.EjbFactory", "methods" : [{"name":
"<init>","parameterTypes":[]}] },
{ "name":"org.apache.naming.factory.ResourceEnvFactory", "methods" : [{"name":
"<init>","parameterTypes":[]}] },
{ "name":"org.apache.naming.factory.ResourceFactory", "methods" : [{"name":
"<init>","parameterTypes":[]}] },
-{ "name":"org.apache.naming.factory.TransactionFactory", "methods" : [{"name":
"<init>","parameterTypes":[]}] }
+{ "name":"org.apache.naming.factory.TransactionFactory", "methods" : [{"name":
"<init>","parameterTypes":[]}] },
+{ "name":"org.apache.tomcat.websocket.server.WsHttpUpgradeHandler", "methods"
: [{"name": "<init>","parameterTypes":[] }] }
]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]