Return-Path: X-Original-To: apmail-incubator-any23-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-any23-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E4FBBCEBC for ; Tue, 22 May 2012 07:22:42 +0000 (UTC) Received: (qmail 37846 invoked by uid 500); 22 May 2012 07:22:42 -0000 Delivered-To: apmail-incubator-any23-dev-archive@incubator.apache.org Received: (qmail 37768 invoked by uid 500); 22 May 2012 07:22:41 -0000 Mailing-List: contact any23-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: any23-dev@incubator.apache.org Delivered-To: mailing list any23-dev@incubator.apache.org Received: (qmail 37679 invoked by uid 99); 22 May 2012 07:22:41 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 May 2012 07:22:41 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 54BD3141822 for ; Tue, 22 May 2012 07:22:41 +0000 (UTC) Date: Tue, 22 May 2012 07:22:41 +0000 (UTC) From: "Hudson (JIRA)" To: any23-dev@incubator.apache.org Message-ID: <715650325.6887.1337671361349.JavaMail.jiratomcat@issues-vm> In-Reply-To: <746939279.2029.1337126647965.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (ANY23-91) NQuadsParser does not fail on prefixed datatypes MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/ANY23-91?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13280768#comment-13280768 ] Hudson commented on ANY23-91: ----------------------------- Integrated in Any23-trunk #209 (See [https://builds.apache.org/job/Any23-trunk/209/]) Improved literal type parsing. Related to issue #ANY23-91. (Revision 1341039) Result = SUCCESS mostarda : Files : * /incubator/any23/trunk/core/src/main/java/org/apache/any23/io/nquads/NQuadsParser.java * /incubator/any23/trunk/core/src/test/java/org/apache/any23/io/nquads/NQuadsParserTest.java > NQuadsParser does not fail on prefixed datatypes > ------------------------------------------------ > > Key: ANY23-91 > URL: https://issues.apache.org/jira/browse/ANY23-91 > Project: Apache Any23 > Issue Type: Bug > Components: core > Affects Versions: 0.7.0 > Reporter: Peter Ansell > > The NQuadsParser should not parse either of the following lines into a Statement, but instead it should throw an error: > "yyy"^^xsd:datetime . > "yyy"^^xsd:datetime . > The second statement is valid N3/Turtle as long as the prefix is defined before hand, but the first statement is not valid in any of the Nx languages. > The bug is inside of parseLiteralAttribute, where there is no validation that the URI actually started. It may also be a good chance to cleanup this method as it currently tries to parse languages and datatype URIs in the same code which makes it difficult to patch as URIs don't look like language tags. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira