How to set a virtual directory mapping

2016-08-25 Thread Fung
How to set a virtual directory that I can map a virtual path in my web-app to local physical path. OS:window 7 Tomcat version:7.057

Re: Create new MySQL connections if read-only status is detected - AWS RDS failover

2016-08-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 David, On 8/24/16 5:22 PM, David Day wrote: > Apache Tomcat/7.0.54 CentOS release 6.7 AWS RDS Aurora 5.6.10a > > Using RDS in a failover configuration, AWS directs requests to the > write instance with a cluster CNAME e.g. >

Re: Rfc6265CookieProcessor domain validation errors

2016-08-25 Thread Svetlin Zarev
Thanks Mark, this makes sense. Best regards, Svetlin This isn't a bug. You are misunderstanding the RFC. > > Domain attributes are only sent from servers to user agents. > > The general rule to keep in mind is: > "Be lenient in what you accept. Be strict in what you send." > > Section 5.2.3

Re: Rfc6265CookieProcessor domain validation errors

2016-08-25 Thread Mark Thomas
On 25/08/2016 08:28, Svetlin Zarev wrote: > Hello! > > The new Rfc6265CookieProcessor fails to validate domains that start with a > dot. According to rfc6265#5.2.3 [1]: > > If the first character of the attribute-value string is %x2E ("."): > > Let cookie-domain be the attribute-value

Re: Question about suspectTimeout property of pool configuration - possible Bug - does only work with removeAbandoned = true which seems odd

2016-08-25 Thread Torsten Krah
https://bz.apache.org/bugzilla/show_bug.cgi?id=60043 Am Dienstag, den 23.08.2016, 16:32 +0900 schrieb Keiichi Fujino: > Please open the bugzilla. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional

Re: Rfc6265CookieProcessor domain validation errors

2016-08-25 Thread Svetlin Zarev
Proposed fix: https://github.com/apache/tomcat85/pull/2 2016-08-25 10:28 GMT+03:00 Svetlin Zarev : > Hello! > > > > The new Rfc6265CookieProcessor fails to validate domains that start with a > dot. According to rfc6265#5.2.3 [1]: > > > > If the first character of

Rfc6265CookieProcessor minor improvement

2016-08-25 Thread Svetlin Zarev
Hello, I'd like to propose the following minor improvement to the cookie processor: https://github.com/apache/tomcat85/pull/1 Best regards, Svetlin

Rfc6265CookieProcessor domain validation errors

2016-08-25 Thread Svetlin Zarev
Hello! The new Rfc6265CookieProcessor fails to validate domains that start with a dot. According to rfc6265#5.2.3 [1]: If the first character of the attribute-value string is %x2E ("."): Let cookie-domain be the attribute-value without the leading %x2E (".") character.