[Bug 53324] Starting with mod_jk 1.2.35 I cannot modify worker status using JK Status Manager

2014-03-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53324 Rainer Jung changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug 53542] Spelling mistake on 503 service unavailable page

2014-03-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53542 Rainer Jung changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1583419 - in /tomcat/jk/trunk: native/iis/jk_isapi_plugin.c xdocs/miscellaneous/changelog.xml

2014-03-31 Thread rjung
Author: rjung Date: Mon Mar 31 19:41:50 2014 New Revision: 1583419 URL: http://svn.apache.org/r1583419 Log: PR 53542: ISAPI: Fix grammar in 503 error page. Modified: tomcat/jk/trunk/native/iis/jk_isapi_plugin.c tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml Modified: tomcat/jk/trunk/n

[Bug 53762] JK status manager: mass nodes handling doesn't works

2014-03-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53762 Rainer Jung changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1583417 - /tomcat/jk/trunk/HOWTO-RELEASE.txt

2014-03-31 Thread rjung
Author: rjung Date: Mon Mar 31 19:33:59 2014 New Revision: 1583417 URL: http://svn.apache.org/r1583417 Log: PR 55094: Suggestion by jfclere. Modified: tomcat/jk/trunk/HOWTO-RELEASE.txt Modified: tomcat/jk/trunk/HOWTO-RELEASE.txt URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/HOWTO-RELEAS

[Bug 55094] the source tar file contains an old version of the docs.

2014-03-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55094 Rainer Jung changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 55683] mod_jk doesn't properly parse version 1 cookies, breaking sticky sessions

2014-03-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55683 Rainer Jung changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1583415 - in /tomcat/jk/trunk: native/common/jk_lb_worker.c xdocs/miscellaneous/changelog.xml

2014-03-31 Thread rjung
Author: rjung Date: Mon Mar 31 19:27:59 2014 New Revision: 1583415 URL: http://svn.apache.org/r1583415 Log: BZ 55683: Remove quotes from quoted session cookies. Modified: tomcat/jk/trunk/native/common/jk_lb_worker.c tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml Modified: tomcat/jk/tr

[Bug 56297] Attempted optimisation does not (improve performance)

2014-03-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56297 Rainer Jung changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 56297] Attempted optimisation does not (improve performance)

2014-03-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56297 --- Comment #2 from Rainer Jung --- Thanks for the suggestion. I have taken a very similar code from the APR libs. Fixed in r1583403. Will be part of 1.2.40. Would be nice if you could give that change a try. -- You are receiving this mai

svn commit: r1583403 - in /tomcat/jk/trunk: native/common/jk_map.c xdocs/miscellaneous/changelog.xml

2014-03-31 Thread rjung
Author: rjung Date: Mon Mar 31 19:05:52 2014 New Revision: 1583403 URL: http://svn.apache.org/r1583403 Log: BZ 56297: Improve key hash function. Copied from APR. Modified: tomcat/jk/trunk/native/common/jk_map.c tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml Modified: tomcat/jk/trunk/n

svn commit: r1583399 - in /tomcat/jk/trunk: native/common/jk_ajp_common.c native/common/jk_connect.c native/common/jk_connect.h native/common/jk_status.c xdocs/miscellaneous/changelog.xml

2014-03-31 Thread rjung
Author: rjung Date: Mon Mar 31 19:00:34 2014 New Revision: 1583399 URL: http://svn.apache.org/r1583399 Log: Fix status worker display of worker IP address after name or port was changed. Use a function to copy jk_sockaddr_t instead of memcpy, because ipaddr_ptr member must be corrected. Modified

svn commit: r1583382 - in /tomcat/jk/trunk/native/common: jk_connect.c jk_global.h

2014-03-31 Thread rjung
Author: rjung Date: Mon Mar 31 17:57:53 2014 New Revision: 1583382 URL: http://svn.apache.org/r1583382 Log: Drop unused struct member. We clone jk_sockaddr_t using memcpy, so a pointer to some other memory area must be handled with care. Modified: tomcat/jk/trunk/native/common/jk_connect.c

[Bug 56318] Oracle DB cursors are leaking when using org.apache.tomcat.jdbc.pool.DataSourceFactory

2014-03-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56318 --- Comment #8 from Filip Hanik --- (In reply to Danila Galimov from comment #7) > Thank you :-) > > Ideally I would like to have something like stacktrace of statement opening, > and stacktrace of connection close, so when connection is c

Re: svn commit: r1581820 - in /tomcat/trunk: ./ java/org/apache/catalina/session/

2014-03-31 Thread Keiichi Fujino
Sorry for the late comment for old revision. I think that this fix causes IOE in StandardManager.doLoad(). L238 is following. Integer count = (Integer) ois.readObject(); IOException is thrown in this call because FileInputStream and BufferedInputStream instance have already been closed in try-wi