You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Bastien Jansen (JIRA)" <ji...@apache.org> on 2017/04/28 09:12:04 UTC

[jira] [Commented] (RAMPART-441) rampart-config.xsd is outdated

    [ https://issues.apache.org/jira/browse/RAMPART-441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15988471#comment-15988471 ] 

Bastien Jansen commented on RAMPART-441:
----------------------------------------

Additionally, lots of unit tests in {{rampart-integration}} still use the old {{encryptionCypto}} syntax, I suspect that configuration is silently ignored...

> 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: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org