[java-identity-provider] branch maint-3.4 updated: IDP-1404 - SPNEGO typo in sample pattern
Scott Cantor
cantor.2 at osu.edu
Fri Apr 5 13:10:05 EDT 2019
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch maint-3.4
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=8e6f6f99f06ce24a6479c154634f37eff701b6a2
The following commit(s) were added to refs/heads/maint-3.4 by this push:
new 8e6f6f9 IDP-1404 - SPNEGO typo in sample pattern
8e6f6f9 is described below
commit 8e6f6f99f06ce24a6479c154634f37eff701b6a2
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jan 22 11:23:36 2019 -0500
IDP-1404 - SPNEGO typo in sample pattern
https://issues.shibboleth.net/jira/browse/IDP-1404
---
idp-conf/src/main/resources/conf/authn/spnego-authn-config.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-conf/src/main/resources/conf/authn/spnego-authn-config.xml b/idp-conf/src/main/resources/conf/authn/spnego-authn-config.xml
index 07563b9..6c0fa48 100644
--- a/idp-conf/src/main/resources/conf/authn/spnego-authn-config.xml
+++ b/idp-conf/src/main/resources/conf/authn/spnego-authn-config.xml
@@ -48,7 +48,7 @@
<!--
<bean id="shibboleth.authn.SPNEGO.matchExpression" class="java.util.regex.Pattern" factory-method="compile"
- c:_0="^(.+)@example\.edu]$" />
+ c:_0="^(.+)@example\.edu$" />
-->
<!--
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list