[java-identity-provider] branch master updated: IDP-1404 - SPNEGO typo in sample pattern
Scott Cantor
cantor.2 at osu.edu
Tue Jan 22 11:23:39 EST 2019
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=fd7d2327ebe50510d7cd9a4135f42c4d1b4921c9
The following commit(s) were added to refs/heads/master by this push:
new fd7d232 IDP-1404 - SPNEGO typo in sample pattern
fd7d232 is described below
commit fd7d2327ebe50510d7cd9a4135f42c4d1b4921c9
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