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

Summary: Cannot access workspace files with space in name
Product: connecteddeveloper Reporter: Jesse Glick <jglick>
Component: HudsonAssignee: Jesse Glick <jglick>
Status: RESOLVED FIXED    
Severity: blocker Keywords: SPACE_IN_PATH
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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