Query string and query parameters encoding on Tomcat 8.5.5

2016-09-15 Thread l.pe...@senat.fr
Hi. I do not understand what happens with query paramers and URI encoding in Tomcat 8.5.5. On client side, the query is : https://localhost:8447/adele_admin/ldapapi/personnes?mot=P%C3%A9net Where "PĂ©net" is, as far as I understand, correctly encoded. On server side, the Connector-s all

Re: Fwd: Compiling Tomcat Native 1.2.8

2016-09-13 Thread l.pe...@senat.fr
On 12/09/2016 22:32, Pierce Allen wrote: Hello - I run a collection Tomcat web servers on Redhat 7.2 (up-to-date) Normally we like to compile and use the latest stable version of Tomcat Native we can get our hands on (currently the one that ships with Tomcat 8.5.5.0 is labeled tcnative

Re: Websockets : differents behaviours on connection when using WS or WSS

2016-07-18 Thread l.pe...@senat.fr
On 18/07/2016 16:25, l.pe...@senat.fr wrote: Hi. I am using Tomcat 8.0.36 with Atmosphere 2.4.5 ( https://github.com/Atmosphere/atmosphere ) to implement WebSockets with fallbacks such as long polling. I am writing tests using Tomcat JSR356 implementation. I studied your WebSocket samples

Websockets : differents behaviours on connection when using WS or WSS

2016-07-18 Thread l.pe...@senat.fr
Hi. I am using Tomcat 8.0.36 with Atmosphere 2.4.5 ( https://github.com/Atmosphere/atmosphere ) to implement WebSockets with fallbacks such as long polling. I am writing tests using Tomcat JSR356 implementation. I studied your WebSocket samples and I am using a fake trustore :

Re: Tomcat Embedded and Web Fragments

2016-07-13 Thread l.pe...@senat.fr
On 13/07/2016 15:57, Violeta Georgieva wrote: Hi, 2016-07-07 15:07 GMT+03:00 l.pe...@senat.fr <l.pe...@senat.fr>: Hi. I am using Tomcat embedded, for integration tests. I do not find how to let it take in account web-fragments of included jars. Is there a specific config ? Does anyon

Tomcat Embedded and Web Fragments

2016-07-07 Thread l.pe...@senat.fr
Hi. I am using Tomcat embedded, for integration tests. I do not find how to let it take in account web-fragments of included jars. Is there a specific config ? Does anyone have a working example ? I am using version 8.0.36. Thanks in advance, Ludovic | | AVANT D'IMPRIMER, PENSEZ A

JWT and Tomcat

2016-03-16 Thread l.pe...@senat.fr
Hi. I am planning to use JSON web tokens (JWT, see https://jwt.io/ and RFC 7519 https://tools.ietf.org/html/rfc7519 ). Is there any plan to have a "standard" valve implementing this RFC in Tomcat ? The best I could find is https://github.com/andreacomo/tomcat-jwt-security Is there an

Re: Determining parallely deployed versions of a webapp programmatically

2015-12-17 Thread l.pe...@senat.fr
On 16/12/2015 15:58, l.pe...@senat.fr wrote: Hi. I have in some of my apps cron-like tasks, scheduled by libs such as quartz. As I am also an happy user of the parallel deployment feature of tomcat, I was wondering whether, without special privileges such as those of the "admin"

Determining parallely deployed versions of a webapp programmatically

2015-12-16 Thread l.pe...@senat.fr
Hi. I have in some of my apps cron-like tasks, scheduled by libs such as quartz. As I am also an happy user of the parallel deployment feature of tomcat, I was wondering whether, without special privileges such as those of the "admin" webapps, I could programatically determine if a webapp is

Parallel deployment version selection

2015-10-02 Thread l.pe...@senat.fr
Hi. I am using parallel deployment to upgrade my webapps with no downtime. I just have a small issue / question on how the latest version is selected. As far as I understand, the container select the latest version by lexicographically ordering the version string. So if webapp##1.0.51 and

Re: Double call to requestInitialized when forwarding for FORM auth

2015-07-16 Thread l.pe...@senat.fr
On 15/07/2015 23:36, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ludovic, On 7/15/15 3:29 AM, l.pe...@senat.fr wrote: On 13/07/2015 15:13, Christopher Schultz wrote: It looks like you or DeltaSpike are not cleaning-up as the request transitions from one state

Re: Double call to requestInitialized when forwarding for FORM auth

2015-07-15 Thread l.pe...@senat.fr
On 13/07/2015 15:13, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ludovic, On 7/10/15 2:33 AM, l.pe...@senat.fr wrote: I have a problem with DeltaSpike Servlet module ( https://deltaspike.apache.org/documentation/servlet.html ) that seems to be caused

Double call to requestInitialized when forwarding for FORM auth

2015-07-10 Thread l.pe...@senat.fr
Hi. I have a problem with DeltaSpike Servlet module ( https://deltaspike.apache.org/documentation/servlet.html ) that seems to be caused by an incorrect behavior of Tomcat. The thread on DS mailiing list :