RequireSSL, fixed to support other HTTP engines
[catagits/Catalyst-Plugin-RequireSSL.git] / Changes
CommitLineData
1763fe29 1Revision history for Perl extension Catalyst::Plugin::RequireSSL
2
cae2ad7f 30.06
4 - Fixed to support additional HTTP engines.
5
cc4f2717 60.05 2005-09-15 12:15:00
7 - Updated skipped tests to run if Catalyst >= 5.5.
8
4585dfb1 90.04 2005-09-14 13:30:00
10 - Fixed bug in redirect code that ignored duplicate key names.
11 - Strip all output content when doing a redirect from HTTP -> HTTPS
12 to avoid sending secure data over HTTP.
13 - Added test suite.
14
eeefd598 150.03 2005-09-05 22:00:00
16 - Proper handling for static files in SSL mode when using
17 Static::Simple.
18 - Code cleanup per Best Practices.
19
d5e430c2 200.02 2005-06-23 20:40:00
21 - fixed README file
22
1763fe29 230.01 2005-06-08 23:45:00
24 - initial release