RESOLVED FIXED 58305
Web Inspector: there was incorrect value of id property of responses for malformed json-rpc 2.0 requests.
https://bugs.webkit.org/show_bug.cgi?id=58305
Summary Web Inspector: there was incorrect value of id property of responses for malf...
Ilya Tikhonovsky
Reported 2011-04-12 01:29:28 PDT
id This member is REQUIRED. It MUST be the same as the value of the id member in the Request Object. If there was an error in detecting the id in the Request object (e.g. Parse error/Invalid Request), it MUST be Null. Either the result member or error member MUST be included, but both members MUST NOT be included.
Attachments
[patch] initial version (12.08 KB, patch)
2011-04-12 01:36 PDT, Ilya Tikhonovsky
no flags
[patch] initial version, rebaselined (12.09 KB, patch)
2011-04-12 01:39 PDT, Ilya Tikhonovsky
no flags
Ilya Tikhonovsky
Comment 1 2011-04-12 01:36:07 PDT
Created attachment 89170 [details] [patch] initial version
Ilya Tikhonovsky
Comment 2 2011-04-12 01:39:45 PDT
Created attachment 89171 [details] [patch] initial version, rebaselined
Yury Semikhatsky
Comment 3 2011-04-12 04:50:07 PDT
Comment on attachment 89171 [details] [patch] initial version, rebaselined View in context: https://bugs.webkit.org/attachment.cgi?id=89171&action=review > Source/WebCore/ChangeLog:8 > + id It's not clear from this changelog entry what has really changed.
Ilya Tikhonovsky
Comment 4 2011-04-12 06:13:32 PDT
landed as 83580
Note You need to log in before you can comment on or make changes to this bug.