This is an automated email from the ASF dual-hosted git repository.
mjumper pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git
from d2d963157 Merge 1.5.3 changes back to master.
add 053045074 GUACAMOLE-1809: Replace library used for IP address matching
add 3e11ee8d8 GUACAMOLE-1809: Remove obsolete license information
add 103398c6f GUACAMOLE-1809: Merge replacement of Spring with "IPAddress"
library.
new 88967bd61 Merge 1.5.3 changes back to master.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
doc/licenses/ipaddress-5.4.0/README | 8 +
doc/licenses/ipaddress-5.4.0/dep-coordinates.txt | 1 +
doc/licenses/spring-framework-5.3.27/README | 8 -
.../spring-framework-5.3.27/dep-coordinates.txt | 7 -
doc/licenses/spring-security-5.8.3/NOTICE | 2 -
doc/licenses/spring-security-5.8.3/README | 8 -
.../spring-security-5.8.3/dep-coordinates.txt | 3 -
extensions/guacamole-auth-json/pom.xml | 15 +-
.../auth/json/RequestValidationService.java | 24 +-
.../auth/json/RequestValidationServiceTest.java | 452 +++++++++++++++++++++
10 files changed, 487 insertions(+), 41 deletions(-)
create mode 100644 doc/licenses/ipaddress-5.4.0/README
create mode 100644 doc/licenses/ipaddress-5.4.0/dep-coordinates.txt
delete mode 100644 doc/licenses/spring-framework-5.3.27/README
delete mode 100644 doc/licenses/spring-framework-5.3.27/dep-coordinates.txt
delete mode 100644 doc/licenses/spring-security-5.8.3/NOTICE
delete mode 100644 doc/licenses/spring-security-5.8.3/README
delete mode 100644 doc/licenses/spring-security-5.8.3/dep-coordinates.txt
create mode 100644
extensions/guacamole-auth-json/src/test/java/org/apache/guacamole/auth/json/RequestValidationServiceTest.java