You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Carsten Ziegeler (JIRA)" <ji...@apache.org> on 2009/06/24 15:01:10 UTC

[jira] Created: (SLING-1021) Use admin (configurable user) session for script resolution

Use admin (configurable user) session for script resolution
-----------------------------------------------------------

                 Key: SLING-1021
                 URL: https://issues.apache.org/jira/browse/SLING-1021
             Project: Sling
          Issue Type: New Feature
          Components: Servlets Resolver
    Affects Versions:  Servlets Resolver 2.0.6
            Reporter: Carsten Ziegeler
            Assignee: Carsten Ziegeler


Currently the user session from the current request is used to resolve a script. This has many drawbacks like the scripts need to be readable for all users, caching of the script resolution is not that efficient etc.
As discussed in the mailing list, we'll change the script resolution to use a single session. By default the admin session is used, but this will be configurable to use a specific user instead.

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


[jira] Closed: (SLING-1021) Use admin (configurable user) session for script resolution

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

Carsten Ziegeler closed SLING-1021.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: Servlets Resolver 2.0.8

The admin session is now used to resolve all scripts. A script user is configurable, if this configuration is set, a session with this user is used instead of the admin session.

> Use admin (configurable user) session for script resolution
> -----------------------------------------------------------
>
>                 Key: SLING-1021
>                 URL: https://issues.apache.org/jira/browse/SLING-1021
>             Project: Sling
>          Issue Type: New Feature
>          Components: Servlets Resolver
>    Affects Versions:  Servlets Resolver 2.0.6
>            Reporter: Carsten Ziegeler
>            Assignee: Carsten Ziegeler
>             Fix For: Servlets Resolver 2.0.8
>
>
> Currently the user session from the current request is used to resolve a script. This has many drawbacks like the scripts need to be readable for all users, caching of the script resolution is not that efficient etc.
> As discussed in the mailing list, we'll change the script resolution to use a single session. By default the admin session is used, but this will be configurable to use a specific user instead.

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