Leo-Andreas Ervik created VALIDATOR-453:
-------------------------------------------
Summary: UrlValidator.isValidPath does not support unicode
characters
Key: VALIDATOR-453
URL: https://issues.apache.org/jira/browse/VALIDATOR-453
Project: Commons Validator
Issue Type: Bug
Components: Routines
Affects Versions: 1.6
Reporter: Leo-Andreas Ervik
LinkedIn allows unicode characters such as æøå in their urls, which fails due
to the PATH_REGEX using \\w instead of \\pL
{code:java}
private static final String PATH_REGEX = "^(/[-\\w:@&?=+,.!/~*'%$_;\\(\\)]*)?$";
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)