Commit graph

22 commits

Author SHA1 Message Date
Eitaro Fukamachi
13677d3ad2 Fix not to expire sessions permanently (fixes #13). 2015-10-09 14:11:44 +09:00
Eitaro Fukamachi
d4cdb5315d Add :keep-empty option to Lack.Middleware.Session for preventing from sending Set-Cookie header until the session is used. 2015-09-26 15:45:38 +09:00
Eitaro Fukamachi
0d4c0a1ad8 Don't send Set-Cookie header if the cookie already exists. 2015-09-26 14:52:27 +09:00
Eitaro Fukamachi
fd0ca964ae Fix lack-middleware-backtrace and tests of lack-middleware-static for CLISP support. 2015-08-20 02:57:13 +09:00
Rudolph-Miller
5f2ffe52fe add test of lack.middleware.mount. 2015-06-11 22:18:40 +09:00
Eitaro Fukamachi
8b528cb0c0 Fix an error of lack.middleware.static in a case that the path-info contains some special characters like '?'.
This fixes fukamachi/clack#111.
2015-06-03 13:20:02 +09:00
Andrey Kutejko
823216ac40 allow session middleware to wrap delayed response 2015-05-28 13:15:52 +03:00
Eitaro Fukamachi
04126dbc2b Fix a warning of setting undeclared variable 'session'. 2015-03-24 16:02:03 +09:00
Eitaro Fukamachi
55fec82eda Add more tests of lack-middleware-backtrace. 2015-03-24 15:52:43 +09:00
Eitaro Fukamachi
d4ef9abc2e Add more tests of lack-middleware-static. 2015-03-22 22:13:21 +09:00
Eitaro Fukamachi
06d0021da7 Add a test for lack.session.state. 2015-03-22 22:13:21 +09:00
Rudolph-Miller
7236640a1c accesslog with response which body is vector. 2015-03-22 21:42:44 +09:00
Eitaro Fukamachi
d08b5ca99f Add tests of lack-middleware-accesslog. 2015-03-22 15:20:22 +09:00
Eitaro Fukamachi
c40a08f895 Add tests of lack-middleware-backtrace. 2015-03-22 15:12:17 +09:00
Eitaro Fukamachi
ec22fa208f Test without HTTP requests. 2015-03-22 14:30:53 +09:00
Eitaro Fukamachi
aa55f761a0 Fix lack.builder to be able to specify a middleware identifier in hyphenated keywords. 2015-03-22 00:09:01 +09:00
Eitaro Fukamachi
0351d23d1b Add lack-middleware-auth-basic. 2015-03-22 00:07:11 +09:00
Eitaro Fukamachi
75a0286323 Fix tests of lack-middleware-csrf. 2015-03-21 01:41:40 +09:00
Eitaro Fukamachi
3b7c522907 Add lack.middleware.csrf. 2015-03-21 00:53:29 +09:00
Eitaro Fukamachi
3ab09b2f78 Add tests for lack.middleware.session. 2015-03-12 21:33:08 +09:00
Eitaro Fukamachi
b01231247e Fix a test. Hunchentoot adds 'charset=utf-8' by default. 2015-03-11 00:03:53 +09:00
Eitaro Fukamachi
3751d2ceda Add tests for lack.middleware.static. 2015-03-07 04:21:10 +09:00