2 Replies Latest reply on May 26, 2007 9:09 AM by liudan2005

    Seam security question, in vpn environment

    liudan2005

      I have some pages under /admin/* that I don't want them publicly available. I have a virtual NIC with IP 10.3.0.1, I need to allow access to /admin/* that comes from this NIC. It would be nice if Seam support this:

      <page view-id="/admin/*" only-from-nic="10.3.0.1"/>
      


      I don't know if there's other better ways doing it. Can someone share your experience here? Thanks.