Re: SEVERE: A child container failed during start

2019-11-29 Thread Karen Goh
Sent from Yahoo Mail for iPhone On Saturday, November 30, 2019, 6:18 AM, Mark Thomas wrote: On 29/11/2019 21:28, Karen Goh wrote: > I have done so but it is no use. I have deleted the Tomcat and add an new > instance before run the server again. > caused by java.lang.IllegalArgumentExceptio

Re: SEVERE: A child container failed during start

2019-11-29 Thread Mark Thomas
On 29/11/2019 21:28, Karen Goh wrote: > I have done so but it is no use. I have deleted the Tomcat and add an new > instance before run the server again. > caused by java.lang.IllegalArgumentException : Filter mapping specifies an > unknown filter name[SessionValidator] > Sorry I am having proble

Re: SEVERE: A child container failed during start

2019-11-29 Thread Karen Goh
Sent from Yahoo Mail for iPhone On Saturday, November 30, 2019, 5:14 AM, M. Manna wrote: Karen, On Fri, 29 Nov 2019 at 20:51, Karen Goh wrote: > > > > Sent from Yahoo Mail for iPhone > > > On Friday, November 29, 2019, 8:39 PM, Karen Goh > wrote: > > > > > > > On Friday, November 29, 201

Re: SEVERE: A child container failed during start

2019-11-29 Thread M. Manna
Karen, On Fri, 29 Nov 2019 at 20:51, Karen Goh wrote: > > > > Sent from Yahoo Mail for iPhone > > > On Friday, November 29, 2019, 8:39 PM, Karen Goh > wrote: > > > > > > > On Friday, November 29, 2019, 6:59:38 PM GMT+8, Mark Thomas < > ma...@apache.org> wrote: > > > On 29/11/2019 10:44, Karen G

Re: SEVERE: A child container failed during start

2019-11-29 Thread Karen Goh
Sent from Yahoo Mail for iPhone On Friday, November 29, 2019, 8:39 PM, Karen Goh wrote: On Friday, November 29, 2019, 6:59:38 PM GMT+8, Mark Thomas wrote: On 29/11/2019 10:44, Karen Goh wrote: > Hi experts, > > > Basically, I have now upgraded my dynamic MVC web app to use openJDK

Re: Tomcat 9 relaxedQueryChars format

2019-11-29 Thread Robert Hicks
Yeah, I read that and I will talk to my co-admin about it. Thanks! On Fri, Nov 29, 2019 at 10:43 AM M. Manna wrote: > To clarify (along with my last reply) - what you are trying to do is not > correct. The tomcat documentation confirms that only the following are > allowed > > The HTTP/1.1 spec

Re: Tomcat 9 relaxedQueryChars format

2019-11-29 Thread M. Manna
To clarify (along with my last reply) - what you are trying to do is not correct. The tomcat documentation confirms that only the following are allowed The HTTP/1.1 specification requires > that certain characters are %nn encoded when used in URI query stri

Re: Tomcat 9 relaxedQueryChars format

2019-11-29 Thread M. Manna
Robert, On Fri, 29 Nov 2019 at 15:28, Robert Hicks wrote: > What is the correct format? > > I see the following used when I do a search: > > relaxedQueryChars="[,],{,}.|" > > relaxedQueryChars="[ ] { } |" > > relaxedQueryChars="[]|{}^\`"<>" > > We use that last one. I am running down this error:

Tomcat 9 relaxedQueryChars format

2019-11-29 Thread Robert Hicks
What is the correct format? I see the following used when I do a search: relaxedQueryChars="[,],{,}.|" relaxedQueryChars="[ ] { } |" relaxedQueryChars="[]|{}^\`"<>" We use that last one. I am running down this error: java.lang.IllegalArgumentException: Invalid character found in the request t

Re: Double Slash Support in Tomcat 9.0.27

2019-11-29 Thread M. Manna
Kushagra, On Fri, 29 Nov 2019 at 12:29, Kushagra Bindal wrote: > Hi Mark, > > This astrik is because I highlighted it as BOLD. But I guess at your end it > is being received as plain text. Resending the content in context.xml > > > > > > WEB-INF/web.xml > WEB-INF/tomcat-web.xm

Re: SEVERE: A child container failed during start

2019-11-29 Thread Karen Goh
On Friday, November 29, 2019, 6:59:38 PM GMT+8, Mark Thomas wrote: On 29/11/2019 10:44, Karen Goh wrote: > Hi experts, > > > Basically, I have now upgraded my dynamic MVC web app to use openJDK 13 and > running it with Tomcat 9.0.27. Windows OS. Eclipse 2019-09. > > Have been trying to t

Re: Double Slash Support in Tomcat 9.0.27

2019-11-29 Thread Kushagra Bindal
Hi Mark, This astrik is because I highlighted it as BOLD. But I guess at your end it is being received as plain text. Resending the content in context.xml WEB-INF/web.xml WEB-INF/tomcat-web.xml ${catalina.base}/conf/web.xml On Fri, Nov

Re: Double Slash Support in Tomcat 9.0.27

2019-11-29 Thread M. Manna
Hi On Fri, 29 Nov 2019 at 11:43, Kushagra Bindal wrote: > Hi Mark, > > We tried to put the changes as suggested by you. Below are the changes that > we have made in context.xml file. > > Why this asterisk? * > > > > > WEB-INF/web.xml > WEB-INF/tomcat-web.xml > ${catalin

Re: Tomcat 7.x.x, 8.x.x, 8.5.x and 9.x.x: Session serialization w/o authentication related information

2019-11-29 Thread Klein, Carsten
On 28/11/2019 10:20, Mark Thomas wrote: On 28/11/2019 08:03, Klein, Carsten wrote: Hi there, Thanks for answering my questions. See my remarks inline: in all recent Tomcat versions the standard session implementation declares authentication related fields as 'transient', so both the session

Re: Double Slash Support in Tomcat 9.0.27

2019-11-29 Thread Kushagra Bindal
Hi Mark, We tried to put the changes as suggested by you. Below are the changes that we have made in context.xml file. WEB-INF/web.xml WEB-INF/tomcat-web.xml ${catalina.base}/conf/web.xml But after restart still I am getting below errors

Re: SEVERE: A child container failed during start

2019-11-29 Thread M. Manna
Hi, On Fri, 29 Nov 2019 at 10:45, Karen Goh wrote: > Hi experts, > > > Basically, I have now upgraded my dynamic MVC web app to use openJDK 13 > and running it with Tomcat 9.0.27. Windows OS. Eclipse 2019-09. > > Have been trying to tackling the problem with no avail. > > Would appreciate some

Re: SEVERE: A child container failed during start

2019-11-29 Thread Mark Thomas
On 29/11/2019 10:44, Karen Goh wrote: > Hi experts, > > > Basically, I have now upgraded my dynamic MVC web app to use openJDK 13 and > running it with Tomcat 9.0.27. Windows OS. Eclipse 2019-09. > > Have been trying to tackling the problem with no avail. > > Would appreciate some tips on how

SEVERE: A child container failed during start

2019-11-29 Thread Karen Goh
Hi experts, Basically, I have now upgraded my dynamic MVC web app to use openJDK 13 and running it with Tomcat 9.0.27. Windows OS. Eclipse 2019-09. Have been trying to tackling the problem with no avail. Would appreciate some tips on how to make these error go away. Here's the error : Nov 2

Re: Double Slash Support in Tomcat 9.0.27

2019-11-29 Thread Kushagra Bindal
Hi Mark, Thanks for providing the response. Yes, you are right that we should design our application to remove // from being used. I will plan it accordingly, for the provided solution in below. Let me try the same and I will revert back to you in case of any further queries and concerns. On Fr

Re: Double Slash Support in Tomcat 9.0.27

2019-11-29 Thread Mark Thomas
On 29/11/2019 09:00, Kushagra Bindal wrote: > Hi, > > We are working on upgrading our enterprise application from 8.5.24 to > 9.0.27 version. > > What we have observed that in earlier version i.e. 8.5.24 we were able to > process process a REST URI have double slash ("//") in it. > > But when w

Re: Double Slash Support in Tomcat 9.0.27

2019-11-29 Thread M. Manna
HI, On Fri, 29 Nov 2019 at 09:00, Kushagra Bindal wrote: > Hi, > > We are working on upgrading our enterprise application from 8.5.24 to > 9.0.27 version. > > What we have observed that in earlier version i.e. 8.5.24 we were able to > process process a REST URI have double slash ("//") in it.

Double Slash Support in Tomcat 9.0.27

2019-11-29 Thread Kushagra Bindal
Hi, We are working on upgrading our enterprise application from 8.5.24 to 9.0.27 version. What we have observed that in earlier version i.e. 8.5.24 we were able to process process a REST URI have double slash ("//") in it. But when we are upgrading it to 9.0.27 we found that now the same url wh

RE: FW: tomcat creating new ssl session id for same session

2019-11-29 Thread Rekha.MS
Hi Chris, Some more details added below. Please let me know id any more details needed. Thanks, Rekha MS -Original Message- From: Christopher Schultz Sent: Thursday, November 28, 2019 7:19 PM To: users@tomcat.apache.org Subject: Re: FW: tomcat creating new ssl session id for same sessio

RE: FW: tomcat creating new ssl session id for same session

2019-11-29 Thread Rekha.MS
Thanks for your prompt reply. Please find my response inline. -Original Message- From: Christopher Schultz Sent: Wednesday, November 27, 2019 11:15 PM To: users@tomcat.apache.org Subject: Re: FW: tomcat creating new ssl session id for same session -BEGIN PGP SIGNED MESSAGE- Ha

[OT] Re: FW: tomcat creating new ssl session id for same session

2019-11-29 Thread tomcat/perl
On 29.11.2019 06:59, rekha...@dell.com wrote: Highly Restricted - Confidential ... Then maybe a public list, which is also archived for years in various places, is not the best communication channel ? - To unsubscribe, e-ma