fixed cookie handling

This commit is contained in:
Patrick Donelan 2009-10-10 19:28:19 +11:00
parent 484760bef0
commit b4698f7725
3 changed files with 99 additions and 74 deletions

View file

@ -32,12 +32,11 @@ builder {
path => qr{^/uploads/},
root => "$WEBGUI_DOMAINS/dev.localhost.localdomain/public/";
add 'Plack::Middleware::XFramework',
framework => 'WebGUI';
add 'Plack::Middleware::XFramework', framework => 'WebGUI';
# Already enabled by plackup script
# add 'Plack::Middleware::AccessLog',
# add 'Plack::Middleware::AccessLog',
# format => "combined";
$app;
}
}