SOLR-9623: Fix test errors related to some test expecting streaming to be enabled

This commit is contained in:
Jan Høydahl 2017-06-20 21:03:12 +02:00
parent 63a4005282
commit a4f27bbfbb
1 changed files with 1 additions and 1 deletions

View File

@ -461,7 +461,7 @@
</searchComponent>
<requestDispatcher handleSelect="true" >
<requestParsers enableRemoteStreaming="false" multipartUploadLimitInKB="-1" />
<requestParsers enableRemoteStreaming="true" multipartUploadLimitInKB="-1" />
<httpCaching lastModifiedFrom="openTime" etagSeed="Solr" never304="false">
<cacheControl>max-age=30, public</cacheControl>
</httpCaching>