diff options
author | obache <obache@pkgsrc.org> | 2007-05-29 02:22:22 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-05-29 02:22:22 +0000 |
commit | dea40e3abd4800786bf2de16975170449fa7ec26 (patch) | |
tree | fe72f0c03387ae8304b302019a1a70ec761b2383 /www/ap-jk/Makefile.common | |
parent | 6b009865ac25b1a7f35171e2590cab879e4e57ec (diff) | |
download | pkgsrc-dea40e3abd4800786bf2de16975170449fa7ec26.tar.gz |
Update ap-jk to 1.2.23.
It fixes an Important vulnerability.
Changes between 1.2.22 and 1.2.23
Native
Change the default value of JkOptions to ForwardURICompatUnparsed. The
old default value was ForwardURICompat. This should make URL
interpretation between Apache httpd and Tomcat consistent (prevent
double decoding problems). (rjung)
Diffstat (limited to 'www/ap-jk/Makefile.common')
-rw-r--r-- | www/ap-jk/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap-jk/Makefile.common b/www/ap-jk/Makefile.common index 944e4fdd879..8fa4208d7b5 100644 --- a/www/ap-jk/Makefile.common +++ b/www/ap-jk/Makefile.common @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.common,v 1.5 2007/04/25 06:24:02 obache Exp $ +# $NetBSD: Makefile.common,v 1.6 2007/05/29 02:22:22 obache Exp $ -JK_VERSION= 1.2.22 +JK_VERSION= 1.2.23 CATEGORIES= www java MASTER_SITES= http://www.apache.org/dist/tomcat/tomcat-connectors/jk/source/jk-${JK_VERSION}/ |