You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by vn...@apache.org on 2021/02/22 01:32:55 UTC

[guacamole-server] 01/01: GUACAMOLE-1174: Merge correct handling of truncated parameters when appending to URLs.

This is an automated email from the ASF dual-hosted git repository.

vnick pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-server.git

commit 7bbab0efddd2d299baa5e1e400c0860f0fe69047
Merge: 5428ac5 a920932
Author: Virtually Nick <ne...@users.noreply.github.com>
AuthorDate: Sun Feb 21 20:32:47 2021 -0500

    GUACAMOLE-1174: Merge correct handling of truncated parameters when appending to URLs.

 configure.ac                                     |  5 ++
 src/protocols/kubernetes/.gitignore              |  5 ++
 src/protocols/kubernetes/Makefile.am             |  1 +
 src/protocols/kubernetes/{ => tests}/Makefile.am | 70 ++++++++++------------
 src/protocols/kubernetes/tests/url/append.c      | 74 ++++++++++++++++++++++++
 src/protocols/kubernetes/tests/url/escape.c      | 72 +++++++++++++++++++++++
 src/protocols/kubernetes/url.c                   | 12 ++--
 src/protocols/kubernetes/url.h                   | 10 +++-
 8 files changed, 204 insertions(+), 45 deletions(-)