Hello,
I am attempting to migrate our web app from Resin 3.1 to Tomcat 8.5.4.
Ultimately, the intent is to be able to run our web app within Tomcat 8.5
on MAC OS X (in dev mode) or on a CentOS 7 box for production. With Resin
3.1, you can use a subclass of the Resin AbstractAuthenticator class to
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
-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.
> dbname-cluster.cluste
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 appl
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 with
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 comm
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 the attribute-value string is %x2
Hello,
I'd like to propose the following minor improvement to the cookie
processor: https://github.com/apache/tomcat85/pull/1
Best regards,
Svetlin
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.
Otherwis