Implemented detach_on_redirect config option.
[catagits/Catalyst-Plugin-RequireSSL.git] / Changes
1 Revision history for Perl extension Catalyst::Plugin::RequireSSL
2
3 0.07
4         - Fix Perl Critic test for hard tabs (t0m)
5         - Fix POD coverage (t0m)
6         - Added allow_ssl() (norbi)
7         - Added detach_on_redirect config option (norbi)
8
9 0.06    2007-03-06 11:00:00
10         - Added no_cache config option to support wildcard SSL certificates.
11           (Simon Elliott)
12         - Disable properly when running under other development HTTP servers.
13
14 0.05    2005-09-15 12:15:00
15         - Updated skipped tests to run if Catalyst >= 5.5.
16
17 0.04    2005-09-14 13:30:00
18         - Fixed bug in redirect code that ignored duplicate key names.
19         - Strip all output content when doing a redirect from HTTP -> HTTPS
20           to avoid sending secure data over HTTP.
21         - Added test suite.
22
23 0.03    2005-09-05 22:00:00
24         - Proper handling for static files in SSL mode when using
25           Static::Simple.
26         - Code cleanup per Best Practices.
27
28 0.02    2005-06-23 20:40:00
29         - fixed README file
30
31 0.01    2005-06-08 23:45:00
32         - initial release