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 177744

Summary: ${javacard.device.host} in default device properties
Product: javacard Reporter: dkuzmin
Component: Java CardAssignee: _ tboudreau <tboudreau>
Status: VERIFIED FIXED    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Windows Vista   
Issue Type: DEFECT Exception Reporter:

Description dkuzmin 2009-11-27 05:46:50 UTC
In Java Platform Manager add Java Card platform. Step 3 is "Validate Platform". Click "next" for next step, "Define Default Device". Default device properties are shown, everything is fine. Click "back" to return to previous step and "next" again.

Now Server URL is http://${javacard.device.host}:${javacard.device.httpPort}/,
Card manager URL is http://${javacard.device.host}:${javacard.device.httpPort}/cardmanager/ and there is an error message that URL is invalid.

NetBeans: netbeans-trunk-nightly-200911261400-ml-javase-windows, plugin
build #5.
Comment 1 _ tboudreau 2009-11-27 14:17:00 UTC
Fixed in main/ 83d1a0114415
Comment 2 Quality Engineering 2009-11-28 03:22:31 UTC
Integrated into 'main-golden', will be available in build *200911280200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/83d1a0114415
User: tboudreau@netbeans.org
Log: #177744 - if user stepped back and then forward in wizard, URLs in device definition panel turned into
http://${javacard.device.host}/...