[
https://issues.apache.org/jira/browse/AMQ-9772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18035374#comment-18035374
]
ASF subversion and git services commented on AMQ-9772:
------------------------------------------------------
Commit 9430b3505b6d4b5fcda97309b5ec411d0eeff13a in activemq's branch
refs/heads/main from JB Onofré
[ https://gitbox.apache.org/repos/asf?p=activemq.git;h=9430b3505b ]
AMQ-9772: Remove warning for uncovered methods on the WebSocket transport
(#1505)
> 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
> Assignee: Jean-Baptiste Onofré
> Priority: Trivial
> Fix For: 6.2.0, 6.1.9
>
> Attachments: fix-uncovered-http-methods-warning.patch
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> 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