You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Ian Boston (JIRA)" <ji...@apache.org> on 2010/01/28 19:05:34 UTC

[jira] Created: (SLING-1340) TRACE is supported and probably should not be by default

TRACE is supported and probably should not be by default
--------------------------------------------------------

                 Key: SLING-1340
                 URL: https://issues.apache.org/jira/browse/SLING-1340
             Project: Sling
          Issue Type: Bug
          Components: Engine
    Affects Versions: Engine 2.0.6
            Reporter: Ian Boston
             Fix For: Engine 2.1.0


A per httpd, TRACE should be off by default.

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


[jira] Resolved: (SLING-1340) TRACE is supported and probably should not be by default

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

Ian Boston resolved SLING-1340.
-------------------------------

    Resolution: Fixed

Fixed, 905485

> TRACE is supported and probably should not be by default
> --------------------------------------------------------
>
>                 Key: SLING-1340
>                 URL: https://issues.apache.org/jira/browse/SLING-1340
>             Project: Sling
>          Issue Type: Bug
>          Components: Engine
>    Affects Versions: Engine 2.0.6
>            Reporter: Ian Boston
>            Assignee: Ian Boston
>             Fix For: Engine 2.1.0
>
>
> A per httpd, TRACE should be off by default.

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


[jira] Closed: (SLING-1340) TRACE is supported and probably should not be by default

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

Felix Meschberger closed SLING-1340.
------------------------------------


Close after release

> TRACE is supported and probably should not be by default
> --------------------------------------------------------
>
>                 Key: SLING-1340
>                 URL: https://issues.apache.org/jira/browse/SLING-1340
>             Project: Sling
>          Issue Type: Bug
>          Components: Engine
>    Affects Versions: Engine 2.0.6
>            Reporter: Ian Boston
>            Assignee: Ian Boston
>             Fix For: Engine 2.1.0
>
>
> A per httpd, TRACE should be off by default.

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


[jira] Issue Comment Edited: (SLING-1340) TRACE is supported and probably should not be by default

Posted by "Ian Boston (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SLING-1340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12828379#action_12828379 ] 

Ian Boston edited comment on SLING-1340 at 2/2/10 1:09 AM:
-----------------------------------------------------------

Fixed, r905486

      was (Author: ianeboston):
    Fixed, 905485
  
> TRACE is supported and probably should not be by default
> --------------------------------------------------------
>
>                 Key: SLING-1340
>                 URL: https://issues.apache.org/jira/browse/SLING-1340
>             Project: Sling
>          Issue Type: Bug
>          Components: Engine
>    Affects Versions: Engine 2.0.6
>            Reporter: Ian Boston
>            Assignee: Ian Boston
>             Fix For: Engine 2.1.0
>
>
> A per httpd, TRACE should be off by default.

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


[jira] Commented: (SLING-1340) TRACE is supported and probably should not be by default

Posted by "Ian Boston (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SLING-1340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12828373#action_12828373 ] 

Ian Boston commented on SLING-1340:
-----------------------------------

If the tace method is denied the SlingMainServlet will respond with 
 response.sendError(405);
 response.setHeader("Allow", "GET, HEAD, POST, PUT, DELETE, OPTIONS");

Configured by a boolean property on the SlingMainServlet 

sling.trace.allow

default value is false denying TRACE.

> TRACE is supported and probably should not be by default
> --------------------------------------------------------
>
>                 Key: SLING-1340
>                 URL: https://issues.apache.org/jira/browse/SLING-1340
>             Project: Sling
>          Issue Type: Bug
>          Components: Engine
>    Affects Versions: Engine 2.0.6
>            Reporter: Ian Boston
>            Assignee: Ian Boston
>             Fix For: Engine 2.1.0
>
>
> A per httpd, TRACE should be off by default.

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


[jira] Assigned: (SLING-1340) TRACE is supported and probably should not be by default

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

Ian Boston reassigned SLING-1340:
---------------------------------

    Assignee: Ian Boston

> TRACE is supported and probably should not be by default
> --------------------------------------------------------
>
>                 Key: SLING-1340
>                 URL: https://issues.apache.org/jira/browse/SLING-1340
>             Project: Sling
>          Issue Type: Bug
>          Components: Engine
>    Affects Versions: Engine 2.0.6
>            Reporter: Ian Boston
>            Assignee: Ian Boston
>             Fix For: Engine 2.1.0
>
>
> A per httpd, TRACE should be off by default.

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