From 165d2878629bf3785b81933daece821598a8d6cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois-Xavier=20Deltombe?= Date: Mon, 13 Aug 2012 10:19:32 +0000 Subject: [PATCH] Update LL::Handler::Simple version + remove default cache namespace (Lemonldap-499) --- lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Simple.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Simple.pm b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Simple.pm index 12423c559..48b1cf22d 100644 --- a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Simple.pm +++ b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Simple.pm @@ -32,7 +32,7 @@ use constant MAINTENANCE_CODE => 503; #inherits Apache::Session #link Lemonldap::NG::Common::Apache::Session::SOAP protected globalStorage -our $VERSION = '1.2.0'; +our $VERSION = '1.2.2'; our %EXPORT_TAGS; @@ -457,7 +457,6 @@ sub localInit($$) { my ( $class, $args ) = splice @_; if ( $localStorage = $args->{localStorage} ) { $localStorageOptions = $args->{localStorageOptions}; - $localStorageOptions->{namespace} ||= "lemonldap"; $localStorageOptions->{default_expires_in} ||= 600; $class->purgeCache(); }