Released RequireSSL 0.04: bug fixes, full test suite
[catagits/Catalyst-Plugin-RequireSSL.git] / Changes
CommitLineData
1763fe29 1Revision history for Perl extension Catalyst::Plugin::RequireSSL
2
4585dfb1 30.04 2005-09-14 13:30:00
4 - Fixed bug in redirect code that ignored duplicate key names.
5 - Strip all output content when doing a redirect from HTTP -> HTTPS
6 to avoid sending secure data over HTTP.
7 - Added test suite.
8
eeefd598 90.03 2005-09-05 22:00:00
10 - Proper handling for static files in SSL mode when using
11 Static::Simple.
12 - Code cleanup per Best Practices.
13
d5e430c2 140.02 2005-06-23 20:40:00
15 - fixed README file
16
1763fe29 170.01 2005-06-08 23:45:00
18 - initial release