[jboss-user] [JBoss Seam] - Re: restricting access using pages.xml

petemuir do-not-reply at jboss.com
Thu Feb 1 16:38:55 EST 2007


"dustismo" wrote : Hi,
  | 
  | I am trying to restrict access to all files in /clients to logged in users.  I added the following pages.xml to no avail:
  | 
  | 
  |   | <!DOCTYPE pages PUBLIC
  |   |           "-//JBoss/Seam Pages Configuration DTD 1.1//EN"
  |   |           "http://jboss.com/products/seam/pages-1.1.dtd">
  |   | 
  |   | <pages no-conversation-view-id="/index.xhtml">
  |   |     <page view-id="/clients/*">   
  |   |     	<restrict>#{identity.loggedIn}</restrict>
  |   |      </page>
  |   | </pages>
  |   | 

This was a bug in 1.1.5 - its fixed in CVS

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009695#4009695

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4009695



More information about the jboss-user mailing list