[webappsec-testsuite] CORS tests and null bytes in origin

There are a number of tests checked in for CORS in submitted/opera/origin.html that fail on all browsers.  These tests insert a null byte ("\0") into the origin string and expect a failure which does not happen.  It appears the browsers all strip the null bytes and implicitly create a well-formed origin.

Odin, you're the author of the spec - are these valid cases or should they be removed since there appears to be uniformity in ignoring/stripping null bytes? 

Thanks,

Brad

Received on Saturday, 13 April 2013 22:12:48 UTC