You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Jukka Zitting (JIRA)" <ji...@apache.org> on 2007/03/26 12:47:32 UTC

[jira] Commented: (JCR-819) NameFormat and PathFormat doesn't support Unicode names

    [ https://issues.apache.org/jira/browse/JCR-819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12484099 ] 

Jukka Zitting commented on JCR-819:
-----------------------------------

This is a bug in your JVM, see http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4872664. It should be fixed already in 1.4.2_04. I suggest we resolve this as Won't Fix as the problem is localized only to the early revisions of JDK 1.4.2 but the fix would introduce extra overhead everywhere.

> NameFormat and PathFormat doesn't support Unicode names
> -------------------------------------------------------
>
>                 Key: JCR-819
>                 URL: https://issues.apache.org/jira/browse/JCR-819
>             Project: Jackrabbit
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.1, 1.1.1, 1.2.1, 1.2.2, 1.2.3
>         Environment: Windows 2000 
> j2dk-1.4.2-03
>            Reporter: Serge Slipchenko
>         Assigned To: Stefan Guggisberg
>            Priority: Minor
>         Attachments: nameformat.patch, pathformat.patch
>
>
> Jackrabbit throws MalformedPathException for all node names containing non-ascii letters. 
> I think thas happens because regular expression [^ /:\\[\\]*'\"|] has a little misleading behavior.
> It works like "all ascii symbols except ...", but not like "all symbols except ..."
> Attached patches resolve this issue

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