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

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

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
    Affects Versions: Installer Configuration Factory 1.0.2
            Reporter: Aleksander Bandelj
            Priority: Minor
         Attachments: patch.txt

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.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

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

Aleksander Bandelj updated SLING-2186:
--------------------------------------

    Affects Version/s:     (was: Installer Configuration Factory 1.0.2)

> 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
>            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.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Posted by "Bertrand Delacretaz (Resolved) (JIRA)" <ji...@apache.org>.
     [ 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

        

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

Posted by "Bertrand Delacretaz (Assigned) (JIRA)" <ji...@apache.org>.
     [ 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

        

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

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

Aleksander Bandelj updated SLING-2186:
--------------------------------------

    Attachment: patch.txt

> 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
>            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.
For more information on JIRA, see: http://www.atlassian.com/software/jira