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 - ${javacard.device.host} in default device properties
Summary: ${javacard.device.host} in default device properties
Status: VERIFIED FIXED
Alias: None
Product: javacard
Classification: Unclassified
Component: Java Card (show other bugs)
Version: 6.x
Hardware: PC Windows Vista
: P3 normal (vote)
Assignee: _ tboudreau
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-27 05:46 UTC by dkuzmin
Modified: 2009-12-02 05:26 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 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}/...