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

Summary: FileProxy erroneously caches and reuses resource: based URIs
Product: installer Reporter: Danila Dugurov <ddugurov>
Component: NBIAssignee: Kirill Sorokin <ksorokin>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.