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 "Asad Sheikh (JIRA)" <ji...@apache.org> on 2009/01/12 06:42:59 UTC

[jira] Updated: (AXIS2-4205) ADB doesn't check maxlength

     [ https://issues.apache.org/jira/browse/AXIS2-4205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Asad Sheikh updated AXIS2-4205:
-------------------------------

    Summary: ADB  doesn't check maxlength  (was: ADB maxlength)

> ADB  doesn't check maxlength
> ----------------------------
>
>                 Key: AXIS2-4205
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4205
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: adb
>    Affects Versions: 1.4, 1.3
>         Environment: Windows XP Professiona, sp2,  intel, 
>            Reporter: Asad Sheikh
>            Priority: Minor
>
> For the following schema, the axis2  1.3/1.4 ADB doesnt check for max length, it
> is only checking for the regular expression. 
> <xsd:element name="name" >
>  <xsd:simpleType>
>    <xsd:restriction base="xsd:NCName">
>      <xsd:pattern value="[a-zA-Z_0-9]+"/>
>      <xsd:maxLength value="30"/>
>    </xsd:restriction>
>  </xsd:simpleType

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.