Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 15789 invoked from network); 17 Aug 2005 06:27:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Aug 2005 06:27:59 -0000 Received: (qmail 17202 invoked by uid 500); 17 Aug 2005 06:27:57 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 17101 invoked by uid 500); 17 Aug 2005 06:27:57 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 17081 invoked by uid 99); 17 Aug 2005 06:27:56 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=SPF_FAIL X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Aug 2005 23:27:55 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id EE025DF for ; Wed, 17 Aug 2005 08:27:53 +0200 (CEST) Message-ID: <352617379.1124260073941.JavaMail.jira@ajax.apache.org> Date: Wed, 17 Aug 2005 08:27:53 +0200 (CEST) From: "Manohar (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Created: (AXISCPP-803) Axis C++ allows leading zeroes in XSD_unsignedLong type Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Axis C++ allows leading zeroes in XSD_unsignedLong type ------------------------------------------------------- Key: AXISCPP-803 URL: http://issues.apache.org/jira/browse/AXISCPP-803 Project: Axis-C++ Type: Bug Reporter: Manohar Axis C++ allows leading zeroes in XSD_unsignedLong type. As per the specification, leading zeroes are prohibited for unsignedLong type. When an input with leading zeroes (e.g. 0230) is given Axis C++ allows it and random values are given as output. XSD_unsignedLongClient.cpp test can be used to reproduce this problem. Regards Manohar -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira