Fixes #13207
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:
parent
2d2913aea7
commit
5a743244f3
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue