Re: JEP 183: HTTP Cross-Origin Resource Sharing

2013-04-12 Thread Michael McMahon
David, Thanks for the comments. I agree we need to be careful not to break existing security assumptions. One general point I'd make though is if CORS is to be the standard for cross-origin web clients built using Javascript, then why would we not allow Java based clients interact with server

Re: JEP 183: HTTP Cross-Origin Resource Sharing

2013-04-11 Thread David M. Lloyd
On 04/11/2013 04:23 PM, mark.reinh...@oracle.com wrote: Posted: http://openjdk.java.net/jeps/183 I have a few comments/random thoughts about this. It says: Security: Will need to be reviewed carefully since this feature does relax the network security model in two ways: No explicit network

JEP 183: HTTP Cross-Origin Resource Sharing

2013-04-11 Thread mark . reinhold
Posted: http://openjdk.java.net/jeps/183 - Mark