Fixes #13207
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/social-networking/social-util-library@178585 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
d7acbe2903
commit
8ca6da2a47
|
@ -6,7 +6,7 @@ import java.util.Objects;
|
|||
|
||||
public class SanitizedURL {
|
||||
|
||||
private static String CHARACTERS_TO_REMOVE = "[\\.\\,\\;\\)\\:\\\"\\'\\”\\‘]";
|
||||
private static String CHARACTERS_TO_REMOVE = "[\\.\\,\\;\\(\\)\\:\\\"\\'\\“\\”\\‘\\’\\«\\»]";
|
||||
|
||||
protected String prefix;
|
||||
protected String postfix;
|
||||
|
|
Loading…
Reference in New Issue