Re: what to do with address="::1"?

2020-02-14 Thread Mark Thomas
On 14/02/2020 16:04, John Larsen wrote: > Thanks for the info. Will this change be backported to 8.5 and 7? It already has been. Mark > > John Larsen > > > > On Fri, Feb 14, 2020 at 9:03 AM Mark Thomas wrote: > >> On 14/02/2020 15:56, John Larsen wrote: >>> From my testing. >>> >>> secret

Re: what to do with address="::1"?

2020-02-14 Thread John Larsen
Thanks for the info. Will this change be backported to 8.5 and 7? John Larsen On Fri, Feb 14, 2020 at 9:03 AM Mark Thomas wrote: > On 14/02/2020 15:56, John Larsen wrote: > > From my testing. > > > > secretRequired="false" is still needed though docs says its deprecated in > > favor of just s

Re: what to do with address="::1"?

2020-02-14 Thread Mark Thomas
On 14/02/2020 15:56, John Larsen wrote: > From my testing. > > secretRequired="false" is still needed though docs says its deprecated in > favor of just secret. Not correct. You are confusing requiredSecret (which has been deprecated in favour of secret) with secretRequired. > I also had to cha

Re: what to do with address="::1"?

2020-02-14 Thread John Larsen
>From my testing. secretRequired="false" is still needed though docs says its deprecated in favor of just secret. I also had to change the worker from host=localhost to host=127.0.0.1 Also AJP13 connector protocol block is commented out where it never was before. I'd prefer acceptance of localho

Re: what to do with address="::1"?

2020-02-14 Thread Mark Thomas
On 14/02/2020 14:21, John Larsen wrote: > I apologize - coffee started to kick in. The address="::1" portion is > commented out. > > Will adding secret="false"? in the server.xml bypass this issue? > > redirectPort="8443" /> That will give you an AJP connector that is only listening on the l

Re: what to do with address="::1"?

2020-02-14 Thread John Larsen
I apologize - coffee started to kick in. The address="::1" portion is commented out. Will adding secret="false"? in the server.xml bypass this issue? Thanks, John Larsen On Fri, Feb 14, 2020 at 6:52 AM Mark Thomas wrote: > On 14/02/2020 13:45, John Larsen wrote: > > Seems tomcat 9.0.31 h

Re: what to do with address="::1"?

2020-02-14 Thread Mark Thomas
On 14/02/2020 13:45, John Larsen wrote: > Seems tomcat 9.0.31 has thrown me a curve and messed up my automation. > > Where can i understand this change better? > "Rename the requiredSecret attribute of the AJP/1.3 Connector to secret and > add a new attribute secretRequired that defaults to true.

what to do with address="::1"?

2020-02-14 Thread John Larsen
Seems tomcat 9.0.31 has thrown me a curve and messed up my automation. Where can i understand this change better? "Rename the requiredSecret attribute of the AJP/1.3 Connector to secret and add a new attribute secretRequired that defaults to true. When secretRequired is truethe AJP/1.3 Connector w