3 Replies Latest reply on Oct 3, 2006 5:18 PM by shane.bryzak

    examples/security

      Hi!

      Should the example in the directory examples/security in the Seam distribution work or is it not ready yet? There are lots of commented things in web.xml, and direct access to /seam-security/protected/protected.seam is allowed even if a user is not logged in...

        • 1. Re: examples/security
          shane.bryzak

          The security example only implements model security, not page security so while you can directly access protected.seam you will not be able to execute the protected action. That being said, I'll shortly be reworking the security API to make it much more complete than the state it's in right now.

          • 2. Re: examples/security

            Yes, model security works fine.

            Are there any options for page security now?

            • 3. Re: examples/security
              shane.bryzak

              Not yet, but there are plans for it. This part of the security API will be implemented with a servlet filter.