necouchman commented on code in PR #1087:
URL: https://github.com/apache/guacamole-client/pull/1087#discussion_r2112587116


##########
guacamole-ext/src/main/java/org/apache/guacamole/properties/GuacamoleProperty.java:
##########
@@ -39,7 +39,7 @@ public interface GuacamoleProperty<Type> {
      * input string which match this pattern will not be included in the parsed
      * result.
      */
-    static final Pattern DELIMITER_PATTERN = Pattern.compile(";\\s*");
+    static final Pattern DELIMITER_PATTERN = Pattern.compile("[;,]\\s*");

Review Comment:
   Ah, yes, good reminder. I'll re-tool it a bit to try to go that route - 
commas for everything except URIs.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to