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 (Assigned) (JIRA)" <ji...@apache.org> on 2012/04/03 12:10:29 UTC

[jira] [Assigned] (SLING-2186) PostOperationProxyProvider does not transfer properties correctly

     [ https://issues.apache.org/jira/browse/SLING-2186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bertrand Delacretaz reassigned SLING-2186:
------------------------------------------

    Assignee: Bertrand Delacretaz
    
> PostOperationProxyProvider does not transfer properties correctly
> -----------------------------------------------------------------
>
>                 Key: SLING-2186
>                 URL: https://issues.apache.org/jira/browse/SLING-2186
>             Project: Sling
>          Issue Type: Bug
>          Components: Servlets
>            Reporter: Aleksander Bandelj
>            Assignee: Bertrand Delacretaz
>            Priority: Minor
>         Attachments: patch.txt
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> I think that
>          props.put(PostOperation.PROP_OPERATION_NAME,
>             serviceReference.getProperty(SlingPostOperation.SERVICE_NAME));
> should be
>          props.put(PostOperation.PROP_OPERATION_NAME,
>             serviceReference.getProperty(SlingPostOperation.PROP_OPERATION_NAME));

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira