From afb73976369bea83106ceddc08dabb0e4ea7b5c5 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Thu, 20 Dec 2012 18:06:11 +0100 Subject: o Upgrading to 8.1.8. o Setting the "forwarded" flag on the connector to true so that it'll use any info from mod_proxy when the app requests the remote address. --- README.md | 23 ++++++++++++++++++++++ pom.xml | 5 +++-- .../trygvis/appsh/booter/jetty/JettyWebServer.java | 8 ++++++-- 3 files changed, 32 insertions(+), 4 deletions(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5d767f8 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# Change Log + +## 8.1.8.v20121106+1 - 2012-12-20 + +Upgrading to 8.1.8. + +Setting the "forwarded" flag on the connector to true so that it'll use any info from mod_proxy when the app requests +the remote address. + +* - Look for "forwarded" +* +* + + +## 8.1.7.v20120910+1 - 2012-10-13 + +Initial release + +# TODO + +* Make sure the connector useful for websockets is used by default. +* Make sure the file hack for windows is used by default. +* Make a proper DSL :) diff --git a/pom.xml b/pom.xml index 6bea7a5..c8f591b 100644 --- a/pom.xml +++ b/pom.xml @@ -8,9 +8,9 @@ io.trygvis.appsh booter-jetty - 8.1.7.v20120910+2-SNAPSHOT + 8.1.8.v20121106+1-SNAPSHOT - 8.1.7.v20120910 + 8.1.8.v20121106 @@ -25,6 +25,7 @@