From 3b76c097b5ea55554d03cb398a810bc2e1cf5bba Mon Sep 17 00:00:00 2001 From: girgen Date: Mon, 10 Feb 2014 10:38:25 +0000 Subject: Add upstream patch that fixes a problem when running mod_jk with balanced tomcats. PR: 186551 Submitted by: brd@ Obtained from: http://svn.apache.org/viewvc?view=revision&revision=1354021, https://issues.apache.org/bugzilla/show_bug.cgi?id=53762 --- www/mod_jk/Makefile | 1 + www/mod_jk/files/patch-native--common--jk_status.c | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 www/mod_jk/files/patch-native--common--jk_status.c (limited to 'www') diff --git a/www/mod_jk/Makefile b/www/mod_jk/Makefile index ee83db8e9c39..24779b320cdf 100644 --- a/www/mod_jk/Makefile +++ b/www/mod_jk/Makefile @@ -3,6 +3,7 @@ PORTNAME= mod_jk PORTVERSION= 1.2.37 +PORTREVISION= 1 PORTEPOCH?= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_APACHE} diff --git a/www/mod_jk/files/patch-native--common--jk_status.c b/www/mod_jk/files/patch-native--common--jk_status.c new file mode 100644 index 000000000000..52ecf24892a7 --- /dev/null +++ b/www/mod_jk/files/patch-native--common--jk_status.c @@ -0,0 +1,11 @@ +--- common/jk_status.c.ori 2014-02-07 14:08:44.000000000 -0700 ++++ common/jk_status.c 2014-02-07 14:09:05.000000000 -0700 +@@ -3647,7 +3647,7 @@ + } + } + if (sync_needed == JK_TRUE) { +- wr->sequence = 0; ++ wr->sequence = -1; + if (!rc) + rc = 3; + } -- cgit