selenium-google-code-issue-archive icon indicating copy to clipboard operation
selenium-google-code-issue-archive copied to clipboard

Cannont GET or DELETE LocalStorage keys that contain a colon

Open lukeis opened this issue 8 years ago • 1 comments

Originally reported on Google Code with ID 8021

GET /local_storage/somekey:

Expected JSON with "value":"somevalue" but it is null instead.

This occurs whether the website already contains such a key, or that key was added
by Selenium itself, e.g. POST /local_storage, body: '{"key":"somekey:","value":"somevalue"}'

Tried escaping, /local_storage/somekey%3A, no difference.

Java: Oracle Corporation 25.20-b23
OS: Mac OS X 10.9.4 x86_64
v2.42.2, with Core v2.42.2. Built from revision 6a6995d
Tried with Chrome and Curl

Reported by hgparra on 2014-10-10 22:45:48

lukeis avatar Mar 04 '16 09:03 lukeis

Reported by luke.semerau on 2015-09-17 17:47:06

  • Labels added: Restrict-AddIssueComment-Commit

lukeis avatar Mar 04 '16 09:03 lukeis