[Bug 59926] lighttpd redirects fail without a trailing slash

2014-04-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59926

Marc A. Pelletier m...@uberbox.org changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED

--- Comment #8 from Marc A. Pelletier m...@uberbox.org ---
That is unrelated.  The proxy provides an X-FORWARDED-PROTO header which can be
used by the application to construct URIs if it really must redirect between
protocols.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 59926] lighttpd redirects fail without a trailing slash

2014-04-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59926

--- Comment #9 from Tim Landscheidt t...@tim-landscheidt.de ---
I filed bug #64627 for the https - http issue.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 59926] lighttpd redirects fail without a trailing slash

2014-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59926

Tim Landscheidt t...@tim-landscheidt.de changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---

--- Comment #6 from Tim Landscheidt t...@tim-landscheidt.de ---
Unfortunately, this redirects from https to http, i. e.:

| [tim@passepartout ~]$ lynx -mime_header -dump
https://tools.wmflabs.org/matthewrbowker/cnrd
| HTTP/1.1 301 Moved Permanently
| Server: nginx/1.5.0
| Date: Wed, 23 Apr 2014 15:28:21 GMT
| Content-Length: 0
| Connection: close
| Location: http://tools.wmflabs.org/matthewrbowker/cnrd/

| [tim@passepartout ~]$

So we'll need to teach lighttpd about https (or rewrite redirects in nginx?).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 59926] lighttpd redirects fail without a trailing slash

2014-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59926

--- Comment #7 from Liangent liang...@gmail.com ---
Not the same issue...

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 59926] lighttpd redirects fail without a trailing slash

2014-04-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59926

Jarry1250 jarry1...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||jarry1...@gmail.com
 Resolution|FIXED   |---

--- Comment #4 from Jarry1250 jarry1...@gmail.com ---
Reopening, behaviour seems to have reappeared following the change to a new
proxy setup.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 59926] lighttpd redirects fail without a trailing slash

2014-04-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59926

Liangent liang...@gmail.com changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED

--- Comment #5 from Liangent liang...@gmail.com ---
(In reply to Jarry1250 from comment #4)
 Reopening, behaviour seems to have reappeared following the change to a new
 proxy setup.

See bug 64058.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 59926] lighttpd redirects fail without a trailing slash

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59926

--- Comment #3 from Matthew Bowker matthewrbowker.w...@me.com ---
Appears to work for me.  Thank you so much for fixing!

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 59926] lighttpd redirects fail without a trailing slash

2014-03-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59926

Marc A. Pelletier m...@uberbox.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Marc A. Pelletier m...@uberbox.org ---
This may appears to have been 'accidentally' fixed by turning ProxyPreserveHost
On on the temporary apache proxies.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 59926] lighttpd redirects fail without a trailing slash

2014-03-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59926

Liangent liang...@gmail.com changed:

   What|Removed |Added

 CC||liang...@gmail.com

--- Comment #1 from Liangent liang...@gmail.com ---
For the record, links without trailing slashes are redirected to invalid (as
seen from external world) host:

$ curl -v http://tools.wmflabs.org/matthewrbowker/cnrd
* Hostname was NOT found in DNS cache
* Adding handle: conn: 0x1144c10
* Adding handle: send: 0
* Adding handle: recv: 0
* Curl_addHandleToPipeline: length: 1
* - Conn 0 (0x1144c10) send_pipe: 1, recv_pipe: 0
*   Trying 208.80.153.201...
* Connected to tools.wmflabs.org (208.80.153.201) port 80 (#0)
 GET /matthewrbowker/cnrd HTTP/1.1
 User-Agent: curl/7.34.0
 Host: tools.wmflabs.org
 Accept: */*
 
 HTTP/1.1 301 Moved Permanently
 Date: Sat, 08 Mar 2014 15:22:44 GMT
* Server lighttpd/1.4.28 is not blacklisted
 Server: lighttpd/1.4.28
 Location: http://tools-webgrid-01:4058/matthewrbowker/cnrd/
 Content-Length: 0
 
* Connection #0 to host tools.wmflabs.org left intact

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l