phaniteja-24 / hudson-eclipse

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

Issue with projects containing a space in their name ? #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Not sure about the exact cause of my problem but :
1. I'm pointing the plugin to my hudson installation (tomcat 5.5) URL =
http://xxx:8180/hudson
2. I get an error telling me :
"Unable to get status from hudson. Check that the base url is configured
correctly under preferences"

Reason : Unable to communicate with Hudson

The detail contains the URL to a specific job (so communication with hudson
works somehow, since the plugin managed to get the names of jobs) but uses
'+' in place of spaces in URLs :
http://xxx:8180/hudson/job/Name+of+my+project/api/xml

Indeed using '+' fails when trying with a browser, replacing them with %20
works. I guess then that the problem is not exactly with the eclipse
plugin, but you may want to investigate :)

Original issue reported on code.google.com by vvin...@gmail.com on 24 Sep 2007 at 1:39

GoogleCodeExporter commented 9 years ago
The problem seems to occur only when deploying on Tomcat, the embedded server 
works
fine with +. Fixing...

Original comment by jre...@gmail.com on 25 Sep 2007 at 10:16

GoogleCodeExporter commented 9 years ago
Should be fixed in 1.0.2

Original comment by jre...@gmail.com on 3 Oct 2007 at 10:18