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 270606 - Strange remote file object URLs in case of "_" in path
Summary: Strange remote file object URLs in case of "_" in path
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-10 14:53 UTC by Vladimir Kvashin
Modified: 2017-05-13 02:10 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 Vladimir Kvashin 2017-05-10 14:53:46 UTC
After fixing issue #270389 (Remote operations fail when login name contains backslash) URLs of remote files that contain "_" in path become to look like that:

rfs://remote_tester@yellowbox:22/home/r%5F%74%65%73%74%65%72%2F%44%65%76%53%74%75%64%69%6F%50%72%6F%6A%65%63%74%73%2F%53%75%62%50%72%6F%6A%65%63%74%73%5F%35%2F%68%65%6C%6C%6F%34%6C%69%62

That's very inconvenient. "_" should not be escaped.
Comment 2 Quality Engineering 2017-05-13 02:10:21 UTC
Integrated into 'main-silver', will be available in build *201705130001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/921f8e57b293
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: fixed #270606 - Strange remote file object URLs in case of "_" in path