You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@marmotta.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2013/12/06 09:06:35 UTC

[jira] [Commented] (MARMOTTA-248) Prefixes with some special character are not registered

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

ASF subversion and git services commented on MARMOTTA-248:
----------------------------------------------------------

Commit 6fa1c4fed893b746bb9132e1f3ddfddf98608ff9 in branch refs/heads/maintenance-3.1.x from [~wikier]
[ https://git-wip-us.apache.org/repos/asf?p=marmotta.git;h=6fa1c4f ]

MARMOTTA-248: applied the patch from Oliver Janner


> Prefixes with some special character are not registered
> -------------------------------------------------------
>
>                 Key: MARMOTTA-248
>                 URL: https://issues.apache.org/jira/browse/MARMOTTA-248
>             Project: Marmotta
>          Issue Type: Bug
>          Components: Admin Interface, Web Services
>    Affects Versions: 3.1-incubating
>            Reporter: Sergio Fernández
>            Assignee: Sergio Fernández
>            Priority: Trivial
>              Labels: prefix
>             Fix For: 3.2
>
>         Attachments: marmotta-248.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Matteo Busanelli has reported that the prefix manager is not registering new prefixes with "-" and/or "_" in the prefix name:
> http://markmail.org/message/ludibt2hvv4n6ruu
> There are to things to improve here:
> 1) Improve the feedback given to the user for those errors
> 2) Extend the prefix names supported by the web service
> Because those prefixes should be fine, and actually Marmotta/Sesame handles them. But the limitation is in the definition of the web service, which currently uses this pattern is 
> [a-z][a-zA-Z0-9]+
> See: 
> https://git-wip-us.apache.org/repos/asf?p=incubator-marmotta.git;a=blob;f=platform/marmotta-core/src/main/java/org/apache/marmotta/platform/core/webservices/prefix/PrefixWebService.java;h=7c94692360eea235eb1ec6c88d564e5e682ddb9f;hb=HEAD#l55
> Then it is clear it should support more, probably the normative prefix names defined by RDF/SPARQL, see:
> http://www.w3.org/TR/rdf-sparql-query/#rPN_PREFIX



--
This message was sent by Atlassian JIRA
(v6.1#6144)