Also using the native java8 https request, it throws an exception if you call conn.getInputStream() and the response code is 400 series. That code worked fine in java7 and java8 with urlfetch, but in java8 native you have to call conn.getErrorStream() after testing the response code to know what method to call to get the body.
On Thursday, July 6, 2017 at 3:45:38 PM UTC-4, Patrick Jackson wrote: > > Super excited to see Java 8 support. The removal of the white-list is > also huge! Curious about other's experiences with it so far. Any > instability, things to note or consider. > I know this is beta and no SLA until GA and all that, just would be > interested to hear from any devs that have been using it for real apps and > traffic. > > -Patrick Jackson > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/8c8e4e6b-cf39-4b33-93d9-e6849800fc7f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
