### Eclipse Workspace Patch 1.0 #P libRemoteServices Index: src/org/gvsig/remoteClient/wcs/WCSProtocolHandler.java =================================================================== --- src/org/gvsig/remoteClient/wcs/WCSProtocolHandler.java (revision 38626) +++ src/org/gvsig/remoteClient/wcs/WCSProtocolHandler.java (working copy) @@ -84,6 +84,7 @@ * @see org.gvsig.remoteClient.OGCProtocolHandler#setHost(java.lang.String) */ public void setHost(String host) { + /* try { // Validates the URL if doesn't produces an exception new URL(host); @@ -99,6 +100,8 @@ // Bad URL -> hold it super.setHost(host); } + */ + super.setHost(host); } /**