[prev in list] [next in list] [prev in thread] [next in thread] 

List:       turbine-jcs-dev
Subject:    svn commit: r727222 -
From:       asmuts () apache ! org
Date:       2008-12-16 23:52:03
Message-ID: 20081216235203.6055B238889B () eris ! apache ! org
[Download RAW message or body]

Author: asmuts
Date: Tue Dec 16 15:52:02 2008
New Revision: 727222

URL: http://svn.apache.org/viewvc?rev=727222&view=rev
Log:
fixed url format problem with base urls that have ?

Modified:
    jakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/remote/http/client/RemoteHttpCacheDispatcher.java


Modified: jakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/remote/http/client/RemoteHttpCacheDispatcher.java
                
URL: http://svn.apache.org/viewvc/jakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/ \
remote/http/client/RemoteHttpCacheDispatcher.java?rev=727222&r1=727221&r2=727222&view=diff
 ==============================================================================
--- jakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/remote/http/client/RemoteHttpCacheDispatcher.java \
                (original)
+++ jakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/remote/http/client/RemoteHttpCacheDispatcher.java \
Tue Dec 16 15:52:02 2008 @@ -136,6 +136,10 @@
             {
                 url.append( "?" );
             }
+            else
+            {
+                url.append( "&" );
+            }
 
             if ( getRemoteHttpCacheAttributes().isIncludeCacheNameAsParameter() )
             {



---------------------------------------------------------------------
To unsubscribe, e-mail: jcs-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jcs-dev-help@jakarta.apache.org


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic