Closed
Bug 528889
Opened 15 years ago
Closed 15 years ago
Threading of bugs broken in Gmail (new threads created for each bug)
Categories
(bugzilla.mozilla.org :: General, defect)
bugzilla.mozilla.org
General
Tracking
()
VERIFIED
FIXED
People
(Reporter: whimboo, Assigned: reed)
References
Details
(Keywords: regression)
Since the yesterdays upgrade of bugzilla the threading in Gmail is broken. A new comment to a bug causes a new thread to appear and is not stacked within the old thread. That's very annoying when you follow the lifetime of a bug in one and only thread.
Updated•15 years ago
|
Severity: major → critical
Assignee | ||
Comment 1•15 years ago
|
||
I don't see any change to old headers... I see a few new ones (such as X-Bugzilla-URL), but I wouldn't think that would cause issues.
Seems like Bugzilla should include a proper References: header. That would fix this for good...
Assignee | ||
Comment 2•15 years ago
|
||
(In reply to comment #1)
> Seems like Bugzilla should include a proper References: header. That would fix
> this for good...
Oh, it does! build_thread_marker(), etc. Never mind my comment then. No idea why this is broken.
Assignee | ||
Comment 3•15 years ago
|
||
Oh, I see the problem. Hmmph...
In-Reply-To: <bug-528504-159758@https.bugzilla.mozilla.org/>
References: <bug-528504-159758@https.bugzilla.mozilla.org/>
vs.
In-Reply-To: <bug-528504-159758@http.bugzilla.mozilla.org/>
References: <bug-528504-159758@http.bugzilla.mozilla.org/>
Note http vs. https.
Assignee | ||
Comment 4•15 years ago
|
||
Ok, I changed urlbase from http://bugzilla.mozilla.org/ to https://bugzilla.mozilla.org/. That should fix it.
Assignee: nobody → reed
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 5•15 years ago
|
||
(In reply to comment #3)
> Oh, I see the problem. Hmmph...
> Note http vs. https.
That's a pity. The protocol shouldn't be included, for this exact reason. Marc, why including the protocol?
Comment 6•15 years ago
|
||
Theoretically, there could be different Bugzillas on http and https. So at the time, we decided to include the protocol.
Iirc urlbase is being used to determine the value. Maybe it was changed during the upgrade, together with sslbase.
WONTFIX imo.
Reporter | ||
Comment 7•15 years ago
|
||
Thanks Reed. With the fix it's fine now.
Status: RESOLVED → VERIFIED
Updated•13 years ago
|
Component: Bugzilla: Other b.m.o Issues → General
Product: mozilla.org → bugzilla.mozilla.org
You need to log in
before you can comment on or make changes to this bug.
Description
•