Path to this page:
Subject: CVS commit: wip/p5-Catalyst-Plugin-Session-State-URI
From: Johann Franz
Date: 2007-03-03 07:59:19
Message id: E1HNODO-0007cS-Id@sc8-pr-cvs1.sourceforge.net
Log Message:
Update to 0.07.
Changes since 0.02:
0.07
- Fix dependencies (URI::Find was in the Build.PL, but M::B is being
phased out so the makefile wasn't regenerated)
- Fix tests due to changed behavior in Test::MockObject
0.06
- reintroduce URI::Find based rewriting for non HTML bodies
- more robust storage of session id in $c, using the api
- rewriting of Location headers during redirects
- various refactorings
0.05
- DWIM behavior when using both State::Cookie and State::URI together,
through App->config->{session}{no_rewrite_if_cookie}.
- Add App->config->{session}{rewrite_types} = [qw/.../] support.
0.04
- rerelase with proper version dependencies
0.03 2006-07-29 19:07
- Update to new session state plugin api (get_session_id)
Files: