This is an automated email from the ASF dual-hosted git repository. jmuehlner pushed a commit to branch staging/1.5.2 in repository https://gitbox.apache.org/repos/asf/guacamole-client.git
commit 15788eab2c7bfbb5162723f1efb2ce62319bc9eb Merge: 1418a1abb c6770bbda Author: James Muehlner <[email protected]> AuthorDate: Tue May 9 14:36:30 2023 -0700 GUACAMOLE-615: Merge fix for potential parse failures in webapp parser implementations. .../src/main/webapp/modules/Parser.js | 275 ++++++++++++++++---- .../src/main/webapp/modules/Tunnel.js | 281 ++++++--------------- .../src/test/javascript/ParserSpec.js | 221 ++++++++++++++++ .../guacamole/protocol/GuacamoleInstruction.java | 24 +- .../apache/guacamole/protocol/GuacamoleParser.java | 96 +++++-- .../protocol/GuacamoleInstructionTest.java | 205 +++++++++++++++ .../guacamole/protocol/GuacamoleParserTest.java | 96 +++---- 7 files changed, 851 insertions(+), 347 deletions(-)
