asyncioproxy-ticket
Last change
on this file since a55742a was
a55742a,
checked in by Fiona Klute <fiona.klute@…>, 15 months ago
|
Test suite: Remove URLs from expected error responses
Apache HTTPD removed request URLs from canned error messages to
prevent misleading text/links being displayed via crafted links
(CVE-2019-10092). Adjust the expected error responses in our tests so
they can pass again.
|
-
Property mode set to
100644
|
File size:
494 bytes
|
Line | |
---|
1 | HTTP/1.1 502 Proxy Error |
---|
2 | Content-Length: 341 |
---|
3 | Connection: close |
---|
4 | Content-Type: text/html; charset=iso-8859-1 |
---|
5 | |
---|
6 | <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> |
---|
7 | <html><head> |
---|
8 | <title>502 Proxy Error</title> |
---|
9 | </head><body> |
---|
10 | <h1>Proxy Error</h1> |
---|
11 | <p>The proxy server received an invalid |
---|
12 | response from an upstream server.<br /> |
---|
13 | The proxy server could not handle the request<p>Reason: <strong>Error reading from remote server</strong></p></p> |
---|
14 | </body></html> |
---|
15 | - Peer has closed the GnuTLS connection |
---|
Note: See
TracBrowser
for help on using the repository browser.