Details

    • Sub-task
    • Status: Closed
    • Minor
    • Resolution: Won't Fix
    • 2.3
    • None
    • security
    • None

    Description

      the current serialization of privileges does not make use of the namespace capabilities of an xml document. for example

      <?xml version="1.0" encoding="UTF-8"?>
      <privileges xmlns:foo="http://www.foo.com/1.0">
      <privilege name="foo:testRead"/>
      </privileges>

      the namespace needs to be explicitly defined in the document node, although not used in any of the elements. i think a better format would be:

      <?xml version="1.0" encoding="UTF-8"?>
      <privileges xmlns:foo="http://www.foo.com/1.0">
      <foo:testRead />
      </privileges>

      Attachments

        1. custompriv-r1099709.patch
          10 kB
          Tobias Bocanegra

        Activity

          People

            angela Angela Schreiber
            tripod Tobias Bocanegra
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: