2006-02-27 zzz
* Update error page templates to add \r, Connection: close, and Proxy-connection: close.
This commit is contained in:
@ -1,4 +1,8 @@
|
|||||||
$Id: history.txt,v 1.421 2006/02/26 16:30:58 jrandom Exp $
|
$Id: history.txt,v 1.422 2006/02/27 14:05:41 jrandom Exp $
|
||||||
|
|
||||||
|
2006-02-27 zzz
|
||||||
|
* Update error page templates to add \r, Connection: close, and
|
||||||
|
Proxy-connection: close to headers.
|
||||||
|
|
||||||
* 2006-02-27 0.6.1.12 released
|
* 2006-02-27 0.6.1.12 released
|
||||||
|
|
||||||
|
@ -1,7 +1,9 @@
|
|||||||
HTTP/1.1 409 Conflict
|
HTTP/1.1 409 Conflict
|
||||||
Content-Type: text/html; charset=iso-8859-1
|
Content-Type: text/html; charset=iso-8859-1
|
||||||
Cache-control: no-cache
|
Cache-control: no-cache
|
||||||
|
Connection: close
|
||||||
|
Proxy-Connection: close
|
||||||
|
|
||||||
<html><head>
|
<html><head>
|
||||||
<title>Destination key conflict</title>
|
<title>Destination key conflict</title>
|
||||||
<style type='text/css'>
|
<style type='text/css'>
|
||||||
|
@ -1,7 +1,9 @@
|
|||||||
HTTP/1.1 504 Gateway Timeout
|
HTTP/1.1 504 Gateway Timeout
|
||||||
Content-Type: text/html; charset=iso-8859-1
|
Content-Type: text/html; charset=iso-8859-1
|
||||||
Cache-control: no-cache
|
Cache-control: no-cache
|
||||||
|
Connection: close
|
||||||
|
Proxy-Connection: close
|
||||||
|
|
||||||
<html><head>
|
<html><head>
|
||||||
<title>Eepsite not reachable</title>
|
<title>Eepsite not reachable</title>
|
||||||
<style type='text/css'>
|
<style type='text/css'>
|
||||||
|
@ -1,7 +1,9 @@
|
|||||||
HTTP/1.1 400 Destination Not Found
|
HTTP/1.1 400 Destination Not Found
|
||||||
Content-Type: text/html; charset=iso-8859-1
|
Content-Type: text/html; charset=iso-8859-1
|
||||||
Cache-control: no-cache
|
Cache-control: no-cache
|
||||||
|
Connection: close
|
||||||
|
Proxy-Connection: close
|
||||||
|
|
||||||
<html><head>
|
<html><head>
|
||||||
<title>Invalid eepsite destination</title>
|
<title>Invalid eepsite destination</title>
|
||||||
<style type='text/css'>
|
<style type='text/css'>
|
||||||
|
@ -1,7 +1,9 @@
|
|||||||
HTTP/1.1 404 Domain Not Found
|
HTTP/1.1 404 Domain Not Found
|
||||||
Content-Type: text/html; charset=iso-8859-1
|
Content-Type: text/html; charset=iso-8859-1
|
||||||
Cache-control: no-cache
|
Cache-control: no-cache
|
||||||
|
Connection: close
|
||||||
|
Proxy-Connection: close
|
||||||
|
|
||||||
<html><head>
|
<html><head>
|
||||||
<title>Eepsite unknown</title>
|
<title>Eepsite unknown</title>
|
||||||
<style type='text/css'>
|
<style type='text/css'>
|
||||||
|
@ -1,7 +1,9 @@
|
|||||||
HTTP/1.1 504 Gateway Timeout
|
HTTP/1.1 504 Gateway Timeout
|
||||||
Content-Type: text/html; charset=iso-8859-1
|
Content-Type: text/html; charset=iso-8859-1
|
||||||
Cache-control: no-cache
|
Cache-control: no-cache
|
||||||
|
Connection: close
|
||||||
|
Proxy-Connection: close
|
||||||
|
|
||||||
<html><head>
|
<html><head>
|
||||||
<title>Outproxy Not Found</title>
|
<title>Outproxy Not Found</title>
|
||||||
<style type='text/css'>
|
<style type='text/css'>
|
||||||
|
@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public class RouterVersion {
|
public class RouterVersion {
|
||||||
public final static String ID = "$Revision: 1.362 $ $Date: 2006/02/26 16:30:57 $";
|
public final static String ID = "$Revision: 1.363 $ $Date: 2006/02/27 14:05:40 $";
|
||||||
public final static String VERSION = "0.6.1.12";
|
public final static String VERSION = "0.6.1.12";
|
||||||
public final static long BUILD = 0;
|
public final static long BUILD = 1;
|
||||||
public static void main(String args[]) {
|
public static void main(String args[]) {
|
||||||
System.out.println("I2P Router version: " + VERSION + "-" + BUILD);
|
System.out.println("I2P Router version: " + VERSION + "-" + BUILD);
|
||||||
System.out.println("Router ID: " + RouterVersion.ID);
|
System.out.println("Router ID: " + RouterVersion.ID);
|
||||||
|
Reference in New Issue
Block a user