burtonrhodes commented on PR #2:
URL:
https://github.com/apache/struts-intellij-plugin/pull/2#issuecomment-2228329264
The only thing I see that might be worth adding for consistency is
registering a DTD resource in Struts2ResourceProvider.java
`
addDTDResource(StrutsConstants.STRUTS_6_0_DTD_URI,
StrutsConstants.STRUTS_6_0_DTD_ID,
"struts-6.0.dtd", registrar);
`
You would then need to add a `struts-6.0.dtd` file in the `resources.dtds`
directory
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]