[
https://issues.apache.org/jira/browse/NETBEANS-5810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17368947#comment-17368947
]
Eric D. commented on NETBEANS-5810:
-----------------------------------
Patch against nbbuild/antsrc/org/netbeans/nbbuild/MakeNBM.java added.
> 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.
> Priority: Major
> Attachments: nbbuild.patch
>
>
> 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