Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
1.6
-
None
Description
LinkedIn allows unicode characters such as æøå in their urls, which fails due to the PATH_REGEX using only w
Old:
private static final String PATH_REGEX = "^(/[-\\w:@&?=+,.!/~*'%$_;\\(\\)]*)?$";
New:
private static final String PATH_REGEX = "^(/[-\\w\\pL:@&?=+,.!/~*'%$_;\\(\\)]*)?$";
Attachments
Issue Links
- links to