Added two missing tests to MANIFEST.
[catagits/Catalyst-Plugin-RequireSSL.git] / Changes
CommitLineData
1763fe29 1Revision history for Perl extension Catalyst::Plugin::RequireSSL
2
ffd9355f 30.07
0199e133 4 - Removed unused 'default' method from the app (triggered a deprecation warning).
ffd9355f 5 - Fix Perl Critic test for hard tabs (t0m)
6 - Fix POD coverage (t0m)
b534f127 7 - Added allow_ssl() (norbi)
794abe2a 8 - Added detach_on_redirect config option (norbi)
61b31739 9 - Cleaned up _redirect_uri() (norbi)
ffd9355f 10
51ef6cb3 110.06 2007-03-06 11:00:00
12 - Added no_cache config option to support wildcard SSL certificates.
13 (Simon Elliott)
14 - Disable properly when running under other development HTTP servers.
cae2ad7f 15
cc4f2717 160.05 2005-09-15 12:15:00
17 - Updated skipped tests to run if Catalyst >= 5.5.
18
4585dfb1 190.04 2005-09-14 13:30:00
20 - Fixed bug in redirect code that ignored duplicate key names.
21 - Strip all output content when doing a redirect from HTTP -> HTTPS
22 to avoid sending secure data over HTTP.
23 - Added test suite.
24
eeefd598 250.03 2005-09-05 22:00:00
26 - Proper handling for static files in SSL mode when using
27 Static::Simple.
28 - Code cleanup per Best Practices.
29
d5e430c2 300.02 2005-06-23 20:40:00
31 - fixed README file
32
1763fe29 330.01 2005-06-08 23:45:00
34 - initial release