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

List:       httpcomponents-commits
Subject:    svn commit: r1523212 - /httpcomponents/httpasyncclient/trunk/httpasyncclient-cache/src/main/java/org
From:       olegk () apache ! org
Date:       2013-09-14 11:05:10
Message-ID: 20130914110510.DEACA238899C () eris ! apache ! org
[Download RAW message or body]

Author: olegk
Date: Sat Sep 14 11:05:10 2013
New Revision: 1523212

URL: http://svn.apache.org/r1523212
Log:
HTTPASYNC-53: HTTPCLIENT-1371: Weak ETag Validation is Useful on PUT with If-Match

Modified:
    httpcomponents/httpasyncclient/trunk/httpasyncclient-cache/src/main/java/org/apache/http/impl/client/cache/CachingHttpAsyncClient.java


Modified: httpcomponents/httpasyncclient/trunk/httpasyncclient-cache/src/main/java/org/apache/http/impl/client/cache/CachingHttpAsyncClient.java
                
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/trunk/httpasyncclient \
-cache/src/main/java/org/apache/http/impl/client/cache/CachingHttpAsyncClient.java?rev=1523212&r1=1523211&r2=1523212&view=diff
 ==============================================================================
--- httpcomponents/httpasyncclient/trunk/httpasyncclient-cache/src/main/java/org/apache/http/impl/client/cache/CachingHttpAsyncClient.java \
                (original)
+++ httpcomponents/httpasyncclient/trunk/httpasyncclient-cache/src/main/java/org/apache/http/impl/client/cache/CachingHttpAsyncClient.java \
Sat Sep 14 11:05:10 2013 @@ -126,7 +126,7 @@ public class CachingHttpAsyncClient impl
         this.conditionalRequestBuilder = new ConditionalRequestBuilder();
 
         this.responseCompliance = new ResponseProtocolCompliance();
-        this.requestCompliance = new RequestProtocolCompliance();
+        this.requestCompliance = new \
RequestProtocolCompliance(config.isWeakETagOnPutDeleteAllowed());  
         this.asynchAsyncRevalidator = makeAsynchronousValidator(config);
     }


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

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