Re: HSTS not apply to some request URI path on tomcat 8.5.9 Centos 7

2020-01-05 Thread Pattavee Sanchol
Dear Chris, Thank you so much for your suggestion. Now I can solve this problem, cause is the request url path with special characters were handled by web application framework. But my application framework's configuration not apply for special characters in url. So it return default page without

Re: HSTS not apply to some request URI path on tomcat 8.5.9 Centos 7

2020-01-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Pattavee, On 1/1/20 22:55, Pattavee Sanchol wrote: > Dear Chris, > > I follow your suggestion, change my app to ROOT but request with > special characters on url path still response with no HSTS header. > detail on e.g. below > > > [sys01@webgat

Re: HSTS not apply to some request URI path on tomcat 8.5.9 Centos 7

2020-01-01 Thread Pattavee Sanchol
Dear Chris, I follow your suggestion, change my app to ROOT but request with special characters on url path still response with no HSTS header. detail on e.g. below [sys01@webgateway ~]$ curl -I -k "https://192.168.136.3:8443"; HTTP/1.1 200 Strict-Transport-Security: max-age=31536000;includeSu

Re: HSTS not apply to some request URI path on tomcat 8.5.9 Centos 7

2019-12-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Pattavee, On 12/26/19 05:22, Pattavee Sanchol wrote: > Dear support team > > I config tomcat server to enabled HSTS some request URI path not > response with Secure heading > > The configuration illustrated below > > > > httpHeaderSecurity >

Re: HSTS not apply to some request URI path on tomcat 8.5.9 Centos 7

2019-12-26 Thread Pattavee Sanchol
Dear Olaf Thank you so much for your reply. *problem: You're trying to deliver the HSTS header for some, but not allof the requests coming in(?) (Otherwise, please correct) * - > No. I want to respond HSTS header in all request but after I follow configuration below it not response HSTS header

Re: HSTS not apply to some request URI path on tomcat 8.5.9 Centos 7

2019-12-26 Thread Olaf Kock
On 26.12.19 11:22, Pattavee Sanchol wrote: > Dear support team > > I config tomcat server to enabled HSTS some request URI path not > response with Secure heading > > ... > > > I some request URI such as http://192.168.1.1/%20 is not response with > security hedering > > > this is working > > > im

HSTS not apply to some request URI path on tomcat 8.5.9 Centos 7

2019-12-26 Thread Pattavee Sanchol
Dear support team I config tomcat server to enabled HSTS some request URI path not response with Secure heading The configuration illustrated below httpHeaderSecurity org.apache.catalina.filters.HttpHeaderSecurityFilter true hstsEnabled true