[jboss-cvs] JBossRemoting/src/main/org/jboss/remoting/transport/http ...
Tom Elrod
tom.elrod at jboss.com
Mon Aug 28 10:35:46 EDT 2006
User: telrod
Date: 06/08/28 10:35:46
Modified: src/main/org/jboss/remoting/transport/http
HTTPClientInvoker.java
Log:
JBREM-569 - update HTTPCleintInvoker to use the generated locator url instead of the original locator uri.
Revision Changes Path
1.28 +1 -1 JBossRemoting/src/main/org/jboss/remoting/transport/http/HTTPClientInvoker.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: HTTPClientInvoker.java
===================================================================
RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/transport/http/HTTPClientInvoker.java,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -b -r1.27 -r1.28
--- HTTPClientInvoker.java 25 Aug 2006 19:50:01 -0000 1.27
+++ HTTPClientInvoker.java 28 Aug 2006 14:35:46 -0000 1.28
@@ -90,7 +90,7 @@
Marshaller marshaller, UnMarshaller unmarshaller)
throws IOException, ConnectionFailedException
{
- String targetURL = getLocator().getOriginalURI();
+ String targetURL = getLocator().getLocatorURI();
Object httpResponse = useHttpURLConnection(targetURL, invocation, metadata, marshaller, unmarshaller);
return httpResponse;
More information about the jboss-cvs-commits
mailing list