Closed
Bug 1224508
Opened 10 years ago
Closed 10 years ago
[PackagedAppService] The resource callback key (URL path) shouldn't contain URI reference.
Categories
(Core :: Networking, defect)
Core
Networking
Tracking
()
RESOLVED
FIXED
mozilla45
| Tracking | Status | |
|---|---|---|
| firefox45 | --- | fixed |
People
(Reporter: hchang, Assigned: hchang)
References
Details
Attachments
(1 file)
|
3.30 KB,
patch
|
valentin
:
review+
|
Details | Diff | Splinter Review |
As title. That is, [1] should be GetSpecIgnoringRef.
[1] https://hg.mozilla.org/mozilla-central/file/tip/netwerk/protocol/http/PackagedAppService.cpp#l750
| Assignee | ||
Comment 1•10 years ago
|
||
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → hchang
| Assignee | ||
Comment 2•10 years ago
|
||
| Assignee | ||
Comment 3•10 years ago
|
||
Comment on attachment 8687120 [details] [diff] [review]
0001-Bug-1224508-Use-URI-path-without-reference-as-the-ca.patch
Hi Valentin,
The patch is to use the URI path with no ref as the callback key. A test case is also added. Could you please review this patch? Thanks!
Attachment #8687120 -
Flags: review?(valentin.gosu)
Comment 5•10 years ago
|
||
Comment on attachment 8687120 [details] [diff] [review]
0001-Bug-1224508-Use-URI-path-without-reference-as-the-ca.patch
Review of attachment 8687120 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good. r=me
Attachment #8687120 -
Flags: review?(valentin.gosu) → review+
| Assignee | ||
Comment 6•10 years ago
|
||
Thanks you Valentin!
(In reply to Valentin Gosu [:valentin] from comment #5)
> Comment on attachment 8687120 [details] [diff] [review]
> 0001-Bug-1224508-Use-URI-path-without-reference-as-the-ca.patch
>
> Review of attachment 8687120 [details] [diff] [review]:
> -----------------------------------------------------------------
>
> Looks good. r=me
| Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Keywords: checkin-needed
Comment 8•10 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox45:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla45
You need to log in
before you can comment on or make changes to this bug.
Description
•