Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

change default for LogoutResponse #442

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public class ExtendedMetadata implements Serializable, Cloneable {
/**
* Flag indicating whether incoming LogoutResposne messages must be authenticated.
*/
private boolean requireLogoutResponseSigned;
private boolean requireLogoutResponseSigned = true;

/**
* If true received artifactResolve messages will require a signature, sent artifactResolve will be signed.
Expand Down