Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 687 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 687 Bytes

Openshift HTTPS test

Openshift Gear to test correct information about secured connection propagation to standard request.isSecure() method.

How to test the issue

Standard way how to get information if request is on secured connection is request.isSecure().

Try to deploy this app on Openshift and visit https://{deployed app url}/requestinfo.jsp to see if request.isSecure() return true or false.

Notes

Initial discussion in this forum thread.