[
https://issues.apache.org/jira/browse/AMQ-9772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18035375#comment-18035375
]
ASF subversion and git services commented on AMQ-9772:
------------------------------------------------------
Commit 5074493223403381b9143ed5181491f76e019cc7 in activemq's branch
refs/heads/activemq-6.1.x from JB Onofré
[ https://gitbox.apache.org/repos/asf?p=activemq.git;h=5074493223 ]
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