| Summary: | "Raw Unified" link on attachments goes to FreeBSD support page instead | ||
|---|---|---|---|
| Product: | Services | Reporter: | Warren Block <wblock> |
| Component: | Bug Tracker | Assignee: | Bugmeister <bugmeister> |
| Status: | Closed FIXED | ||
| Severity: | Affects Some People | CC: | clusteradm, koobs, peter, rdivacky |
| Priority: | --- | ||
| Version: | unspecified | ||
| Hardware: | Any | ||
| OS: | Any | ||
| See Also: | https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192916 | ||
|
Description
Warren Block
2014-08-07 20:26:19 UTC
Confirming issue is still present. The issue is related to the Request: "http://bz-attachments.freebsd.org/attachment.cgi?id=146350&action=diff&collapsed=&context=patch&format=raw&headers=1" Which then returns the following Response: Location:"//www.freebsd.org/support.html" bz-attachments.freebsd.org also returns the same 302. This may be a web server, varnish or virtualhost configuration issue, CC'ing clusteradm@ This should be fixed as of about two weeks ago.. could you check and close please?
From the front end server:
------------------------------------------------------------------------
r6291 | peter | 2014-08-29 12:35:49 -0700 (Fri, 29 Aug 2014) | 3 lines
Stop trying to be smart. Don't interfere with attachment.cgi with params.
------------------------------------------------------------------------
...
} elsif (req.http.host == "bz-attachments.freebsd.org") {
- if (req.url ~ "^/attachment\.cgi\?id=([0-9]+)$") {
+ if (req.url ~ "^/attachment\.cgi") {
...
Looks fixed to me. Both the View and Raw Unified links go to the same place, a raw diff. I don't know if View used to go to something else, but the Raw Unified link works. The issue is fixed, a misbehaviour could not be detected anymore. |