PostServlet :order does not set any changes
-------------------------------------------

                 Key: SLING-850
                 URL: https://issues.apache.org/jira/browse/SLING-850
             Project: Sling
          Issue Type: Bug
          Components: Servlets Post
    Affects Versions: Servlets Post 2.0.2
            Reporter: Tobias Bocanegra
            Priority: Minor


when sending a POST with only an order parameter, no changes are recorded.

eg:

POST /content/a
:order before b

i see 3 solutions:
1) either a new modification type "order" should be added,
2) or the parent node (/content) should be marked as modified
3) or it should be recorded as move where src and dst are equals. possibly with 
an extra argument which reflects the "before" node.

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

Reply via email to