From e8c322d9294699919c4b677e34a35bc0a059826c Mon Sep 17 00:00:00 2001 From: Olav Morken <olav.morken@uninett.no> Date: Mon, 26 Oct 2009 14:05:52 +0000 Subject: [PATCH] docs: 1.5 upgrade notes - request.signing removed. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1902 44740490-163a-0410-bde0-09ae8108e29a --- docs/simplesamlphp-upgrade-notes-1.5.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/simplesamlphp-upgrade-notes-1.5.txt b/docs/simplesamlphp-upgrade-notes-1.5.txt index 2fb9993ee..010f4a6be 100644 --- a/docs/simplesamlphp-upgrade-notes-1.5.txt +++ b/docs/simplesamlphp-upgrade-notes-1.5.txt @@ -15,3 +15,6 @@ Upgrade notes for simpleSAMLphp 1.5 The old methods will still be supported for a while, but new code should probably use the new code. See the [migration guide](http://rnd.feide.no/content/migration-modularized-saml-service-provider) for more information about this. + + * The `request.signing` option has been removed. + That option was replaced with the `redirect.sign` and `redirect.validate` options, and has been depreceated for one year. -- GitLab