RESOLVED INVALID277409
Error.stack message URL missing query params
https://bugs.webkit.org/show_bug.cgi?id=277409
Summary Error.stack message URL missing query params
oyangxiao
Reported 2024-07-31 02:11:17 PDT
Created attachment 472024 [details] code shows in "safari-test-code.png", older safari output shows in "older-safari-console.png", safari 17 output shows in "safari-17-console.png" in older safari version, if a js url is used with query params, like: http://localhost/index.js?job=123 messages in Error.stack contains full js url including query string, look like: global code@file:///Users/htsc/Projects/test-safari/index.js?jobid=123:3:20 but since safari 17, the query params were missing, look like: global code@file:///Users/htsc/Projects/test-safari/index.js:3:20
Attachments
code shows in "safari-test-code.png", older safari output shows in "older-safari-console.png", safari 17 output shows in "safari-17-console.png" (220.98 KB, application/zip)
2024-07-31 02:11 PDT, oyangxiao
no flags
oyangxiao
Comment 1 2024-08-02 01:48:41 PDT
UPDATE: It seems that this has changed since IOS 16
oyangxiao
Comment 2 2024-08-02 01:50:29 PDT
Sorry,my bad,only IOS 17
Alexey Proskuryakov
Comment 3 2024-08-02 12:37:43 PDT
I think that this may be intentional for privacy reasons; cc'ing people who would know for certain.
Ryan Reno
Comment 4 2024-08-02 12:57:56 PDT
Alexey is correct, this was an intentional change in behavior.
Note You need to log in before you can comment on or make changes to this bug.