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 162029 - "Network Permissions" should be correct parsed
Summary: "Network Permissions" should be correct parsed
Status: RESOLVED FIXED
Alias: None
Product: javame
Classification: Unclassified
Component: CDC pack (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P2 blocker (vote)
Assignee: Denis Anisimov
URL:
Keywords:
Depends on:
Blocks: 162137
  Show dependency tree
 
Reported: 2009-04-06 11:47 UTC by bukh
Modified: 2009-04-09 19:31 UTC (History)
2 users (show)

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 bukh 2009-04-06 11:47:28 UTC
"Network Permissions" without blanks are parsed incorrectly. Example: "connect=localhost" will be parsed as "connec" and
"localhost". "connect = localhost" will be parsed as "connect" and " localhost".
Incorrect .perm file is generated if "=" is used as "Network Permissions": <network> without close tag and without any
child tags.
Comment 1 Denis Anisimov 2009-04-06 14:51:25 UTC
changeset:   125474:060ffdc1a150
user:        Denis Anisimov <ads@netbeans.org>
date:        Mon Apr 06 17:46:02 2009 +0400
summary:     Fix for #162029 - "Network Permissions" should be correct parsed
Comment 2 Quality Engineering 2009-04-09 19:31:15 UTC
Integrated into 'main-golden', will be available in build *200904091401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/060ffdc1a150
User: Denis Anisimov <ads@netbeans.org>
Log: Fix for #162029 - "Network Permissions" should be correct parsed