Guest User

Untitled

a guest
Aug 8th, 2012
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. Servlet 3.0 odd declarative security behavior
  2. <security-constraint>
  3. <web-resource-collection>
  4. <web-resource-name>LoggedIn</web-resource-name>
  5. <url-pattern>/screens/*</url-pattern>
  6. </web-resource-collection>
  7. <auth-constraint/>
  8. <user-data-constraint>
  9. <transport-guarantee>CONFIDENTIAL</transport-guarantee>
  10. </user-data-constraint>
  11. </security-constraint>
  12.  
  13. <rich:menuItem submitMode="ajax" label="User" action="/screens/user?faces-redirect=true"/>
Advertisement
Add Comment
Please, Sign In to add comment