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 162544 - Cannot access workspace files with space in name
Summary: Cannot access workspace files with space in name
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Hudson (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords: SPACE_IN_PATH
Depends on:
Blocks:
 
Reported: 2009-04-13 23:00 UTC by Jesse Glick
Modified: 2011-07-21 14:32 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 Jesse Glick 2009-04-13 23:00:12 UTC
java.io.IOException: Server rejected connection to
http://bertram.netbeans.org/hudson/job/PHP-build/139/artifact/nbbuild/NetBeans-dev-2009-04-13_06-05-03 -php.zip with
code 505
        at org.netbeans.modules.hudson.api.ConnectionBuilder.doConnection(ConnectionBuilder.java:319)
        at org.netbeans.modules.hudson.api.ConnectionBuilder.connection(ConnectionBuilder.java:221)
        at org.netbeans.modules.hudson.impl.RemoteFileSystem.connection(RemoteFileSystem.java:201)
[catch] at org.netbeans.modules.hudson.impl.RemoteFileSystem.lastModified(RemoteFileSystem.java:236)

Probably RFS (and others?) need to URI-encode file names. Utilities.uriEncode would need a variant that encodes path
segments and then rejoins with slashes.
Comment 1 Jesse Glick 2009-05-22 03:21:21 UTC
No time for 6.7.
Comment 2 Jesse Glick 2009-11-16 10:22:19 UTC
Did not make it for 6.8.
Comment 3 Jesse Glick 2011-07-20 17:36:29 UTC
core-main #8097576622fd
Comment 4 Quality Engineering 2011-07-21 14:32:47 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/8097576622fd
User: Jesse Glick <jglick@netbeans.org>
Log: #162544: Cannot access workspace files with space in name