View declared in <protected-views> still accessible after manipulating CSRF token
问题 I'm exploring the new features in JSF 2.2 (pretty cool so far) but I still don't understand how Protected Views works, I created a facelet1 with a link to facelet2, like this: <h:link styleClass="link" value="Go to protected page" id="link1" outcome="/protected/facelet2.xhtml"></h:link> and in my faces-config.xml I added this: <protected-views> <url-pattern>/protected/facelet2.xhtml</url-pattern> </protected-views> Now when I run the page a token is added in the url: http://localhost:8080/