Update manifest

This commit is contained in:
Christophe Maudoux 2019-08-12 21:36:55 +02:00
parent d7cb8bf4b8
commit f8ef2797a8
3 changed files with 9 additions and 2 deletions

View File

@ -138,6 +138,8 @@ site/htdocs/static/forms/samlService.html
site/htdocs/static/forms/samlSPMetaDataNode.html
site/htdocs/static/forms/samlSPMetaDataNodeContainer.html
site/htdocs/static/forms/select.html
site/htdocs/static/forms/sfExtra.html
site/htdocs/static/forms/sfExtraContainer.html
site/htdocs/static/forms/simpleInputContainer.html
site/htdocs/static/forms/text.html
site/htdocs/static/forms/trool.html
@ -209,6 +211,7 @@ t/12-save-changed-conf.t
t/14-bad-changes-in-conf.t
t/15-combination.t
t/16-cli.t
t/17-extra2f.t
t/20-test-coverage.t
t/40-sessions.t
t/50-notifications-DBI.t
@ -227,6 +230,7 @@ t/jsonfiles/11-modified-with-confirmation.json
t/jsonfiles/12-modified.json
t/jsonfiles/14-bad.json
t/jsonfiles/15-combination.json
t/jsonfiles/17-extra2f.json
t/jsonfiles/70-diff.json
t/lemonldap-ng-dbi.ini
t/lemonldap-ng-noDiff.ini

View File

@ -9,10 +9,10 @@ lib/Lemonldap/NG/Portal.pm
lib/Lemonldap/NG/Portal/2F/Engines/Default.pm
lib/Lemonldap/NG/Portal/2F/Ext2F.pm
lib/Lemonldap/NG/Portal/2F/Mail2F.pm
lib/Lemonldap/NG/Portal/2F/Radius.pm
lib/Lemonldap/NG/Portal/2F/Register/TOTP.pm
lib/Lemonldap/NG/Portal/2F/Register/U2F.pm
lib/Lemonldap/NG/Portal/2F/Register/Yubikey.pm
lib/Lemonldap/NG/Portal/2F/Radius.pm
lib/Lemonldap/NG/Portal/2F/REST.pm
lib/Lemonldap/NG/Portal/2F/TOTP.pm
lib/Lemonldap/NG/Portal/2F/U2F.pm
@ -474,6 +474,7 @@ t/32-Auth-and-issuer-OIDC-implicit.t
t/32-Auth-and-issuer-OIDC-sorted.t
t/32-CAS-10.t
t/32-OIDC-RP-rule.t
t/32-OIDC-Token-Spoof.t
t/33-Auth-and-issuer-OpenID2.t
t/34-Auth-Proxy-and-REST-Server.t
t/34-Auth-Proxy-and-SOAP-Server.t
@ -488,6 +489,7 @@ t/36-Combination-Kerberos-or-Demo.t
t/36-Combination-with-Choice.t
t/36-Combination-with-over.t
t/36-Combination-with-token.t
t/36-Combination-with-TOTP.t
t/36-Combination.t
t/37-CAS-App-to-SAML-IdP-POST-with-WAYF.t
t/37-CAS-App-to-SAML-IdP-POST.t
@ -543,6 +545,7 @@ t/66-CDA-with-REST.t
t/66-CDA-with-SOAP.t
t/66-CDA.t
t/67-CheckUser-with-Global-token.t
t/67-Checkuser-with-Impersonation-and-whatToTrace.t
t/67-CheckUser-with-issuer-SAML-POST.t
t/67-CheckUser-with-token.t
t/67-CheckUser.t
@ -574,6 +577,7 @@ t/76-2F-Ext-with-BruteForce.t
t/76-2F-Ext-with-CodeActivation.t
t/76-2F-Ext-with-GrantSession.t
t/76-2F-Ext-with-History.t
t/77-2F-Extra.t
t/77-2F-Mail-with-global-storage.t
t/77-2F-Mail.t
t/78-2F-Upgrade.t

View File

@ -61,7 +61,6 @@ sub handler {
and !$req->pdata->{keepPdata}
and $req->userData->{_session_id}
and ( $req->{env}->{HTTP_COOKIE} =~ /$url64/ ) )
{
$self->logger->debug("Force cleaning pdata");
$self->logger->warning("pdata cookie domain must be set")