You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Bertrand Delacretaz (JIRA)" <ji...@apache.org> on 2009/06/09 12:25:07 UTC

[jira] Created: (SLING-998) Request fails with HTTP ERROR 200 - Reason: OK if anonymous access is disabled

Request fails with HTTP ERROR 200 - Reason: OK if anonymous access is disabled
------------------------------------------------------------------------------

                 Key: SLING-998
                 URL: https://issues.apache.org/jira/browse/SLING-998
             Project: Sling
          Issue Type: Bug
          Components: Engine
    Affects Versions: Engine 2.0.4
            Reporter: Bertrand Delacretaz


See discussion in http://markmail.org/message/smbbphesab42fwnz - a request to / with no credentials returns a page saying:

HTTP ERROR 200

Problem accessing / Reason:

  OK

If "allow anonymous access" is disabled on /system/console/configMgr/org.apache.sling.engine.impl.auth.SlingAuthenticator

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SLING-998) Request fails with HTTP ERROR 200 - Reason: OK if anonymous access is disabled

Posted by "Felix Meschberger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Meschberger updated SLING-998:
------------------------------------

    Fix Version/s: Extensions httpauth 2.0.6

Also marking as fixed in HTTP Authenticator since the LoginServlet has been moved from that bundle to the engine

> Request fails with HTTP ERROR 200 - Reason: OK if anonymous access is disabled
> ------------------------------------------------------------------------------
>
>                 Key: SLING-998
>                 URL: https://issues.apache.org/jira/browse/SLING-998
>             Project: Sling
>          Issue Type: Bug
>          Components: Engine
>    Affects Versions: Engine 2.0.4
>            Reporter: Bertrand Delacretaz
>             Fix For: Engine 2.0.6, Extensions httpauth 2.0.6
>
>
> See discussion in http://markmail.org/message/smbbphesab42fwnz - a request to / with no credentials returns a page saying:
> HTTP ERROR 200
> Problem accessing / Reason:
>   OK
> If "allow anonymous access" is disabled on /system/console/configMgr/org.apache.sling.engine.impl.auth.SlingAuthenticator

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (SLING-998) Request fails with HTTP ERROR 200 - Reason: OK if anonymous access is disabled

Posted by "Bertrand Delacretaz (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bertrand Delacretaz closed SLING-998.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: Engine 2.0.6

In revision 782948, an unauthenticated request is redirected to /system/sling/login if anonymous access is not allowed. The LoginServlet handles that path by displaying a simple login form.

I have also moved the LoginServlet from the extensions/httpauth bundle to the engine bundle, as it is not http-specific.

> Request fails with HTTP ERROR 200 - Reason: OK if anonymous access is disabled
> ------------------------------------------------------------------------------
>
>                 Key: SLING-998
>                 URL: https://issues.apache.org/jira/browse/SLING-998
>             Project: Sling
>          Issue Type: Bug
>          Components: Engine
>    Affects Versions: Engine 2.0.4
>            Reporter: Bertrand Delacretaz
>             Fix For: Engine 2.0.6
>
>
> See discussion in http://markmail.org/message/smbbphesab42fwnz - a request to / with no credentials returns a page saying:
> HTTP ERROR 200
> Problem accessing / Reason:
>   OK
> If "allow anonymous access" is disabled on /system/console/configMgr/org.apache.sling.engine.impl.auth.SlingAuthenticator

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.