Re: Problems with requests without trailing slash Tomcat 9.0.65

2023-01-09 Thread Fedor Makarov
Also I tried to write a filter to manually redirect, but tomcat intercepts the request before it gets into the filter. Can I disable this behavior for tomcat and do it manually?   >Понедельник, 9 января 2023, 11:43 +03:00 от Fedor Makarov >: >  > > >We have to webapps lundase and vvsguiden

RE: Basic SSL Certificate Usage logging

2023-01-09 Thread jonmcalexander
Yes Chris, It's just for during startup. For a particular instance I would like to capture the Certificate Info and Truststore being used and pipe that into a separate log/txt file. Thanks, Dream * Excel * Explore * Inspire Jon McAlexander Senior Infrastructure Engineer Asst. Vice President

Re: Question about Redisson

2023-01-09 Thread Christopher Schultz
Doug, On 1/9/23 15:48, Doug Whitfield wrote: Interesting. I’m not on the marketing team. What comments are you talking about? I can certainly try to get them removed. I think he's talking about this: "Don’t let your team waste another minute wading through outdated forums or online

Possibilities for fetching config information from Kubernetes

2023-01-09 Thread Christopher Schultz
All, I'm aware that there is a k8s manager for clustering (CloudMembershipService) but I was wondering if / how that could be extended in order to provide any other types of automated configuration information for a Tomcat installation. For example, I'd love to be able to deploy a Tomcat

Re: Question about Redisson

2023-01-09 Thread Doug Whitfield
Interesting. I’m not on the marketing team. What comments are you talking about? I can certainly try to get them removed. We don’t fork software which means when we find a bug we always work with upstream to get it fixed. The idea that we don’t work with the community when necessary is an

Re: Apache Tomcat 10.0.27 - UML sequence diagram of the authentication process

2023-01-09 Thread Alexander Ghyoot
Christopher, I'm interested in both, how the clients credentials are gathered and verified. Kind regards, Alexander Van: Christopher Schultz Verzonden: maandag 9 januari 2023 19:43 Aan: users@tomcat.apache.org Onderwerp: Re: Apache Tomcat 10.0.27 - UML sequence

Re: Apache Tomcat 10.0.27 - UML sequence diagram of the authentication process

2023-01-09 Thread Mark Thomas
On 09/01/2023 18:43, Christopher Schultz wrote: Alexander, On 1/9/23 07:21, Alexander Ghyoot wrote: For my thesis, I'm looking into access control in open-source software and am curious how the authentication process works in the Apache Tomcat (10.0.27) architecture. However, the

Re: Apache Tomcat 10.0.27 - UML sequence diagram of the authentication process

2023-01-09 Thread Christopher Schultz
Alexander, On 1/9/23 07:21, Alexander Ghyoot wrote: For my thesis, I'm looking into access control in open-source software and am curious how the authentication process works in the Apache Tomcat (10.0.27) architecture. However, the documentation on this seems incomplete. The PNG is a

Re: Question about Redisson

2023-01-09 Thread Mark Thomas
Given the disparaging comments OpenLogic makes about obtaining support for open source projects from a community forum, it is more than a tad ironic to see an OpenLogic Enterprise Architect asking for help here. I suggest that OpenLogic replace the text on their home page with something

Re: Having two servers and controlling my secondary server with the primary server

2023-01-09 Thread Mark Thomas
Your mentor is wrong. Mark On 09/01/2023 14:56, Manisha Chermadurai wrote: Thanks for this. I have set up the solution for failover using nginx as a proxy server between my two tomcat servers. But my mentor told with only using tomcat server's configuration files, you can redirect the

Question about Redisson

2023-01-09 Thread Doug Whitfield
Hi Tomcat Community, We are seeing and issue that manifests as a cross session “bleeding” scenario. The issue is this: 1. User A make a new request and the request goes to pod A and gets Session1 2. User A's next request then gets redirected to pod B. The request is processed using Session1 3.

Re: Having two servers and controlling my secondary server with the primary server

2023-01-09 Thread Manisha Chermadurai
Thanks for this. I have set up the solution for failover using nginx as a proxy server between my two tomcat servers. But my mentor told with only using tomcat server's configuration files, you can redirect the requests to another server if and only if the particular server is down. So I am

Re: Having two servers and controlling my secondary server with the primary server

2023-01-09 Thread Olaf Kock
On 09.01.23 15:22, Manisha Chermadurai wrote: Good evening Sir, I am trying to control my secondary server with the primary server of mine. Bothe are of versions 9.0. Primary server has been available in my physical machine and my secondary server is in virtual machine. Both are of windows 10.

Re: Having two servers and controlling my secondary server with the primary server

2023-01-09 Thread Manisha Chermadurai
Good evening Sir, I am trying to control my secondary server with the primary server of mine. Bothe are of versions 9.0. Primary server has been available in my physical machine and my secondary server is in virtual machine. Both are of windows 10. I am connecting the vm's 8080 port through the

Re: Problems with requests without trailing slash Tomcat 9.0.65

2023-01-09 Thread Christopher Schultz
Fedor, On 1/9/23 03:43, Fedor Makarov wrote: We have to webapps lundase and vvsguiden therefore, the options you have suggested do not look applicable Why not? on debug I saw that RequestURI in request looks like lundase/lundase/... Probably because of this: >>> RewriteRule ^(.*)$

Re: Basic SSL Certificate Usage logging

2023-01-09 Thread Christopher Schultz
Jon, On 1/6/23 15:53, jonmcalexan...@wellsfargo.com.INVALID wrote: Thanks for the info. In a nutshell I think the certpath,provider would be sufficient. I'm thinking that I can add this to the java options as -Djava.security.debug=ssl:certpath,provider however I don't know how to specify where

Apache Tomcat 10.0.27 - UML sequence diagram of the authentication process

2023-01-09 Thread Alexander Ghyoot
Dear, For my thesis, I'm looking into access control in open-source software and am curious how the authentication process works in the Apache Tomcat (10.0.27) architecture. However, the documentation on this seems incomplete. The PNG is a screenshot of the image, only half shown, the link is

Antwort: Re: Update form 8.5.56 to newer 8.5.x

2023-01-09 Thread Andreas . Moroder
Thank you very much Andreas Von:"Mark Thomas" An: users@tomcat.apache.org Datum: 09.01.2023 10:51 Betreff:Re: Update form 8.5.56 to newer 8.5.x On 09/01/2023 09:47, andreas.moro...@wobi.bz.it wrote: > Hello, > > we have Tomcat 8.5.56 on a Windows server. > We woul like

Re: Update form 8.5.56 to newer 8.5.x

2023-01-09 Thread Mark Thomas
On 09/01/2023 09:47, andreas.moro...@wobi.bz.it wrote: Hello, we have Tomcat 8.5.56  on a Windows server. We woul like to update to a newer 8.6.x release, but I found only documents on how to migrate from 8.x to 9.x. Can anyone please send me a link to documentation on how to update in the

Update form 8.5.56 to newer 8.5.x

2023-01-09 Thread Andreas . Moroder
Hello, we have Tomcat 8.5.56 on a Windows server. We woul like to update to a newer 8.6.x release, but I found only documents on how to migrate from 8.x to 9.x. Can anyone please send me a link to documentation on how to update in the same release Thank you very much Andreas Institut für den

Re: how to block bad request?

2023-01-09 Thread Jason Wee
Hi Mark, Thank you. I enabled debugging and able to reproduce (close to matching, but not exact same output) send null byte $ echo -e '\x00' | nc myhost.com 80 HTTP/1.1 400 Content-Type: text/html;charset=utf-8

Re: Tomcat support RHEL9

2023-01-09 Thread Mark Thomas
On 09/01/2023 06:12, Deepti Sharma S wrote: Hello Tomcat Team, Can you please confirm, if any Tomcat version is supported on/with RHEL9? As far as the Tomcat community is concerned, Tomcat is supported on any platform an appropriate version of Java is available. As far the official RedHat

Re: Problems with requests without trailing slash Tomcat 9.0.65

2023-01-09 Thread Fedor Makarov
We have to webapps lundase and vvsguiden therefore, the options you have suggested do not look applicable on debug I saw that RequestURI in request looks like lundase/lundase/...   >Вторник, 27 декабря 2022, 22:06 +03:00 от Christopher Schultz >: >  >Fedor, > >On 12/27/22 05:55, Fedor

RE: Problems with requests without trailing slash Tomcat 9.0.65

2023-01-09 Thread alik alikov
We have to webapps lundase and vvsguiden therefore, the options you have suggested do not look applicable on debug I saw that RequestURI in request looks like lundase/lundase/... 27.12.2022, 22:07, Christopher Schultz < mailto:ch...@christopherschultz.net ch...@christopherschultz.net > Fedor,