> On 15. Mar 2026, at 16:49, Tim Jacomb <
timja...@gmail.com> wrote:
>
> I believe the 1st one is a known issue, implementing something like we do in maven-hpi-plugin that runs plugin dev servers with a forked process using Winstone would resolve it.
Specifically, the reverse proxy monitor encodes unusual characters in URLs (IIRC the url-encoded forward slash %2f, among others) to test that they're correctly encoded/decoded. They are being rejected by default in recent versions of Jetty, and jetty:run uses that default. Jetty in Winstone is set up to accept these.