This is an automated email from the ASF dual-hosted git repository. sergeyb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 6399b828d3afacf4e771534c127029bfcbaeda2a Author: Sergey Beryozkin <[email protected]> AuthorDate: Tue Sep 12 10:55:02 2017 +0100 [CXF-7492] Fixing the option schema --- .../main/java/org/apache/cxf/tools/wadlto/jaxrs/jaxrs-toolspec.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/wadlto/jaxrs/src/main/java/org/apache/cxf/tools/wadlto/jaxrs/jaxrs-toolspec.xml b/tools/wadlto/jaxrs/src/main/java/org/apache/cxf/tools/wadlto/jaxrs/jaxrs-toolspec.xml index f57a737..a4c6569 100644 --- a/tools/wadlto/jaxrs/src/main/java/org/apache/cxf/tools/wadlto/jaxrs/jaxrs-toolspec.xml +++ b/tools/wadlto/jaxrs/src/main/java/org/apache/cxf/tools/wadlto/jaxrs/jaxrs-toolspec.xml @@ -265,9 +265,9 @@ Examples: remote WADL content from the servers requiring Basic authentication </annotation> <associatedArgument placement="afterSpace"> - <annotation>namePassword</annotation> + <annotation>authorization</annotation> </associatedArgument> - <switch>namePassword</switch> + <switch>authorization</switch> </option> </optionGroup> <optionGroup id="common_options"> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
