docs: Note that relative URL's are no longer supported in redirects.

git-svn-id: http://simplesamlphp.googlecode.com/svn/trunk@2704 44740490-163a-0410-bde0-09ae8108e29a
This commit is contained in:
olavmrk 2011-01-06 08:25:51 +00:00
parent 2fcb5ae1b0
commit 6bcda22257
1 changed files with 3 additions and 0 deletions

View File

@ -7,3 +7,6 @@ Upgrade notes for simpleSAMLphp 1.7
* There have been several changes to the internal API.
Most of the changes will not be noticed by the application using simpleSAMLphp.
See the changelog for more details about the changes.
* Relative redirects are no longer supported.
If your application passes relative URL's to the `SimpleSAML_Utilities::redirect()`-function, it will no longer work.
This also applies if you pass relative URL's to other functions that do redirects.