[Resin-interest] Using gradle & Spring Boot to deploy a WAR in resin

2015-01-29 Thread Rick Mann
I'm just getting started moving my ant-based Spring 3/Servlet 3 app to gradle. I'm starting from scratch. The getting started guides all show using an embedded Tomcat, but I want to deploy a webapp in my resin instance. This page describes how to do that: http://docs.spring.io/spring-b

[Resin-interest] Network based security behind Apache (X-Forwarded-For)

2015-01-29 Thread Mattias Jiderhamn
Hi list. What options do I have if I want to use IP based security behind an Apache proxy? I want to use or , but request.getRemoteAddr() will always be the IP of the proxy, and the real IP is in X-Forwarded-For header. It seems I cannot put a Servlet filter in front of Resins SecurityFilter