Not signed in (Sign In)
 
 
Feb 24th 2008 edited
 
 
 
Aug 8th 2008 edited
 
Here is the fix for the url encoding bug:

Index: src/library/People/People.Class.Session.php
===================================================================
--- src/library/People/People.Class.Session.php (revision 95)
+++ src/library/People/People.Class.Session.php (working copy)
@@ -34,7 +34,7 @@
if ($this->UserID > 0 && !$this->User->PERMISSION_SIGN_IN) $this->End($Context->Authenticator);
$Url = AppendUrlParameters(
$Context->Configuration['SAFE_REDIRECT'],
- 'ReturnUrl='.GetRequestUri());
+ 'ReturnUrl=' . urlencode( GetRequestUri() ) );
Redirect($Url);
}
}

People r97

Issue information

  • 46
  • No assigned user

    No assigned user

     

  • Open
  • Low
  • Bug

Vanilla 1.1.2 is a product of Lussumo. More Information: Documentation, Community Support.