Details
Description
The systemId URL in struts-menu.tld does not exist anymore.
This issue causes an error in grails 1.1.1 when trying to use struts-menu with gsp (granted, grails probably has some issues with its entity resolver when using jsp tag libraries, but the URL is still wrong).
The fix is trivial. Replace:
http://java.sun.com/dtd/web-jsptaglibrary_1_1.dtd
with
http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd