LemonLDAPNG / Apache-Session-Browseable

Apache::Session::Browseable Perl module
http://search.cpan.org/dist/Apache-Session-Browseable/
Other
3 stars 5 forks source link

Possibility to set encoding to undef #2

Closed coudot closed 11 years ago

coudot commented 11 years ago

If I add the encoding parameter in Redis options, with the value "undef", I got this error:

[Thu Feb 28 12:11:11 2013] [error] Unable to create new session: Unknown encoding 'undef' at /usr/share/perl5/Redis.pm line 464\n

We should add a test in the code to manage this special value, and transform it in the undef Perl reserved word.