This is an automated email from the ASF dual-hosted git repository.
hansva pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/hop.git
from 02ad78a2e1 Merge pull request #4399 from hansva/main
add fd86b16c9a Disable access to external entities, fixes #4401
add e8309e29e9 remove DownloadServiceHandler, fixes #4402
add ab472b95d6 Update SSL type for hop server connections, fixes #3272
add 0af1d8cc4b Upgrade the AES algorithm on 2 way encoder, fixes #3271
add 9f47929ce4 remove LDAP security warning, fixes #4404
new 748cd46c7e Merge pull request #4405 from hansva/main
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:
.../apache/hop/core/util/HttpClientManager.java | 9 ++++
.../java/org/apache/hop/core/xml/XmlHandler.java | 3 +-
.../apache/hop/server/ServerConnectionManager.java | 12 ++++-
.../pages/password/passwords/aespasswords.adoc | 20 ++++----
.../hop/core/truststore/TrustAlwaysManager.java | 6 ++-
...Encoder.java => Aes2TwoWayPasswordEncoder.java} | 18 ++++---
.../passwords/aes/AesTwoWayPasswordEncoder.java | 12 +++--
.../transforms/ldapinput/LdapProtocol.java | 2 +
.../apache/hop/pipeline/transforms/rest/Rest.java | 16 +++++-
.../hop/ui/hopgui/DownloadServiceHandler.java | 60 ----------------------
.../main/java/org/apache/hop/ui/hopgui/HopWeb.java | 2 -
11 files changed, 70 insertions(+), 90 deletions(-)
copy
plugins/misc/passwords/src/main/java/org/apache/hop/passwords/aes/{AesTwoWayPasswordEncoder.java
=> Aes2TwoWayPasswordEncoder.java} (91%)
delete mode 100644
rap/src/main/java/org/apache/hop/ui/hopgui/DownloadServiceHandler.java