Do Servlet filters have any issues with detecting SSL requests?
I have a filter that works okay with normal http request but it does not detect https request.
Any advice here would be appreciated.
Do Servlet filters have any issues with detecting SSL requests?
I have a filter that works okay with normal http request but it does not detect https request.
Any advice here would be appreciated.
Do Servlet filters have any issues with detecting SSL requests?
AFAIK no.
Any advice here would be appreciated.
Check that your web container is configured to listen for HTTPS requests. For Tomcat, check the "connector" elements in your "server.xml" file.