[pLog-svn] r4566 - plugins/branches/lifetype-1.1/secret/class/security

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Wed Jan 24 02:46:08 GMT 2007


Author: jondaley
Date: 2007-01-24 02:46:03 +0000 (Wed, 24 Jan 2007)
New Revision: 4566

Modified:
   plugins/branches/lifetype-1.1/secret/class/security/secretitemfilter.class.php
Log:
noted bug in parameter retrieving and resending

Modified: plugins/branches/lifetype-1.1/secret/class/security/secretitemfilter.class.php
===================================================================
--- plugins/branches/lifetype-1.1/secret/class/security/secretitemfilter.class.php	2007-01-19 13:16:54 UTC (rev 4565)
+++ plugins/branches/lifetype-1.1/secret/class/security/secretitemfilter.class.php	2007-01-24 02:46:03 UTC (rev 4566)
@@ -141,6 +141,13 @@
                 include_once( PLOG_CLASS_PATH."plugins/secret/class/view/secretpluginenterpasswordview.class.php" );					
                 $view = new SecretPluginEnterPasswordView( $blogInfo );
                 $view->setValue( "locale", $blogInfo->getLocale() );
+                    // TODO: interesting bug when combined with the POST saving cookie -
+                    // all of the parameters get passed in here, and then get displayed
+                    // in the template - depending on the content of the postextendedtext
+                    // cookie, it messes up the html parsing of
+                    // <input type=hidden value="..." /> stuff.
+                    // I am not sure how to fix it - since with plain URLs, you need to
+                    // pass in the parameters, though for custom URLs you don't...
                 $view->setValue( "params", $request->getAsArray());
                 $view->setValue( "articleId", $articleId );
                 $view->setValue( "url", $blogInfo->getBlogRequestGenerator());



More information about the pLog-svn mailing list