#38456

Fixed.

We use <display-name>apName version</display-name> in our web.xml (generated by Maven and a resource filter). Apparently PD4ML v4 has changed context resolution to use ServletContext.getServletContextName(). Since there is no apName%20version running (only apName), this breaks getting external resources.

This will make management a bit more difficult, but not impossible.

I haven’t checked the release notes anywhere, but was this mentioned somewhere?