Albertas Vyšniauskas created AMQ-9772:
-----------------------------------------

             Summary: Uncovered HTTP methods warning when using WebSocket 
transport
                 Key: AMQ-9772
                 URL: https://issues.apache.org/jira/browse/AMQ-9772
             Project: ActiveMQ Classic
          Issue Type: Wish
          Components: Transport
    Affects Versions: 6.1.7
            Reporter: Albertas Vyšniauskas
         Attachments: fix-uncovered-http-methods-warning.patch

Starting broker with enabled WebSocket transport produces the following warning:
{noformat}
[email protected]@6f4ade6e{/,null,STARTING} has 
uncovered HTTP methods for the following paths: [/] | 
org.eclipse.jetty.security.SecurityHandler
{noformat}
This happens because the only security constraint is added in 
configureTraceMethod() method and covers only TRACE HTTP method. All other HTTP 
methods do not have any security constraints and Jetty produces the warning.

This does not have any effect on WebSocket transport operation, but it would be 
nice to add a security constraint for remaining HTTP methods and silence this 
warning.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to