1Revision history for Perl extension Catalyst::Plugin::Session::State::URI
2
30.15   2010-09-23
4        - Read from $req->query_parameters rather than $req->parameters
5          in prepare_path to avoid race condition with POST requests with body
6
70.14    2010-07-19
8        - Fix behaviour when debug is turned on by wrapping prepare_path
9          rather than prepare_action (RT#56753).
10        - Fix warning about test plugin inheriting from Catalyst::Component.
11        - Fix for loading the session ID with a cookie for some actions
12          and Session::State::URI for others (RT#57620)
13
140.13    2009-10-16
15        - Port to new session config key.
16        - Port to Moose.
17
180.12    2009-10-06
19        - Make tests not warn with latest version of Catalyst.
20        - Prefer session configuration to be in the 'Plugin::Session'
21          config key, but provide backwards compatibility for the
22          deprecated 'session' key.
23
240.11    2009-07-25
25        - When rewriting URIs, avoid doubled slashes. While this is
26          mostly a cosmetic problem, if you issue a redirect with a
27          URI like "//-/...", some browsers (or Firefox 3.0, at least)
28          may get very confused. (Dave Rolsky)
29
300.10    2009-07-11
31        - Separate rewrite config item into rewrite_body and
32          rewrite_redirect. The old config setting will still
33          work. (Dave Rolsky)
34        - Shut up warnings from test code with newer Catalyst-Runtime.
35          (Dave Rolsky)
36
370.09    2009-03-26
38        - Avoid bug in URI::Find causing test fails (RT#44593)
39        - Remove use of NEXT missed last time from the test suite.
40
410.08    2009-02-08
42        - Switch from NEXT to MRO::Compat (t0m)
43        - Switch to Module::Install
44        - pod fixes (RT #23749)
45
460.07    2006-10-13
47        - Fix dependencies (URI::Find was in the Build.PL, but M::B is being
48          phased out so the makefile wasn't regenerated)
49        - Fix tests due to changed behavior in Test::MockObject
50
510.06    2006-09-04
52        - reintroduce URI::Find based rewriting for non HTML bodies
53        - more robust storage of session id in $c, using the api
54        - rewriting of Location headers during redirects
55        - various refactorings
56
570.05    2006-08-01
58        - DWIM behavior when using both State::Cookie and State::URI together,
59          through App->config->{session}{no_rewrite_if_cookie}.
60        - Add App->config->{session}{rewrite_types} = [qw/.../] support.
61
620.04    2006-07-31
63        - rerelase with proper version dependencies
64
650.03    2006-07-29 19:07
66        - Update to new session state plugin api (get_session_id)
67
680.02    2006-01-20 17:30
69        - Rewriting is optional (gphat)
70        - Support relative uri rewriting
71        - Support parameter style rewriting
72        - Filter mime types of binary and text
73
740.01    2005-11-14 12:41:00
75        - Initial release.
76