Ike, It is reporting that you have HTTP methods not protected for the context. Uncovered HTTP methods are discussed in the servlet spec <https://javaee.github.io/servlet-spec/downloads/servlet-3.1/Final/servlet-3_1-final.pdf> (section 13.8.4), and we discuss them in our documentation in regards to authentication and authorization <https://www.eclipse.org/jetty/documentation/current/configuring-security.html#_authorization>. I am guessing you have a security realm set up but not all HTTP methods are covered. The *ConstraintSecurityHandler <https://www.eclipse.org/jetty/javadoc/current/org/eclipse/jetty/security/ConstraintSecurityHandler.html#getPathsWithUncoveredHttpMethods-->* class is picking that up and giving a warning on it.
Best, Chris On Fri, May 25, 2018 at 5:00 PM, Ike Ikonne <[email protected]> wrote: > Hi all, > > I had posted this issue before, I am just trying to see if anyone in the > group has an any > idea as to why I am getting this stacktrace during jetty startup, any > hints will be > highly appreciated. > > 2018-05-21 09:49:20,060 [main] WARN SecurityHandler - > [email protected]@3fc7e522{/SspJsf,file:///C:/ > SSPConfig3432-20180307-MAINT-BUILD08/apps/jetty/ > webservices/webapps/SspJsf/,STARTING}{C:\SSPConfig3432- > 20180307-MAINT-BUILD08\apps\jetty\webservices\webapps\SspJsf.war} has > uncovered http methods for path: /* > 2018-05-21 09:49:20,060 [main] DEBUG SecurityHandler - > java.lang.Throwable: null > at org.eclipse.jetty.security.ConstraintSecurityHandler. > checkPathsWithUncoveredHttpMethods(ConstraintSecurityHandler.java:808) > [jetty-security-9.4.9.v20180320.jar:9.4.9.v20180320] > at org.eclipse.jetty.security.ConstraintSecurityHandler.doStart( > ConstraintSecurityHandler.java:446) [jetty-security-9.4.9. > v20180320.jar:9.4.9.v20180320] > at org.eclipse.jetty.util.component.AbstractLifeCycle. > start(AbstractLifeCycle.java:68) [jetty-util-9.4.9.v20180320. > jar:9.4.9.v20180320] > at org.eclipse.jetty.util.component.ContainerLifeCycle. > start(ContainerLifeCycle.java:138) [jetty-util-9.4.9.v20180320. > jar:9.4.9.v20180320] > at org.eclipse.jetty.util.component.ContainerLifeCycle. > doStart(ContainerLifeCycle.java:108) [jetty-util-9.4.9.v20180320. > jar:9.4.9.v20180320] > at org.eclipse.jetty.server.handler.AbstractHandler. > doStart(AbstractHandler.java:113) [jetty-server-9.4.9.v20180320. > jar:9.4.9.v20180320] > at > org.eclipse.jetty.server.handler.ScopedHandler.doStart(ScopedHandler.java:123) > [jetty-server-9.4.9.v20180320.jar:9.4.9.v20180320] > at org.eclipse.jetty.server.session.SessionHandler. > doStart(SessionHandler.java:503) [jetty-server-9.4.9.v20180320. > jar:9.4.9.v20180320] > at org.eclipse.jetty.util.component.AbstractLifeCycle. > start(AbstractLifeCycle.java:68) [jetty-util-9.4.9.v20180320. > jar:9.4.9.v20180320] > at org.eclipse.jetty.util.component.ContainerLifeCycle. > start(ContainerLifeCycle.java:138) [jetty-util-9.4.9.v20180320. > jar:9.4.9.v20180320] > at org.eclipse.jetty.util.component.ContainerLifeCycle. > doStart(ContainerLifeCycle.java:108) [jetty-util-9.4.9.v20180320. > jar:9.4.9.v20180320] > at org.eclipse.jetty.server.handler.AbstractHandler. > doStart(AbstractHandler.java:113) [jetty-server-9.4.9.v20180320. > jar:9.4.9.v20180320] > at > org.eclipse.jetty.server.handler.ScopedHandler.doStart(ScopedHandler.java:123) > [jetty-server-9.4.9.v20180320.jar:9.4.9.v20180320] > at org.eclipse.jetty.server.handler.ContextHandler. > startContext(ContextHandler.java:844) [jetty-server-9.4.9.v20180320. > jar:9.4.9.v20180320] > at org.eclipse.jetty.servlet.ServletContextHandler.startContext( > ServletContextHandler.java:370) [jetty-servlet-9.4.9. > v20180320.jar:9.4.9.v20180320] > at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1497) > [jetty-webapp-9.4.9.v20180320.jar:9.4.9.v20180320] > at > org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1459) > [jetty-webapp-9.4.9.v20180320.jar:9.4.9.v20180320] > at org.eclipse.jetty.server.handler.ContextHandler. > doStart(ContextHandler.java:785) [jetty-server-9.4.9.v20180320. > jar:9.4.9.v20180320] > at org.eclipse.jetty.servlet.ServletContextHandler.doStart( > ServletContextHandler.java:287) [jetty-servlet-9.4.9. > v20180320.jar:9.4.9.v20180320] > at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:545) > [jetty-webapp-9.4.9.v20180320.jar:9.4.9.v20180320] > at org.eclipse.jetty.util.component.AbstractLifeCycle. > start(AbstractLifeCycle.java:68) [jetty-util-9.4.9.v20180320. > jar:9.4.9.v20180320] > at org.eclipse.jetty.util.component.ContainerLifeCycle. > start(ContainerLifeCycle.java:138) [jetty-util-9.4.9.v20180320. > jar:9.4.9.v20180320] > at org.eclipse.jetty.util.component.ContainerLifeCycle. > doStart(ContainerLifeCycle.java:117) [jetty-util-9.4.9.v20180320. > jar:9.4.9.v20180320] > at org.eclipse.jetty.server.handler.AbstractHandler. > doStart(AbstractHandler.java:113) [jetty-server-9.4.9.v20180320. > jar:9.4.9.v20180320] > at org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart( > ContextHandlerCollection.java:167) [jetty-server-9.4.9.v20180320. > jar:9.4.9.v20180320] > at org.eclipse.jetty.util.component.AbstractLifeCycle. > start(AbstractLifeCycle.java:68) [jetty-util-9.4.9.v20180320. > jar:9.4.9.v20180320] > at org.eclipse.jetty.util.component.ContainerLifeCycle. > start(ContainerLifeCycle.java:138) [jetty-util-9.4.9.v20180320. > jar:9.4.9.v20180320] > at org.eclipse.jetty.util.component.ContainerLifeCycle. > doStart(ContainerLifeCycle.java:117) [jetty-util-9.4.9.v20180320. > jar:9.4.9.v20180320] > at org.eclipse.jetty.server.handler.AbstractHandler. > doStart(AbstractHandler.java:113) [jetty-server-9.4.9.v20180320. > jar:9.4.9.v20180320] > at org.eclipse.jetty.util.component.AbstractLifeCycle. > start(AbstractLifeCycle.java:68) [jetty-util-9.4.9.v20180320. > jar:9.4.9.v20180320] > at org.eclipse.jetty.util.component.ContainerLifeCycle. > start(ContainerLifeCycle.java:138) [jetty-util-9.4.9.v20180320. > jar:9.4.9.v20180320] > at org.eclipse.jetty.server.Server.start(Server.java:419) > [jetty-server-9.4.9.v20180320.jar:9.4.9.v20180320] > at org.eclipse.jetty.util.component.ContainerLifeCycle. > doStart(ContainerLifeCycle.java:108) [jetty-util-9.4.9.v20180320. > jar:9.4.9.v20180320] > at org.eclipse.jetty.server.handler.AbstractHandler. > doStart(AbstractHandler.java:113) [jetty-server-9.4.9.v20180320. > jar:9.4.9.v20180320] > at org.eclipse.jetty.server.Server.doStart(Server.java:386) > [jetty-server-9.4.9.v20180320.jar:9.4.9.v20180320] > > > > Ike Ikonne > > Aricent Engineering > > > _______________________________________________ > jetty-users mailing list > [email protected] > To change your delivery options, retrieve your password, or unsubscribe > from this list, visit > https://dev.eclipse.org/mailman/listinfo/jetty-users >
_______________________________________________ jetty-users mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/jetty-users
