You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Justin Edelson (JIRA)" <ji...@apache.org> on 2011/08/08 15:46:27 UTC

[jira] [Created] (SLING-2169) Solution for SLING-2057 is not thread safe

Solution for SLING-2057 is not thread safe
------------------------------------------

                 Key: SLING-2169
                 URL: https://issues.apache.org/jira/browse/SLING-2169
             Project: Sling
          Issue Type: Bug
          Components: Scripting
    Affects Versions: Scripting JSP 2.0.16
            Reporter: Justin Edelson
            Assignee: Justin Edelson
             Fix For: Scripting JSP 2.0.18


The change implemented to fix SLING-2057 does not hold up under load as it uses the static JspFactory.setDefaultFactory() method which will impact all threads.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (SLING-2169) Solution for SLING-2057 is not thread safe

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

Justin Edelson resolved SLING-2169.
-----------------------------------

    Resolution: Fixed

> Solution for SLING-2057 is not thread safe
> ------------------------------------------
>
>                 Key: SLING-2169
>                 URL: https://issues.apache.org/jira/browse/SLING-2169
>             Project: Sling
>          Issue Type: Bug
>          Components: Scripting
>    Affects Versions: Scripting JSP 2.0.16
>            Reporter: Justin Edelson
>            Assignee: Justin Edelson
>             Fix For: Scripting JSP 2.0.18
>
>
> The change implemented to fix SLING-2057 does not hold up under load as it uses the static JspFactory.setDefaultFactory() method which will impact all threads.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (SLING-2169) Solution for SLING-2057 is not thread safe

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

Justin Edelson commented on SLING-2169:
---------------------------------------

in r1154977, changed the implemenation of cross-context import support to use the factory delegation mechanism built for SLING-1928. Before an include/forward, the counter is set to 0 and then afterwards, restored to the original value.

> Solution for SLING-2057 is not thread safe
> ------------------------------------------
>
>                 Key: SLING-2169
>                 URL: https://issues.apache.org/jira/browse/SLING-2169
>             Project: Sling
>          Issue Type: Bug
>          Components: Scripting
>    Affects Versions: Scripting JSP 2.0.16
>            Reporter: Justin Edelson
>            Assignee: Justin Edelson
>             Fix For: Scripting JSP 2.0.18
>
>
> The change implemented to fix SLING-2057 does not hold up under load as it uses the static JspFactory.setDefaultFactory() method which will impact all threads.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (SLING-2169) Solution for SLING-2057 is not thread safe

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

Justin Edelson closed SLING-2169.
---------------------------------


> Solution for SLING-2057 is not thread safe
> ------------------------------------------
>
>                 Key: SLING-2169
>                 URL: https://issues.apache.org/jira/browse/SLING-2169
>             Project: Sling
>          Issue Type: Bug
>          Components: Scripting
>    Affects Versions: Scripting JSP 2.0.16
>            Reporter: Justin Edelson
>            Assignee: Justin Edelson
>             Fix For: Scripting JSP 2.0.18
>
>
> The change implemented to fix SLING-2057 does not hold up under load as it uses the static JspFactory.setDefaultFactory() method which will impact all threads.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira