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

cavani do-not-reply at jboss.com
Fri Feb 2 08:33:12 EST 2007


Well.... this is a dirty fix..... works to me but is very indecent :)

in org.jboss.seam.pages.Page.enter(Page.java:186) from:


  |             Identity.instance().checkRestriction(expr);
  | 


  |          try
  |          {
  |             Identity.instance().checkRestriction(expr);
  |          }
  |          catch (Exception e)
  |          {
  |             try
  |             {
  |                Exceptions.instance().handle(e);
  |             }
  |             catch (Exception ex)
  |             {
  |             }
  |             
  |             return true;
  |          }
  | 

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

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



More information about the jboss-user mailing list