sarins / hudson-eclipse

Automatically exported from code.google.com/p/hudson-eclipse
0 stars 0 forks source link

Unable to switch to view #14

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Right-click the filter , choose a view

What is the expected output?

Only the projects of the view are displayed.

What do you see instead?

An error popup: 

Unable to communicate with Hudson
java.net.URISyntaxException: Illegal character in path at index 48:
http://coretest.betbrain.com:8080/view/Collector Apps trunk/

What version of the product are you using? On what operating system?

hudson-eclipse: 1.0.4
hudson : 1.200

eclipse.buildId=M20080221-1800
java.version=1.6.0_03
java.vendor=BEA Systems, Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Command-line arguments:  -os linux -ws gtk -arch x86

Please provide any additional information below.

Perhaps an URL encoding issue?

Original issue reported on code.google.com by robert.munteanu on 10 Apr 2008 at 8:07

GoogleCodeExporter commented 8 years ago
I can confirm this issue.

I think the problem is, that Hudson (I'am using 1.234) exposes a not 
well-formed URI
in the XML-API. When the view contains a whitespace, the mentioned exception 
ist raised.

I have added a patch, that resolves this issue. But I think this problem should 
be
adressed at Hudson side. So this patch is only a workaround.

Original comment by onlinea...@gmail.com on 21 Jul 2008 at 8:33

Attachments:

GoogleCodeExporter commented 8 years ago
Patch applied in svn, thanks.

Original comment by jre...@gmail.com on 7 Apr 2009 at 10:26