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

Bertrand Delacretaz resolved SLING-2186.
----------------------------------------

    Resolution: Fixed

Fixed in revision 1308836, thanks for reporting!
                
> 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

        

Reply via email to