In addition to a number of infrastructure improvements,
PHP
Users can supply a customer CA certificate bundle with their application.
Added intl as a dynamically loadable extension.
Java
Following a recent update to the JDK version used to run Java apps, the method javax.activation.MimetypesFileTypeMap.setDefaultFileTypeMap is no longer allowed. This method is almost never needed: if you want to update the default file type map, simply modify the map returned by FileMap.getDefaultFileTypeMap, like this: MimetypesFileTypeMap map = (MimetypesFileTypeMap) MimetypesFileTypeMap.getDefaultFileTypeMap(); map.addMimeTypes("image/webp webp");
Nick
unread,
Jun 11, 2015, 6:49:22 PM6/11/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-a...@googlegroups.com
Hey, while you guys are in there updating the JDK, maybe you could just bump it to 8? That'd be a big help, thx!
Alex Kerr
unread,
Jun 13, 2015, 2:57:20 PM6/13/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-a...@googlegroups.com
> Users can supply a customer CA certificate bundle with their application.
How does one do that - are there any docs? I'd like to use the Curllite feature in PHP Appengine to connect to Facebook's API and it wasn't working because of just this issue! (according to something I read by Stuart Langley of Google)
Thanks
Stuart Langley
unread,
Jun 14, 2015, 5:30:03 AM6/14/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-a...@googlegroups.com
Custom certificate bundle is for the full version of cURL (e.g. cURL using sockets), not curl lite.