This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 270681

Summary: http://www.netbeans.org/dtds/autoupdate-catalog-2_6.dtd is no longer accessible.
Product: www Reporter: tdanard
Component: Web ContentAssignee: Jan Pirek <jpirek>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: Other   
Issue Type: DEFECT Exception Reporter:

Description tdanard 2017-05-18 15:23:37 UTC
The DTD file "http://www.netbeans.org/dtds/autoupdate-catalog-2_6.dtd is no longer accessible. It has been moved to http://netbeans.org/dtds/autoupdate-catalog-2_6.dtd

However, this breaks the updates.xml files in all update centers because the URL is hardcoded: 

<?xml version="1.0" encoding="UTF-8" ?>

<!DOCTYPE module_updates PUBLIC "-//NetBeans//DTD Autoupdate Catalog 2.6//EN" "http://netbeans.org/dtds/autoupdate-catalog-2_6.dtd">
Comment 1 tdanard 2017-05-18 15:25:59 UTC
It got resolved a few minutes after I submitted this issue