• Hide

      Instead of using the reserved name 'action', instead we will use the name 'cmisaction' to carry the name of the CMIS action the server should perform when it receives a POST of the form from the client.

      For Example...

      <input name="cmisaction" type="hidden" value="createDocument" />

      Show
      Instead of using the reserved name 'action', instead we will use the name 'cmisaction' to carry the name of the CMIS action the server should perform when it receives a POST of the form from the client. For Example... <input name="cmisaction" type="hidden" value="createDocument" />
    • Hide

      changed action to cmisaction and also changed selector to cmisselector for consistency

      Show
      changed action to cmisaction and also changed selector to cmisselector for consistency

      The parameter that defines the CMIS operation in HTTP POST is currently called "action".
      That can make debugging difficult because "action" is already defined in HTLM forms.

      We should rename it to something more distinct, e.g. "cmisaction".

            Assignee:
            Gregory Melahn (Inactive)
            Reporter:
            Florian Müller (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: