[
https://issues.apache.org/jira/browse/AMQ-9772?focusedWorklogId=990280&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-990280
]
ASF GitHub Bot logged work on AMQ-9772:
---------------------------------------
Author: ASF GitHub Bot
Created on: 04/Nov/25 16:59
Start Date: 04/Nov/25 16:59
Worklog Time Spent: 10m
Work Description: jbonofre merged PR #1505:
URL: https://github.com/apache/activemq/pull/1505
Issue Time Tracking
-------------------
Worklog Id: (was: 990280)
Time Spent: 40m (was: 0.5h)
> 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