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 75427 - Feeds DTD always downloaded from internet
Summary: Feeds DTD always downloaded from internet
Status: VERIFIED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Welcome (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: _ rkubacki
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2006-04-24 16:13 UTC by _ rkubacki
Modified: 2006-10-23 16:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ rkubacki 2006-04-24 16:13:09 UTC
We connect three times to http://my.netscape.com/publish/formats/rss-0.91.dtd
during startup if the welcome screen is shown.
Comment 1 _ rkubacki 2006-04-24 16:15:32 UTC
I am not sure if it is always three times but anyway it would be better to cache
this DTD localy
Comment 2 _ rkubacki 2006-04-25 12:19:58 UTC
IDE:-------------------------------------------------
IDE: [4/25/06 1:19 PM] Committing started
Checking in content/CombinationRSSFeed.java;
/shared/data/ccvs/repository/ide/welcome/src/org/netbeans/modules/welcome/content/CombinationRSSFeed.java,v
 <--  CombinationRSSFeed.java
new revision: 1.2; previous revision: 1.1
done
Checking in content/RSSFeed.java;
/shared/data/ccvs/repository/ide/welcome/src/org/netbeans/modules/welcome/content/RSSFeed.java,v
 <--  RSSFeed.java
new revision: 1.10; previous revision: 1.9
done
Checking in content/ContentParser.java;
/shared/data/ccvs/repository/ide/welcome/src/org/netbeans/modules/welcome/content/ContentParser.java,v
 <--  ContentParser.java
new revision: 1.4; previous revision: 1.3
done
RCS file:
/shared/data/ccvs/repository/ide/welcome/src/org/netbeans/modules/welcome/resources/rss-0_91.dtd,v
done
Checking in resources/rss-0_91.dtd;
/shared/data/ccvs/repository/ide/welcome/src/org/netbeans/modules/welcome/resources/rss-0_91.dtd,v
 <--  rss-0_91.dtd
initial revision: 1.1
done
Checking in resources/layer.xml;
/shared/data/ccvs/repository/ide/welcome/src/org/netbeans/modules/welcome/resources/layer.xml,v
 <--  layer.xml
new revision: 1.3; previous revision: 1.2
done
IDE: [4/25/06 1:19 PM] Committing finished
Comment 3 _ rkubacki 2006-04-25 12:20:35 UTC
verified with ethereal