Uploaded image for project: 'Nuxeo Web UI'
  1. Nuxeo Web UI
  2. WEBUI-157

Fix vocabulary management when the entry key starts with @

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Open
    • Priority: Minor
    • Resolution: Unresolved
    • Affects Version/s: 10.10
    • Fix Version/s: HOTFIX_10.10_2.4, 3.0.x, 3.1.x
    • Component/s: UI

      Description

      Steps to reproduce:

      1. log in as an Administrator
      2. go to the Vocabularies page
      3. select "continent"
      4. add an entry whose key is @robase
      5. click on Delete icon to delete the new entry
      6. observe that an error is display in the bottom left corner
      curl -X DELETE'http://localhost:8080/nuxeo/api/v1/directory/continent/@robase?pageSize=0'

      returns the response

      {
        "entity-type": "exception",
        "status": 404,
        "message": "Service robase not found for object: /nuxeo/site/api/v1/directory/continent of type directoryObject"
      }

      Replacing @ by %40 in the URL fixes the problem

        Attachments

          Activity

            People

            • Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

              • Created:
                Updated: