mirror of https://github.com/apache/lucene.git
cache=false for proxy
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1451454 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7f9f3c5105
commit
b3c8da0e99
|
@ -340,7 +340,7 @@ public class SolrDispatchFilter implements Filter
|
|||
URL url = new URL(urlstr);
|
||||
HttpURLConnection con = (HttpURLConnection) url.openConnection();
|
||||
con.setRequestMethod(req.getMethod());
|
||||
con.setUseCaches(true);
|
||||
con.setUseCaches(false);
|
||||
|
||||
con.setDoOutput(true);
|
||||
con.setDoInput(true);
|
||||
|
|
Loading…
Reference in New Issue