Bug 58305 - Web Inspector: there was incorrect value of id property of responses for malformed json-rpc 2.0 requests.
Summary: Web Inspector: there was incorrect value of id property of responses for malf...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Ilya Tikhonovsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-12 01:29 PDT by Ilya Tikhonovsky
Modified: 2011-04-12 06:13 PDT (History)
10 users (show)

See Also:


Attachments
[patch] initial version (12.08 KB, patch)
2011-04-12 01:36 PDT, Ilya Tikhonovsky
no flags Details | Formatted Diff | Diff
[patch] initial version, rebaselined (12.09 KB, patch)
2011-04-12 01:39 PDT, Ilya Tikhonovsky
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ilya Tikhonovsky 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.
Comment 1 Ilya Tikhonovsky 2011-04-12 01:36:07 PDT
Created attachment 89170 [details]
[patch] initial version
Comment 2 Ilya Tikhonovsky 2011-04-12 01:39:45 PDT
Created attachment 89171 [details]
[patch] initial version, rebaselined
Comment 3 Yury Semikhatsky 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.
Comment 4 Ilya Tikhonovsky 2011-04-12 06:13:32 PDT
landed as 83580