[ 
https://issues.apache.org/jira/browse/QPID-8728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18043862#comment-18043862
 ] 

ASF subversion and git services commented on QPID-8728:
-------------------------------------------------------

Commit 26d0d75e414835463633a33e40a8d6b4a8a81d66 in qpid-broker-j's branch 
refs/heads/main from Daniil Kirilyuk
[ https://gitbox.apache.org/repos/asf?p=qpid-broker-j.git;h=26d0d75e41 ]

QPID-8728: [Broker-J] Add useLegacyUriCompliance to HTTP management plugin UI 
configuration (#354)



> [Broker-J] Management Web UI fails when exchange/queue names contain ":" 
> after upgrade to Broker-J 10.0.0
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: QPID-8728
>                 URL: https://issues.apache.org/jira/browse/QPID-8728
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Broker-J
>    Affects Versions: qpid-java-broker-10.0.0
>            Reporter: Marco Geri
>            Priority: Minor
>             Fix For: qpid-java-broker-10.0.1
>
>
> After upgrading to Broker-J 10.0.0, the Management Web UI no longer works 
> correctly when exchanges or queues contain the ":" character in their names.
> For example, when using a queue named "mf:ALL", any REST call triggered by 
> the Web UI results in the following error:
> {{HTTP ERROR 400 Ambiguous URI path encoding}}
> This issue did not occur in previous versions of Broker-J.
> The problem may be related to the upgrade of Jetty to version 12, which 
> appears to handle path encoding more strictly.
> Steps to reproduce:
>  # Create a queue or exchange with a ":" in the name (e.g., mf:ALL).
>  # Open the Management Web UI.
>  # Navigate to the details of the created resource.
>  # The UI triggers REST calls that fail with HTTP 400.
> *Implementation*
> Added flag "useLegacyUriCompliance" to the HTTP management plugin UI 
> configuration.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to