FilterToBeanProxy « Web « Spring Q&A





1. FilterToBeanProxy doesn't work with HierachicalBeanFactory    forum.springsource.org

Hi, I've come across a minor compatibility issue in FilterToBeanProxy and HierachicalBeanFactory. I'm posting in case anyone else runs into this issue, also its possible to fix this issue in the ...

2. Minor improvement to FilterToBeanProxy    forum.springsource.org

I'd like to suggest a small improvement to FilterToBeanProxy that would help make my configuration easier and terser. Currently you must supply an init param for the name or class of ...

3. FilterToBeanProxy with ClassPathXmlApplicationContext    forum.springsource.org

FilterToBeanProxy with ClassPathXmlApplicationContext I searched the forums, the docs and checked the code and it appears there is no way to use FilterToBeanProxy with an ApplicationContext that I have constructed via ...

4. bypass filterToBeanProxy    forum.springsource.org

1) How are the following code work because there got 2 mapping? Is the MyFacesExtensionsFilter will cause the security hole there. It maybe go in via MyFacesExtensionsFilter and bypass the filterToBeanProxy? ...

5. FilterToBeanProxy    forum.springsource.org

Hi, I'm new to Spring Framework. I have to secure my application, Web based application, by using filters for the incoming request from the web. In my book, Spring in Action, ...