Bastien Jansen created RAMPART-441:
--------------------------------------

             Summary: rampart-config.xsd is outdated
                 Key: RAMPART-441
                 URL: https://issues.apache.org/jira/browse/RAMPART-441
             Project: Rampart
          Issue Type: Bug
          Components: website
    Affects Versions: 1.7.0
            Reporter: Bastien Jansen
         Attachments: rampartconfig-guide.patch, rampart-config.patch

While trying to use [this 
XSD|https://axis.apache.org/axis2/java/rampart/rampart-config.xsd] to validate 
my XML configuration, I noticed that it's *very* outdated (just like some parts 
of [this documentation 
page|https://axis.apache.org/axis2/java/rampart/rampartconfig-guide.html]). For 
example, the tag {{encryptionCypto}} was renamed to {{encryptionCrypto}} almost 
10 years ago!

The first patch named {{rampart-config.patch}} fixes these problems:

* {{encryptionCypto}} was renamed to {{encryptionCrypto}} in the XSD
* missing tags were added and reordered according to what {{RampartConfig}} 
tries to parse
* tags were also wrapped in a {{xs:choice}} to allow declaring them in any 
order in XML files
* {{<property>}} tags were fixed to support the {{name}} attribute

The second patch, named {{rampartconfig-guide.patch}}, fixes the same typo in 
the documentation page. I didn't have time to document missing elements in that 
page (I also wouldn't be sure how to describe them properly).

HTH

Regards,
Bastien




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to