Re: svn commit: r753147 - /tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c

2009-03-13 Thread sebb
On 13/03/2009, sebb wrote: > On 13/03/2009, mt...@apache.org wrote: > > Author: mturk > > Date: Fri Mar 13 07:25:50 2009 > > New Revision: 753147 > > > > URL: http://svn.apache.org/viewvc?rev=753147&view=rev > > Log: > > Use inplace rewrite of dot part. We are safe to do that cause se

Re: svn commit: r753147 - /tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c

2009-03-13 Thread sebb
On 13/03/2009, mt...@apache.org wrote: > Author: mturk > Date: Fri Mar 13 07:25:50 2009 > New Revision: 753147 > > URL: http://svn.apache.org/viewvc?rev=753147&view=rev > Log: > Use inplace rewrite of dot part. We are safe to do that cause sessionid is > allocated for every request Might be

Re: svn commit: r753212 - /tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c

2009-03-13 Thread Mladen Turk
rj...@apache.org wrote: Author: rjung Date: Fri Mar 13 11:44:35 2009 New Revision: 753212 URL: http://svn.apache.org/viewvc?rev=753212&view=rev Log: Addition to r753147: Use strlen to compare for identity without patching the string to make it zero-terminated. Cool, much better! Thanks -- ^

svn commit: r753213 - /tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c

2009-03-13 Thread rjung
Author: rjung Date: Fri Mar 13 11:45:44 2009 New Revision: 753213 URL: http://svn.apache.org/viewvc?rev=753213&view=rev Log: Switch back to const char* arguments and rename arguments in a more precise way. Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c Modified: tomcat/con

svn commit: r753212 - /tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c

2009-03-13 Thread rjung
Author: rjung Date: Fri Mar 13 11:44:35 2009 New Revision: 753212 URL: http://svn.apache.org/viewvc?rev=753212&view=rev Log: Addition to r753147: Use strlen to compare for identity without patching the string to make it zero-terminated. This avoids having a side effect on the argument. For insta

DO NOT REPLY [Bug 46792] NullPointerException in org.apache.catalina.connector

2009-03-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46792 --- Comment #6 from alex 2009-03-13 02:24:03 PST --- I removed all references to FacesContext, ExternalContext and RequestParameterMap from my project. Now the problem seems to be gone. thank you for your help -- Configure bugmail

svn commit: r753168 - /tomcat/connectors/trunk/jk/jkstatus/src/share/org/apache/jk/status/JkStatusParser.java

2009-03-13 Thread pero
Author: pero Date: Fri Mar 13 08:46:29 2009 New Revision: 753168 URL: http://svn.apache.org/viewvc?rev=753168&view=rev Log: Make digester final ... Modified: tomcat/connectors/trunk/jk/jkstatus/src/share/org/apache/jk/status/JkStatusParser.java Modified: tomcat/connectors/trunk/jk/jkstatus

svn commit: r753147 - /tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c

2009-03-13 Thread mturk
Author: mturk Date: Fri Mar 13 07:25:50 2009 New Revision: 753147 URL: http://svn.apache.org/viewvc?rev=753147&view=rev Log: Use inplace rewrite of dot part. We are safe to do that cause sessionid is allocated for every request Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.

svn commit: r753143 - /tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c

2009-03-13 Thread mturk
Author: mturk Date: Fri Mar 13 07:13:21 2009 New Revision: 753143 URL: http://svn.apache.org/viewvc?rev=753143&view=rev Log: Oops. Nasty typo Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c URL: http://svn.a

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

2009-03-13 Thread mturk
Author: mturk Date: Fri Mar 13 07:04:50 2009 New Revision: 753140 URL: http://svn.apache.org/viewvc?rev=753140&view=rev Log: Use the part before the dot as domain name, as defined when setting the worker.route Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c tomcat/conne