mirror of https://github.com/apache/jclouds.git
-Dsun.net.http.allowRestrictedHeaders=true required for Expect header to passthrough
This commit is contained in:
parent
8e881bd5c2
commit
b3b2d4c572
|
@ -451,6 +451,7 @@
|
|||
</property>
|
||||
</properties>
|
||||
<systemPropertyVariables>
|
||||
<sun.net.http.allowRestrictedHeaders>true</sun.net.http.allowRestrictedHeaders>
|
||||
<jclouds.wire.httpstream.url>${jclouds.wire.httpstream.url}</jclouds.wire.httpstream.url>
|
||||
<jclouds.wire.httpstream.md5>${jclouds.wire.httpstream.md5}</jclouds.wire.httpstream.md5>
|
||||
</systemPropertyVariables>
|
||||
|
|
Loading…
Reference in New Issue