Eric D. created NETBEANS-5810:
---------------------------------
Summary: MakeUpdateDesc tries to download DTD from
www.netbeans.org!
Key: NETBEANS-5810
URL: https://issues.apache.org/jira/browse/NETBEANS-5810
Project: NetBeans
Issue Type: Bug
Components: apisupport - Harness
Affects Versions: 12.4
Reporter: Eric D.
In order to validate generated updates.xml, MakeUpdateDesc calls
MakeNBM.validateAgainstAUDTDs().
This method contains an EntityResolver which resolve to local files when the
URL starts with "[http://www.netbeans.org/]" which is not valid anymore. All
DTDs are hosted at "[https://netbeans.apache.org/]"!
The validation occurs normally (thanks to redirection) unless you are offline
or behind a restrictive firewall.
Please update remote URL in MakeNBM.validateAgainstAUDTDs method.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists