Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: how to redirect user to the page before login screen

  1. #11

    Default

    Thanks a lot OhadR! now it works. Thanks for your prompt responses and patience.

    I am wondering, why can't I protect all my resources using pattern="/" or pattern="/*" or similar expression. I have to individually protect each resource.

  2. #12
    Join Date
    Aug 2012
    Posts
    104

    Default

    Quote Originally Posted by vikas_chess View Post
    I am wondering, why can't I protect all my resources using pattern="/" or pattern="/*" or similar expression. I have to individually protect each resource.
    That will be problematic, since if you use this, you will not be able to use any other rule

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •