aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2012-12-20 18:06:11 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2012-12-20 18:06:11 +0100
commitafb73976369bea83106ceddc08dabb0e4ea7b5c5 (patch)
treeed2d8fc81195d4547b6024b86921c16afde31c1d /README.md
parent324180dd5140fa9768111dcd509fef03feb1bfa2 (diff)
downloadapp.sh-booter-jetty-afb73976369bea83106ceddc08dabb0e4ea7b5c5.tar.gz
app.sh-booter-jetty-afb73976369bea83106ceddc08dabb0e4ea7b5c5.tar.bz2
app.sh-booter-jetty-afb73976369bea83106ceddc08dabb0e4ea7b5c5.tar.xz
app.sh-booter-jetty-afb73976369bea83106ceddc08dabb0e4ea7b5c5.zip
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.
Diffstat (limited to 'README.md')
-rw-r--r--README.md23
1 files changed, 23 insertions, 0 deletions
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.
+
+* <http://docs.codehaus.org/display/JETTY/Configuring+Connectors> - Look for "forwarded"
+* <http://docs.codehaus.org/display/JETTY/Configuring+mod_proxy>
+* <http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#x-headers>
+
+
+## 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 :)