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