[
https://issues.apache.org/jira/browse/JCR-819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Serge Slipchenko updated JCR-819:
---------------------------------
Attachment: pathformat.patch
> 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
> Priority: Minor
> Attachments: 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.