[java-opensaml] branch dev/4/IDP-1793 updated (5aa75ac63 -> 2ab350088)
Rod Widdowson
rdw at steadingsoftware.com
Tue Aug 2 19:34:38 UTC 2022
This is an automated email from the git hooks/post-receive script.
rdw pushed a change to branch dev/4/IDP-1793
in repository java-opensaml.
discard 5aa75ac63 IDP-1793 Use Suppliers for HttpRequest/Response
discard bdc53934d IDP-1793 Use Suppliers for HttpRequest/Response
discard 94cc0e2bc IDP-1793 Use Suppliers for HttpRequest/Response
discard e85488f78 IDP-1793 Use Suppliers for HttpRequest/Response
discard 1a9043946 IDP-1793 Use Suppliers for HttpRequest/Response
discard 5ccbf58da IDP-1793 Use Suppliers for HttpRequest/Response
discard e1758270e IDP-1793 Use Suppliers for HttpRequest/Response
discard 181573636 IDP-1793 Use Suppliers for HttpRequest/Response
add da483e652 OSJ-357 - Scratch context map is abusing generics
add 45de31aa2 Typo in javadoc
new bdcfca926 IDP-1793 Use Suppliers for HttpRequest/Response
new 18b19929e IDP-1793 Use Suppliers for HttpRequest/Response
new c31ec18f2 IDP-1793 Use Suppliers for HttpRequest/Response
new f2c92e5b9 IDP-1793 Use Suppliers for HttpRequest/Response
new ab275f948 IDP-1793 Use Suppliers for HttpRequest/Response
new edf732485 IDP-1793 Use Suppliers for HttpRequest/Response
new 7e754300f IDP-1793 Use Suppliers for HttpRequest/Response
new dd666c2af IDP-1793 Use Suppliers for HttpRequest/Response
new b5ea3c294 IDP-1793 Use Suppliers for HttpRequest/Response
new 2ab350088 IDP-1793 Use Suppliers for HttpRequest/Response
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (5aa75ac63)
\
N -- N -- N refs/heads/dev/4/IDP-1793 (2ab350088)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 10 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:
.../opensaml/messaging/context/ScratchContext.java | 4 +-
.../AbstractHttpClientRequestMessageEncoder.java | 3 +-
.../AbstractHttpServletResponseMessageEncoder.java | 69 +++++++++++++++++-----
.../servlet/HttpServletResponseMessageEncoder.java | 20 +++++--
.../profile/action/AbstractProfileAction.java | 6 +-
...ecuritySAML20AssertionTokenSecurityHandler.java | 44 ++++++++------
.../binding/encoding/impl/HTTPPostEncoderTest.java | 5 +-
.../encoding/impl/HTTPSOAP11EncoderTest.java | 5 +-
.../binding/encoding/impl/HTTPPostEncoderTest.java | 7 ++-
.../impl/HTTPPostSimpleSignEncoderTest.java | 9 ++-
.../impl/HTTPRedirectDeflateEncoderTest.java | 23 ++++----
.../encoding/impl/HTTPSOAP11EncoderTest.java | 7 ++-
...SAML2HTTPPostSimpleSignSecurityHandlerTest.java | 3 +-
...edirectDeflateSignatureSecurityHandlerTest.java | 3 +-
...itySAML20AssertionTokenSecurityHandlerTest.java | 10 ++--
15 files changed, 147 insertions(+), 71 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list