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
Activity
Matt Raible
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | 2.4.4 [ 10160 ] |
Jason Thrasher
made changes -
| Attachment | navigator.dtd.url.patch [ 10582 ] |
Jason Thrasher
made changes -
| Attachment | navigator.dtd.url.patch2 [ 10583 ] |