[
https://issues.apache.org/jira/browse/AMQ-9772?focusedWorklogId=985792&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-985792
]
ASF GitHub Bot logged work on AMQ-9772:
---------------------------------------
Author: ASF GitHub Bot
Created on: 04/Oct/25 17:38
Start Date: 04/Oct/25 17:38
Worklog Time Spent: 10m
Work Description: mattrpav commented on PR #1505:
URL: https://github.com/apache/activemq/pull/1505#issuecomment-3368437433
What does this benefit?
Issue Time Tracking
-------------------
Worklog Id: (was: 985792)
Time Spent: 20m (was: 10m)
> 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.8
>
> Attachments: fix-uncovered-http-methods-warning.patch
>
> Time Spent: 20m
> 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