Re: Expect: 100-continue with filters vs valves

2020-02-19 Thread Michael Osipov
Am 2020-02-18 um 23:43 schrieb Mark Thomas: On 18/02/2020 19:47, Michael Osipov wrote: Am 2020-02-18 um 20:28 schrieb Mark Thomas: Got it - I think. Let me re-phrase to see if I understand correctly. You have a code fragment that issues a redirect. The app submits a request with an header

Re: Enhancement: New option 'persistAuthentication' for session manager

2020-02-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Carsten, On 2/19/20 09:45, Carsten Klein wrote: > Chris, > > there is a new PR #2, I messed up my branch and had to setup a new > one... Still a bit new to GIT... > > https://github.com/cklein05/tomcat/pull/2 Aha, okay. I think I've been commenting

Re: Enhancement: New option 'persistAuthentication' for session manager

2020-02-19 Thread Carsten Klein
Chris, there is a new PR #2, I messed up my branch and had to setup a new one... Still a bit new to GIT... https://github.com/cklein05/tomcat/pull/2 Actually, I decided to just add the String array. That's not too bad either, right? Have a look at the latest code and comment in PR #2. Sorr

Re: Enhancement: New option 'persistAuthentication' for session manager

2020-02-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Carsten, On 2/19/20 03:59, Carsten Klein wrote: > Hi there, > > had to re-setup my branch... Nevertheless, updated PR is available > now. > > Some last things... > > The pattern for default sessionAttributeValueClassNameFilter must > even be extende

Re: cloud cluster

2020-02-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Martin, On 2/19/20 07:22, Martin Grigorov wrote: > Hi Jonathan, > > On Wed, Feb 19, 2020 at 12:55 PM Jonathan Yom-Tov < > jonathan.yom...@sysaid.com> wrote: > >> hi Chris, >> >> Do you have a link? I wasn't able to find one on Google, unless >> you

Re: cloud cluster

2020-02-19 Thread Martin Grigorov
Hi Jonathan, On Wed, Feb 19, 2020 at 12:55 PM Jonathan Yom-Tov < jonathan.yom...@sysaid.com> wrote: > hi Chris, > > Do you have a link? I wasn't able to find one on Google, unless you mean > https://bitnami.com/stack/tomcat/helm. > I think Chris meant the **MembershipProvider classes at https://

Re: ajp port chosen at random

2020-02-19 Thread Mark Thomas
On 19/02/2020 11:00, Jonathan Yom-Tov wrote: > hi, > > I'm configuring a two tomcat cluster with session replication and > encountering a strange issue. One of the tomcats appears to choose the AJP > connector port at random. The other tomcat obeys the port directive from > its connector without a

ajp port chosen at random

2020-02-19 Thread Jonathan Yom-Tov
hi, I'm configuring a two tomcat cluster with session replication and encountering a strange issue. One of the tomcats appears to choose the AJP connector port at random. The other tomcat obeys the port directive from its connector without a problem. This is doubly strange because the second tomca

Re: cloud cluster

2020-02-19 Thread Jonathan Yom-Tov
hi Chris, Do you have a link? I wasn't able to find one on Google, unless you mean https://bitnami.com/stack/tomcat/helm. thanks, Jon. On Tue, Feb 18, 2020 at 5:44 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Jon, > > On

Re: Tomcat 8.5.51 >> Use AJP Connector >> 403

2020-02-19 Thread Mark Thomas
On 19/02/2020 09:02, Martin Grigorov wrote: > Hi, > > On Wed, Feb 19, 2020 at 9:34 AM Friderike Hofmeister < > friderike.hofmeis...@mbsupport.de> wrote: > >> Chris, >> >> strange, as I thought I specified secretRequired="false" and so don't need >> any secret, but anyway: >> that's it -- Thank yo

Re: Tomcat 8.5.51 >> Use AJP Connector >> 403

2020-02-19 Thread Martin Grigorov
Hi, On Wed, Feb 19, 2020 at 9:34 AM Friderike Hofmeister < friderike.hofmeis...@mbsupport.de> wrote: > Chris, > > strange, as I thought I specified secretRequired="false" and so don't need > any secret, but anyway: > that's it -- Thank you! > > Now without secret="" and without mod_jk everything

Re: Enhancement: New option 'persistAuthentication' for session manager

2020-02-19 Thread Carsten Klein
Hi there, had to re-setup my branch... Nevertheless, updated PR is available now. Some last things... The pattern for default sessionAttributeValueClassNameFilter must even be extended to match String arrays as well (roles are stored that way). In order to keep the pattern smaller, one option