Character encoding issue in URL

2017-01-24 Thread Justin Dang
Hi, I have a clean install of an older version of Tomcat (8.0.24). I have noticed when a character is encoded in the URL, Tomcat fails to return the URL requested. I've noted this same request performed in IIS works fine. Apache Tomcat tests: Works (No escape) – http://localhost:8080/examples/

RE: https redirect failed for POST request when behind a load balancer

2017-01-24 Thread Bin Chen
Peter: Here is what I got when using curl on a client. curl -I http://lb-api:8080/urls?param1=something\¶m2=123 HTTP/1.0 302 Found Location: https://lb-api:8443/ urls?param1=something\¶m2=123 Server: BigIP Connection: Keep-Alive Content-Length: 0 Our engineer who has access to the load balancer is

Re: Mutual certificate authentication between Tomcat and MS IIS

2017-01-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Diago, On 1/24/17 4:41 PM, Christopher Schultz wrote: > Diago, > > On 1/24/17 11:40 AM, Macca, Diego wrote: >> On 1/24/17 8:24 AM, Macca, Diego wrote: Has somebody of you ever tried to configure certificate mutual authentication between a

Re: Mutual certificate authentication between Tomcat and MS IIS

2017-01-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Diago, On 1/24/17 11:40 AM, Macca, Diego wrote: > On 1/24/17 8:24 AM, Macca, Diego wrote: >>> Has somebody of you ever tried to configure certificate mutual >>> authentication between a MS IIS webserver and a Tomcat >>> instance? > >> You want IIS

HTTP response reason phrases

2017-01-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, I'm cross-posting dev@ and users@, but please only reply to dev@ if you'd like to get involved in this discussion. I'd like to openly-discuss r1702765 [1]. There have been some complaints on both users@ and dev@ and some BZ issues filed agains

Re: ExtendedAccessLogValve.class overloaded timezone and set it to GMT

2017-01-24 Thread Farhan Tariq
Hello chris, Yes we are facing the exact behavior as mentioned by you "2017-01-23 04:59:58 Something happened 2017-01-23 04:59:59 Something happened 2017-01-24 05:00:00 Something happened 2017-01-24 05:00:01 Something happened" The changes made to set timezone to system default only effective fo

Re: After upgrade to Tomcat 7.0.72+, JSF Error: FacesContext already released in JSF tools with

2017-01-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hadas, On 1/23/17 5:33 PM, Hadas Toronchik wrote: > I there any expectation as to when 7.0.74 is going to be released? 7.0.74 failed the vote. 7.0.75 was voted stable at 2017-01-24 00:31 UTC, so I'd expect it within the next 24 hours. - -chris >

RE: Mutual certificate authentication between Tomcat and MS IIS

2017-01-24 Thread Macca, Diego
Thanks Chris for your comments. Kind Regards, Diego Macca Senior IT Specialist DG-IS/EDA - Executional Domain Applications EUROPEAN CENTRAL BANK Tel.: +49 (69) 1344 6991 E-mail: diego.ma...@ecb.europa.eu www.ecb.europa.eu www.youtube.com/ecbeuro https://twitter.com/ecb -Original Message

Re: TomcatCon @ ApacheCon

2017-01-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 1/24/17 8:00 AM, Mark Thomas wrote: > On 19/01/2017 22:45, Mark Thomas wrote: >> More updates as I get them. > > We are all systems go :) !! > We *really* need to start getting names against the various talk > ideas we already have and t

Re: Mutual certificate authentication between Tomcat and MS IIS

2017-01-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Diego, On 1/24/17 8:24 AM, Macca, Diego wrote: > Has somebody of you ever tried to configure certificate mutual > authentication between a MS IIS webserver and a Tomcat instance ? You want IIS to present a client certificate to Tomcat? Tomcat shou

AW: https redirect failed for POST request when behind a load balancer

2017-01-24 Thread Kreuser, Peter
Bin, > Peter: > To answer your questions > 1. The response header when using 8080 to post, I got: > > Status Code: 405 Method Not Allowed > Allow: POST > Cache-Control: private > Content-Language: en > Content-Length: 1045 > Content-Type: text/html;charset=utf-8 > Date

Mutual certificate authentication between Tomcat and MS IIS

2017-01-24 Thread Macca, Diego
Dears, Has somebody of you ever tried to configure certificate mutual authentication between a MS IIS webserver and a Tomcat instance ? Does somebody know if this is even possible in IIS ? I usually do it very well with Apache but this time I'm requested to put in front of Tomcat an IIS webserve

Re: TomcatCon @ ApacheCon

2017-01-24 Thread Mark Thomas
On 19/01/2017 22:45, Mark Thomas wrote: > More updates as I get them. We are all systems go :) We *really* need to start getting names against the various talk ideas we already have and turn those into CFP submissions ASAP. The CFP closes on 11 Feb. We could do this just a small number of committ

Re: Endorsed mechanism in Tomcat 8

2017-01-24 Thread Johannes F. Knauf
Hi Konstantin, thanks for the prompt reply. On 24.01.2017 11:57, Konstantin Kolinko wrote: > > 1. It looks that you are confusing Tomcat 8.0 and Tomcat 8.5. You name it. I was not aware that 8.5 in fact is a really major step. > 3. You can set command-line arguments for java by adding them to

Re: Endorsed mechanism in Tomcat 8

2017-01-24 Thread Konstantin Kolinko
2017-01-24 13:12 GMT+03:00 Johannes F. Knauf : > Hi, > > in Tomcat version < 8 catalina.sh used to set > -Djava.endorsed.dirs=$JAVA_ENDORSED_DIRS -- that is by > default: CATALINA_HOME/endorsed > > > Tomcat 8 seems to have abandoned that mechanism. catalina.sh does not include > anything related

Endorsed mechanism in Tomcat 8

2017-01-24 Thread Johannes F. Knauf
Hi, in Tomcat version < 8 catalina.sh used to set -Djava.endorsed.dirs=$JAVA_ENDORSED_DIRS -- that is by default: CATALINA_HOME/endorsed Tomcat 8 seems to have abandoned that mechanism. catalina.sh does not include anything related to endorsed libs. However, the documentation is still mentioni