8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3221bae commit 6990a51Copy full SHA for 6990a51
appengine-java8/urlfetch/src/main/webapp/WEB-INF/appengine-web.xml
@@ -2,4 +2,7 @@
2
<appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
3
<runtime>java8</runtime>
4
<threadsafe>true</threadsafe>
5
+ <!-- Enable old appengine Java 7 behavior for Networking -->
6
+ <!-- For more info, see https://cloud.google.com/appengine/docs/standard/java/issue-requests -->
7
+ <url-stream-handler>urlfetch</url-stream-handler>
8
</appengine-web-app>
0 commit comments