public page not available to the public - access error instead.
I have a working application. actually, i have the same copy of the app working WITH SSO scheme, and one using the apex authentication and authorization scheme. Both work fine. Except for the logout page. I create a page(#62), associated with no tabs. Just a simple HTML screen that has a log out message. I make that page's authentication set to "Page is Public" and save. I have done this (trying to diag) in both of these apps, and in 2 different installations of apex.
However, when i'm not logged into the app, and i go to that page, i get an "Error : Access denied by Application security check" message.
I'm just trying to go to the direct URL http://xxxxxxx:8090/apex/f?p=110:62:0::::: , or just http://xxxxxxx:8090/apex/f?p=110:62 (page 62 is the page i created and set as public.)
this is in apex 4.1.1 . I feel this should be very obvious as to why it's not working, however i'm stumped.
thanks in advance.