Re: svn commit: r1598864 - in /tomcat/jk/trunk: native/common/jk_uri_worker_map.c xdocs/miscellaneous/changelog.xml

2014-05-31 Thread Rainer Jung
On 31.05.2014 19:37, Christopher Schultz wrote: > Rainer, > > On 5/31/14, 8:12 AM, rj...@apache.org wrote: >> Author: rjung >> Date: Sat May 31 12:12:36 2014 >> New Revision: 1598864 >> >> URL: http://svn.apache.org/r1598864 >> Log: >> Reduce log level for "OPTIONS *" requests >> from warning to d

Re: svn commit: r1598864 - in /tomcat/jk/trunk: native/common/jk_uri_worker_map.c xdocs/miscellaneous/changelog.xml

2014-05-31 Thread Rainer Jung
On 31.05.2014 15:05, Konstantin Kolinko wrote: > 2014-05-31 16:12 GMT+04:00 : >> Author: rjung >> Date: Sat May 31 12:12:36 2014 >> New Revision: 1598864 >> >> URL: http://svn.apache.org/r1598864 >> Log: >> Reduce log level for "OPTIONS *" requests >> from warning to debug. >> >> Modified: >>

svn commit: r1598897 - /tomcat/jk/trunk/native/common/jk_uri_worker_map.c

2014-05-31 Thread rjung
Author: rjung Date: Sat May 31 18:50:34 2014 New Revision: 1598897 URL: http://svn.apache.org/r1598897 Log: Correction to r1598864: Fix debug log check condition. Thanks to kkolinko for the review. Modified: tomcat/jk/trunk/native/common/jk_uri_worker_map.c Modified: tomcat/jk/trunk/native/c

Re: svn commit: r1598864 - in /tomcat/jk/trunk: native/common/jk_uri_worker_map.c xdocs/miscellaneous/changelog.xml

2014-05-31 Thread Christopher Schultz
Rainer, On 5/31/14, 8:12 AM, rj...@apache.org wrote: > Author: rjung > Date: Sat May 31 12:12:36 2014 > New Revision: 1598864 > > URL: http://svn.apache.org/r1598864 > Log: > Reduce log level for "OPTIONS *" requests > from warning to debug. > > Modified: > tomcat/jk/trunk/native/common/jk_u

[Bug 56578] session.invalidate does not work on cluster enabled webapps

2014-05-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56578 --- Comment #7 from David Rees --- Thank you for tracking it down. That was one of the possible suspects I had looked at while reviewing the changelog for possible regressions. -- You are receiving this mail because: You are the assignee

Re: Git (again)

2014-05-31 Thread Konstantin Kolinko
2014-05-26 17:35 GMT+04:00 Martin Grigorov : >> >> - With Subversion I have a single working copy that spans all 3 active >> branches which I can update at once. >> > > With Git this is possible too. > I use git-new-workdir for that. See > http://thejspr.com/blog/work-on-multiple-branches-with-git-

Re: Error handling

2014-05-31 Thread Konstantin Kolinko
2014-05-29 16:31 GMT+04:00 Mark Thomas : > You've probably noticed I've been poking around the ErrorReportValve, > the Response objects and other related code. I've been looking into an > issue that one of the groups at $work has raised around Tomcat's error > handling and I've been cleaning things

[Bug 56581] New: When an error occurs on a long JSP page, do not loose last chunk of printed text

2014-05-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56581 Bug ID: 56581 Summary: When an error occurs on a long JSP page, do not loose last chunk of printed text Product: Tomcat 8 Version: 8.0.8 Hardware: PC Stat

Re: svn commit: r1598864 - in /tomcat/jk/trunk: native/common/jk_uri_worker_map.c xdocs/miscellaneous/changelog.xml

2014-05-31 Thread Konstantin Kolinko
2014-05-31 16:12 GMT+04:00 : > Author: rjung > Date: Sat May 31 12:12:36 2014 > New Revision: 1598864 > > URL: http://svn.apache.org/r1598864 > Log: > Reduce log level for "OPTIONS *" requests > from warning to debug. > > Modified: > tomcat/jk/trunk/native/common/jk_uri_worker_map.c > tomc

[Bug 56578] session.invalidate does not work on cluster enabled webapps

2014-05-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56578 --- Comment #6 from Konstantin Kolinko --- Ack. Thank you! It is reproducible with 8.0 if I add to examples/WEB-INF/web.xml. This regression is caused by StandardSession change in r1584915 (a fix to bug 56339) The session object is Delta

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

2014-05-31 Thread rjung
Author: rjung Date: Sat May 31 12:12:36 2014 New Revision: 1598864 URL: http://svn.apache.org/r1598864 Log: Reduce log level for "OPTIONS *" requests from warning to debug. Modified: tomcat/jk/trunk/native/common/jk_uri_worker_map.c tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml Modif