You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@guacamole.apache.org by "jmuehlner (via GitHub)" <gi...@apache.org> on 2023/05/09 00:57:33 UTC

[GitHub] [guacamole-client] jmuehlner opened a new pull request, #859: GUACAMOLE-926: Batch import - fixed file type detection, parameter/attribute type enforcement, and example indentation

jmuehlner opened a new pull request, #859:
URL: https://github.com/apache/guacamole-client/pull/859

   This PR changes the following for the batch import feature:
   * Falls back to REGEX if the browser did not supply a MIME type. This is known to happen with windows + YAML.
   * Ensures that parameter and attribute values are always strings. This fixes an issue where a YAML might contain an unquoted value like `true`, which would be interpreted as a boolean rather than a string by the parsing library.
   * Fixes the indentation in the YAML example.


-- 
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: dev-unsubscribe@guacamole.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [guacamole-client] mike-jumper merged pull request #859: GUACAMOLE-926: Batch import - fixed file type detection, parameter/attribute type enforcement, and example indentation

Posted by "mike-jumper (via GitHub)" <gi...@apache.org>.
mike-jumper merged PR #859:
URL: https://github.com/apache/guacamole-client/pull/859


-- 
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: dev-unsubscribe@guacamole.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org