I've a Zuul proxy with the following configuration:

x

zuul.routes.x.path=/x/y/** zuul.routes.x.url=http://localhost:7666/v1/x/ zuul.routes.x.allowed-methods=GET

y

zuul.routes.x-authorization.path=/x/y/z/** zuul.routes.x.authorization.url=http://localhost:7666/v1/x/y zuul.routes.x-authorization.allowed-methods=GET

It was working properly until I've tried to update project's JDK from 8 to 11. After that the second route start to return 404.

I'm using spring 2.1.1.