Skip to content

Commit 6990a51

Browse files
authored
Add flag for UrlFetch (GoogleCloudPlatform#1507)
* Add flag for UrlFetch * Add comment * Update comment
1 parent 3221bae commit 6990a51

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

appengine-java8/urlfetch/src/main/webapp/WEB-INF/appengine-web.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@
22
<appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
33
<runtime>java8</runtime>
44
<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>
58
</appengine-web-app>

0 commit comments

Comments
 (0)