git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/social-networking/social-util-library@178583 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2019-03-14 11:52:18 +00:00
parent 2d2913aea7
commit 5a743244f3
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import java.util.Objects;
public class SanitizedURL {
private static String FINAL_CHARACTERS_TO_REMOVE = "[\\.\\,\\;\\)\\:]";
private static String FINAL_CHARACTERS_TO_REMOVE = "[\\.\\,\\;\\)\\:\\\"\\'\\\\]";
protected String prefix;
protected String postfix;