[java-opensaml] branch maint-5.1 updated: OSJ-409 - Metadata generation template missing space before entityID

Scott Cantor cantor.2 at osu.edu
Tue Mar 18 15:29:16 UTC 2025


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch maint-5.1
in repository java-opensaml.

View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=c1ded4e11a8eb50552e8795296ec9f49af3cf75d

The following commit(s) were added to refs/heads/maint-5.1 by this push:
     new c1ded4e11 OSJ-409 - Metadata generation template missing space before entityID
c1ded4e11 is described below

commit c1ded4e11a8eb50552e8795296ec9f49af3cf75d
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Aug 14 12:33:45 2024 -0400

    OSJ-409 - Metadata generation template missing space before entityID
    
    https://shibboleth.atlassian.net/browse/OSJ-40
---
 .../src/main/resources/templates/metadata/EntityDescriptor.vm           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/opensaml-saml-impl/src/main/resources/templates/metadata/EntityDescriptor.vm b/opensaml-saml-impl/src/main/resources/templates/metadata/EntityDescriptor.vm
index be06f3383..09ddeefbf 100644
--- a/opensaml-saml-impl/src/main/resources/templates/metadata/EntityDescriptor.vm
+++ b/opensaml-saml-impl/src/main/resources/templates/metadata/EntityDescriptor.vm
@@ -1,4 +1,4 @@
-<md:EntityDescriptor#if ($params.entityID)entityID="$xmlattr.escape($params.entityID)"#end#if (!$params.omitNamespaceDeclarations)#foreach ($ns in $namespaces.entrySet()) xmlns:$ns.key="$ns.value"#end#end>
+<md:EntityDescriptor#if ($params.entityID) entityID="$xmlattr.escape($params.entityID)"#end#if (!$params.omitNamespaceDeclarations)#foreach ($ns in $namespaces.entrySet()) xmlns:$ns.key="$ns.value"#end#end>
 #if (!$params.tagAssignments.isEmpty())
 
     <md:Extensions>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list