Closed
Description
Using Greenwich.M1, an NPE is thrown at:
https://github.com/spring-cloud/spring-cloud-netflix/blob/vGreenwich.M1/spring-cloud-netflix-zuul/src/main/java/org/springframework/cloud/netflix/zuul/filters/pre/PreDecorationFilter.java#L181
The workaround is to set:
server.servlet.context-path=
in application.properties - but we really work with the default null value of server.servlet.context-path
.