Set-Cookie path should not be case-insensitive #55795
Labels
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
library-io
Because the Uri path is case-sensitive, the path value of Set-Cookie should also be case-sensitive. But I checked the dart code and it was forcibly converted to lowercase.
In addition, the browser also maintains case sensitivity when saving the cookie path.
The text was updated successfully, but these errors were encountered: