Issue Spring Boot 3 with freemarker JSPTagLib #36280
Labels
for: external-project
For an external project and not something we can fix
status: invalid
An issue that we don't feel is valid
Uh oh!
There was an error while loading. Please reload this page.
Spring Boot 3 is not working with Freemarker JSPTagLib.
For Spring Boot 2 also had similar issue I have used workaround & that was working.
Referred: https://vorba.ch/2018/spring-boot-freemarker-security-jsp-taglib.html
Now I am upgrading to Spring Boot 3 But that workaround not working anymore.
TagLibFactory removed from FreeMarkerConfigurer
freeMarkerConfigurer.getTaglibFactory().setClasspathTlds(…);
Could you please suggest proper way or if I can still do some workaround to execute my stuff. Thanks
The text was updated successfully, but these errors were encountered: