Create basic servelet application which returns "hello jenkins" message Add Two Filters in same application:
- Log (print on console) the IP address of the request - IPRequestFilter class
- Return 403 HTTP response with "You shall not pass" message if request has header "youshallnotpass: true" - AuthenticationFilter class
Build docker image for this application and deploy it to openshift?
- Baisc serverlets
- Filters
- Docker image
- Deployment on OpenShift