vttranlina commented on PR #2629: URL: https://github.com/apache/james-project/pull/2629#issuecomment-2641983479
CI failed in some test cases where pathUrl contain slash-encoded. Reason from the upgrade to Jetty12 https://github.com/jetty/jetty.project/issues/12467 eg: ``` Request method: POST Request URI: http://localhost:55702/mappings/address/sou...@domain.tld/targets/alice...@domain.tld Proxy: <none> Request params: <none> Query params: <none> Form params: <none> Path params: <none> Headers: Accept=application/json, application/javascript, text/javascript, text/json Content-Type=application/json; charset=UTF-8 Cookies: <none> Multiparts: <none> Body: <none> HTTP/1.1 400 Bad Request Server: Jetty(12.0.15) Date: Fri, 07 Feb 2025 05:22:04 GMT Cache-Control: must-revalidate,no-cache,no-store Content-Type: text/html;charset=iso-8859-1 Content-Length: 455 Connection: close <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/> <title>Error 400 Ambiguous URI path separator</title> </head> <body> <h2>HTTP ERROR 400 Ambiguous URI path separator</h2> <table> <tr> <th colspan="1" rowspan="1">URI:</th> <td colspan="1" rowspan="1">/badURI</td> </tr> <tr> <th colspan="1" rowspan="1">STATUS:</th> <td colspan="1" rowspan="1">400</td> </tr> <tr> <th colspan="1" rowspan="1">MESSAGE:</th> <td colspan="1" rowspan="1">Ambiguous URI path separator</td> </tr> </table> <hr/> <a shape="rect" href="https://jetty.org/">Powered by Jetty:// 12.0.15</a> <hr/> </body> </html> ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For additional commands, e-mail: notifications-h...@james.apache.org