RequireSSL 0.06, no_cache option, work properly under restarter and POE servers
[catagits/Catalyst-Plugin-RequireSSL.git] / Changes
CommitLineData
1763fe29 1Revision history for Perl extension Catalyst::Plugin::RequireSSL
2
51ef6cb3 30.06 2007-03-06 11:00:00
4 - Added no_cache config option to support wildcard SSL certificates.
5 (Simon Elliott)
6 - Disable properly when running under other development HTTP servers.
cae2ad7f 7
cc4f2717 80.05 2005-09-15 12:15:00
9 - Updated skipped tests to run if Catalyst >= 5.5.
10
4585dfb1 110.04 2005-09-14 13:30:00
12 - Fixed bug in redirect code that ignored duplicate key names.
13 - Strip all output content when doing a redirect from HTTP -> HTTPS
14 to avoid sending secure data over HTTP.
15 - Added test suite.
16
eeefd598 170.03 2005-09-05 22:00:00
18 - Proper handling for static files in SSL mode when using
19 Static::Simple.
20 - Code cleanup per Best Practices.
21
d5e430c2 220.02 2005-06-23 20:40:00
23 - fixed README file
24
1763fe29 250.01 2005-06-08 23:45:00
26 - initial release