-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 5.0.0.Alpha2
-
Fix Version/s: 5.0.0.Final
-
Component/s: Dependency
-
Labels:None
-
Stakeholder:R&D
-
Epic Link:
-
Sprint:SignServer-Sprint 96
Warning/Error:
Issue I:
11:32:32,753 WARN [io.jaegertracing.internal.senders.SenderResolver] (ServerService Thread Pool -- 84) No suitable sender found. Using NoopSender, meaning that data will not be sent anywhere!
- [-] This is a bug in WildFly 14 and fixed in 15: https://issues.jboss.org/browse/WFLY-10961
Issue II:
11:53:09,580 WARN [org.jboss.weld.Bootstrap] (MSC service thread 1-8) WELD-000146: BeforeBeanDiscovery.addAnnotatedType(AnnotatedType<?>) used for class com.sun.faces.flow.FlowDiscoveryCDIHelper is deprecated from CDI 1.1! 11:32:31,880 SEVERE [javax.enterprise.resource.webcontainer.jsf.application.view] (MSC service thread 1-5) Unable to obtain CDI 1.1 utilities for Mojarra 11:32:31,884 SEVERE [javax.enterprise.resource.webcontainer.jsf.flow] (MSC service thread 1-5) Unable to obtain CDI 1.1 utilities for Mojarra
- [-] Seems to be open bugs in WildFly related to this: https://issues.jboss.org/browse/JBEAP-15820 Should probably not affect functionality though.
Issue III:
11:32:33,014 WARN [io.undertow.servlet] (ServerService Thread Pool -- 76) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, POST, GET, CONNECT]
- [x] Addressed. Warning is now only for HEAD, POST and GET.
Issue IV:
(This one if http-2 is enabled) 11:55:28,727 ERROR [io.undertow] (default task-9) UT005085: Connection io.undertow.server.protocol.http2.Http2ServerConnection@6cd4db64 for exchange HttpServerExchange{ GET /signserver/adminweb/.......................... status=[200], Last-Modified=[Wed, 16 Jan 2019 08:45:42 GMT], X-Content-Type-Options=[nosniff], Content-Type=[text/html], Content-Length=[65379]}} was not closed cleanly, forcibly closing connection
- https://stackoverflow.com/questions/54290975/errors-with-http-2-enabled-in-wf-14-with-wf-10-same-app-worked
- Updated documentation to set enable-http2="false" for WildFly 14 http://confluence.primekey.com/pages/viewpage.action?pageId=42959488
- [] TODO
- is related to
-
ECA-7658 Use white-list instead of black-list of allowed HTTP methods in web.xml
-
- Closed
-