Re: Potential change to DeltaManager

2018-09-21 Thread Mark Thomas
On 21/09/18 18:02, Mitch Claborn wrote: > Please forgive me if this is the incorrect place or format for > discussing this. I'm new to trying to develop for Tomcat. This is the right place. Welcome to the Tomcat community. > I'm developing a patch for DeltaManager and I'd like to discuss with you

[GUMP@vmgump-vm3]: Project tomcat-tc8.5.x-test-nio (in module tomcat-8.5.x) failed

2018-09-21 Thread Bill Barker
ic/workspace/openssl-1.0.2/dest-20180921/bin/openssl -Dexecu te.test.bio=false -Dexecute.test.apr=false -Dtest.excludePerformance=true -Deasymock.jar=/srv/gump/public/workspace/easymock/core/target/easymock-3.7-SNAPSHOT.jar -Dhamcrest.jar=/srv/gump/packages/hamcrest/hamcrest-core-1.3.jar -

Potential change to DeltaManager

2018-09-21 Thread Mitch Claborn
Please forgive me if this is the incorrect place or format for discussing this. I'm new to trying to develop for Tomcat. I'm developing a patch for DeltaManager and I'd like to discuss with you developers if it could be considered for inclusion in the base code. Please see details below and co

Re: JasperException: Method for function not found in class - Since update from 7.0.90 to 7.0.91

2018-09-21 Thread Mark Thomas
On 21/09/18 15:57, sebastian...@buerotiger.de wrote: >>> org.apache.jasper.JasperException: Method "userMayHideThisMessage " for >>> function "userMayHideThisMessage" not found in class >>> "example.mypackage.Util" >>> at >>> org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHa

Re: Re: JasperException: Method for function not found in class - Since update from 7.0.90 to 7.0.91

2018-09-21 Thread sebastian486
> > org.apache.jasper.JasperException: Method "userMayHideThisMessage " for > > function "userMayHideThisMessage" not found in class > > "example.mypackage.Util" > > at > > org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:56) > > at > > org.apache.jasper.compiler

Re: [VOTE] Release JK 1.2.45

2018-09-21 Thread Rainer Jung
Am 21.09.2018 um 14:58 schrieb Mark Thomas: On 21/09/18 13:55, Rainer Jung wrote: Am 21.09.2018 um 14:37 schrieb Mark Thomas: On 20/09/18 12:19, Mark Thomas wrote: On 20/09/18 11:27, Rainer Jung wrote: Partial results (IMHO no show-stoppers so far): - the following zip files previously conta

[Bug 62739] Tomcat should allow blank Host header

2018-09-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62739 --- Comment #2 from Mark Thomas --- Please go ahead. We typically (and this is a typical case) fix the issue in trunk first and then back-port. My initial impression is that this is a fairly simple fix. Don't forget to check/add/update the uni

[Bug 62731] HandshakeRequest has a relative URL

2018-09-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62731 --- Comment #3 from Mark Thomas --- Indeed. However, it isn't that different from the current behaviour which only differs in that the scheme, host and port aren't present. The risky part (the undecoded, unnormalized path) is the same. -- You

Re: [VOTE] Release JK 1.2.45

2018-09-21 Thread Mark Thomas
On 18/09/18 12:21, Mark Thomas wrote: > Tag: > http://svn.apache.org/viewvc/tomcat/jk/tags/JK_1_2_45/ > > Source: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-connectors/jk/ > > > This is a maintenance release to address a regression in 1.2.44 and to > provide general improvements to t

svn commit: r29576 - in /dev/tomcat/tomcat-connectors/jk/binaries/windows: ./ symbols/

2018-09-21 Thread markt
Author: markt Date: Fri Sep 21 13:04:07 2018 New Revision: 29576 Log: Update binaries to include missing LICENSE, NOTICE and README in archives Modified: dev/tomcat/tomcat-connectors/jk/binaries/windows/symbols/tomcat-connectors-1.2.45-windows-i386-symbols.zip dev/tomcat/tomcat-connecto

svn commit: r1841579 - /tomcat/jk/trunk/native/iis/README

2018-09-21 Thread markt
Author: markt Date: Fri Sep 21 12:59:50 2018 New Revision: 1841579 URL: http://svn.apache.org/viewvc?rev=1841579&view=rev Log: Include the README in the symbol file distribution as well. Modified: tomcat/jk/trunk/native/iis/README Modified: tomcat/jk/trunk/native/iis/README URL: http://svn.

Re: [VOTE] Release JK 1.2.45

2018-09-21 Thread Mark Thomas
On 21/09/18 13:55, Rainer Jung wrote: > Am 21.09.2018 um 14:37 schrieb Mark Thomas: >> On 20/09/18 12:19, Mark Thomas wrote: >>> On 20/09/18 11:27, Rainer Jung wrote: Partial results (IMHO no show-stoppers so far): - the following zip files previously contained LICENSE, NOTICE >>> >>

Re: [VOTE] Release JK 1.2.45

2018-09-21 Thread Rainer Jung
Am 21.09.2018 um 14:37 schrieb Mark Thomas: On 20/09/18 12:19, Mark Thomas wrote: On 20/09/18 11:27, Rainer Jung wrote: Partial results (IMHO no show-stoppers so far): - the following zip files previously contained LICENSE, NOTICE That is a show-stopper. But at least I can rebuild the binari

Re: JasperException: Method for function not found in class - Since update from 7.0.90 to 7.0.91

2018-09-21 Thread Mark Thomas
On 21/09/18 09:51, sebastian...@buerotiger.de wrote: > Hello, > > Since the update from Tomcat 7.0.90 to 7.0.91 one of my pages fails to load. > The log file shows this exception: > > org.apache.jasper.JasperException: Method "userMayHideThisMessage " for > function "userMayHideThisMessage" not

Re: [VOTE] Release JK 1.2.45

2018-09-21 Thread Mark Thomas
On 20/09/18 12:19, Mark Thomas wrote: > On 20/09/18 11:27, Rainer Jung wrote: >> Partial results (IMHO no show-stoppers so far): >> >> - the following zip files previously contained LICENSE, NOTICE > > That is a show-stopper. But at least I can rebuild the binaries with > those files. No need to r

Re: svn commit: r1840901 - /tomcat/trunk/java/org/apache/catalina/users/MemoryUserDatabase.java

2018-09-21 Thread Konstantin Kolinko
вт, 18 сент. 2018 г. в 12:39, Mark Thomas : > > On 17/09/18 22:13, Christopher Schultz wrote: > > Mark, > > > > On 9/17/18 08:34, Mark Thomas wrote: > >> On 17/09/18 10:50, Konstantin Kolinko wrote: > > > >> > > > >>> Implementing auto-reloading has a caveat: there is a race > >>> condition betwee

JasperException: Method for function not found in class - Since update from 7.0.90 to 7.0.91

2018-09-21 Thread sebastian486
Hello, Since the update from Tomcat 7.0.90 to 7.0.91 one of my pages fails to load. The log file shows this exception: org.apache.jasper.JasperException: Method "userMayHideThisMessage " for function "userMayHideThisMessage" not found in class "example.mypackage.Util" at org.apache.jasper.comp

svn commit: r1841555 - /tomcat/trunk/java/org/apache/catalina/users/MemoryUserDatabase.java

2018-09-21 Thread markt
Author: markt Date: Fri Sep 21 08:28:25 2018 New Revision: 1841555 URL: http://svn.apache.org/viewvc?rev=1841555&view=rev Log: Review of fix for BZ 58590 from kkolinko. Protect against in progress file updates Modified: tomcat/trunk/java/org/apache/catalina/users/MemoryUserDatabase.java Modi

svn commit: r1841553 - /tomcat/trunk/java/org/apache/catalina/users/MemoryUserDatabase.java

2018-09-21 Thread markt
Author: markt Date: Fri Sep 21 08:15:53 2018 New Revision: 1841553 URL: http://svn.apache.org/viewvc?rev=1841553&view=rev Log: Review of fix for BZ 58590 from schultz. Protect against parsing failures Modified: tomcat/trunk/java/org/apache/catalina/users/MemoryUserDatabase.java Modified: tom

[Bug 62751] ajp worker's socket_connect_timeout value is handled as seconds

2018-09-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62751 --- Comment #1 from TaeKyung Suk --- jk_connect.c handles socket_connect_timeout value as milliseconds on Windows. line 206, 207 tv.tv_sec = timeout / 1000; tv.tv_usec = (timeout % 1000) * 1000; -- You are receiving this mail

[Bug 62751] New: ajp worker's socket_connect_timeout value is handled as seconds

2018-09-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62751 Bug ID: 62751 Summary: ajp worker's socket_connect_timeout value is handled as seconds Product: Tomcat Connectors Version: 1.2.44 Hardware: PC OS: Linux