Skip to content
Snippets Groups Projects
Commit dd1ea2ef authored by Mirco Nasuti's avatar Mirco Nasuti
Browse files

profile picture works

parent 846e85a8
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,7 @@ public class User {
this.team = m.group(1);
}
p = Pattern.compile("picture=([\\w.:/ ]+)");
p = Pattern.compile("picture=([-a-zA-Z0-9+&@#/%=~_|.: ]+)");
m = p.matcher(userInfo);
if (m.find()) {
this.picture = m.group(1);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment