Hello,

I'm using SpringSecurity 3.1.3 + JSF 2.1 + Primefaces 3.4.1, and when I log myself in successfully (with any type of user) the Primefaces autocomplete UI crashes.

The console log : http://pastebin.com/f2TEz42B

But if I move the Primefaces UI component to another page it works (even logged).
The is no intercept-url of any kind.
The problem seems to come from the SpringSecurity FilterChain.

Any idea ?