[Bug 64082] Nio2Endpoint for async request doesn't clear OutputBuffer when socket has already been closed (response mixup)

2020-01-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64082 --- Comment #11 from william.crow...@roguewave.com --- Bear with us for a moment as we are trying to get a viable test case together. -- You are receiving this mail because: You are the assignee for the bug.

Re: [DISCUSS] Mapping internal roles to external ones (web.xml and API)

2020-01-28 Thread Mark Thomas
On 28/01/2020 21:50, Christopher Schultz wrote: > Michael, > > On 1/28/20 3:51 PM, Michael Osipov wrote: >> Am 2020-01-25 um 12:13 schrieb Mark Thomas: >>> On 23/01/2020 10:29, Michael Osipov wrote: >>> >>> >>> Design questions: * Shall this remain a listener or do we want to introduce

Re: [PROPOSAL] Tomcat 10: rename language bundles

2020-01-28 Thread Mark Thomas
On 28/01/2020 21:52, Christopher Schultz wrote: > Michael, > > On 1/28/20 4:08 PM, Michael Osipov wrote: >> Folks, > >> I recently worked on some localization issues and noticed that, in >> my opinion, these JARs are incorrectly named: > >>> tomcat-i18n-cs.jar tomcat-i18n-de.jar

Re: [PROPOSAL] Tomcat 10: rename language bundles

2020-01-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Michael, On 1/28/20 4:08 PM, Michael Osipov wrote: > Folks, > > I recently worked on some localization issues and noticed that, in > my opinion, these JARs are incorrectly named: > >> tomcat-i18n-cs.jar tomcat-i18n-de.jar tomcat-i18n-es.jar >>

Re: [DISCUSS] Mapping internal roles to external ones (web.xml and API)

2020-01-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Michael, On 1/28/20 3:51 PM, Michael Osipov wrote: > Am 2020-01-25 um 12:13 schrieb Mark Thomas: >> On 23/01/2020 10:29, Michael Osipov wrote: >> >> >> >>> Design questions: * Shall this remain a listener or do we want >>> to introduce a new

[tomcat-connectors] branch master created (now 254b5bb)

2020-01-28 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-connectors.git. at 254b5bb Use number comparison where appropriate. No new revisions were added by this update.

Moving Connectors to github

2020-01-28 Thread Mark Thomas
All, Sorry for the short notice. Moving the Connectors to github has been on the TODO list for a while but I kept getting distracted. I have finally found the time to progress this and after getting on for a week of processing to re-build the the svn/git mirror locally I am in a position to do

[PROPOSAL] Tomcat 10: rename language bundles

2020-01-28 Thread Michael Osipov
Folks, I recently worked on some localization issues and noticed that, in my opinion, these JARs are incorrectly named: tomcat-i18n-cs.jar tomcat-i18n-de.jar tomcat-i18n-es.jar tomcat-i18n-fr.jar tomcat-i18n-ja.jar tomcat-i18n-ko.jar tomcat-i18n-pt-BR.jar tomcat-i18n-ru.jar

Re: [DISCUSS] Mapping internal roles to external ones (web.xml and API)

2020-01-28 Thread Michael Osipov
Am 2020-01-25 um 12:13 schrieb Mark Thomas: On 23/01/2020 10:29, Michael Osipov wrote: Design questions: * Shall this remain a listener or do we want to introduce a new interface for that? If yes, how should it look like? Given the use cases (could apply at various levels) a

Re: [PROPOSAL] Tomcat 10: change default certificateKeystoreType and truststoreType from JKS to PKCS12

2020-01-28 Thread Martin Grigorov
On Tue, Jan 28, 2020 at 7:07 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > All, > > The subject says it all. > > Java 9 is changing the default keystore type from JKS to PKCS12 and > deprecating the use of JKS. > > Do we know

Re: [PROPOSAL] Tomcat 10: change default certificateKeystoreType and truststoreType from JKS to PKCS12

2020-01-28 Thread Michael Osipov
Am 2020-01-28 um 18:07 schrieb Christopher Schultz: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, The subject says it all. Java 9 is changing the default keystore type from JKS to PKCS12 and deprecating the use of JKS. Do we know what version of Java Tomcat 10 will require? I suspect

Re: [PROPOSAL] Tomcat 10: change default certificateKeystoreType and truststoreType from JKS to PKCS12

2020-01-28 Thread Rémy Maucherat
On Tue, Jan 28, 2020 at 6:07 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > All, > > The subject says it all. > > Java 9 is changing the default keystore type from JKS to PKCS12 and > deprecating the use of JKS. > > Do we know

Re: [PROPOSAL] Tomcat 10: change default certificateKeystoreType and truststoreType from JKS to PKCS12

2020-01-28 Thread Mark Thomas
On 28/01/2020 17:07, Christopher Schultz wrote: > All, > > The subject says it all. > > Java 9 is changing the default keystore type from JKS to PKCS12 and > deprecating the use of JKS. > > Do we know what version of Java Tomcat 10 will require? Java 8. > I suspect it > will be Java 9, so it

[GitHub] [tomcat] Chintagious commented on issue #162: Add support for same-site cookie attribute

2020-01-28 Thread GitBox
Chintagious commented on issue #162: Add support for same-site cookie attribute URL: https://github.com/apache/tomcat/pull/162#issuecomment-579392207 @simonsteiner1984 - I needed a solution to set `SameSite=None` for my `JSESSIONID` cookie only; so I made filter based off of the answer

[Bug 64089] Resource paths resolve symlinks

2020-01-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64089 --- Comment #5 from Mark Thomas --- Would it help if Tomcat added ${...} property replacement support so you could do something like: ## ]> ## And then you could add

[PROPOSAL] Tomcat 10: change default certificateKeystoreType and truststoreType from JKS to PKCS12

2020-01-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, The subject says it all. Java 9 is changing the default keystore type from JKS to PKCS12 and deprecating the use of JKS. Do we know what version of Java Tomcat 10 will require? I suspect it will be Java 9, so it will match. In any case,

[Bug 64089] Resource paths resolve symlinks

2020-01-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64089 Steve Sanders changed: What|Removed |Added CC||stevesander...@gmail.com -- You are