HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML Forums › Technical questions / Troubleshooting › External resources not read PD4ML v4 tag library › Reply To: External resources not read PD4ML v4 tag library
July 31, 2024 at 02:32
#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?
