diff Lib/IMPL/Web/QueryHandler/SecureCookie.pm @ 158:a9f4ba4783eb

Minor changes
author wizard
date Tue, 02 Nov 2010 20:17:22 +0300
parents 964587c5183c
children 4267a2ac3d46
line wrap: on
line diff
--- a/Lib/IMPL/Web/QueryHandler/SecureCookie.pm	Wed Oct 20 18:02:47 2010 +0400
+++ b/Lib/IMPL/Web/QueryHandler/SecureCookie.pm	Tue Nov 02 20:17:22 2010 +0300
@@ -44,6 +44,7 @@
 				$this->salt
 			)
 		) {
+			# TODO: add a DefferedProxy to deffer a request to a data source
 			my $context = $action->application->security->sourceSession->find(
 				{ id => $sid }
 			) or return $nextHandler->();