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 88384 - FileProxy erroneously caches and reuses resource: based URIs
Summary: FileProxy erroneously caches and reuses resource: based URIs
Status: RESOLVED FIXED
Alias: None
Product: installer
Classification: Unclassified
Component: NBI (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Kirill Sorokin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-01 09:27 UTC by Danila Dugurov
Modified: 2007-03-30 11: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 Danila Dugurov 2006-11-01 09:27:16 UTC
1) run
2) check netbeans 5.5 and platform next
3) after lisence panel Welcome dialog appears.
Comment 1 Danila Dugurov 2006-11-01 09:58:38 UTC
more: after next I'm again on selection panel and after next StackOverflowError
in consloe
 
Comment 2 Kirill Sorokin 2006-11-01 11:31:43 UTC
Reproduced. Strange regression..
Comment 3 Kirill Sorokin 2006-11-01 15:44:50 UTC
The issue is caused by line 125 in org.netbeans.installer.utils.FileProxy. Since
all the wizard components descriptors share the same name -
'wizard-components.xml' - the proxy does not bother to load it several times and
reuses the main one, hence the second Welcome page, etc.
Comment 4 Kirill Sorokin 2006-11-01 15:55:06 UTC
Since the issue required immediate attention - I'll take it myself.
Comment 5 Kirill Sorokin 2006-11-01 16:08:51 UTC
Fixed.