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

Scott Cantor cantor.2 at osu.edu
Wed Aug 14 16:33:49 UTC 2024


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

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

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

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

commit fac1cffc6a2c2767b98cea0b820c679e27a1edba
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