Dancer2
Dancer2 copied to clipboard
Perl Dancer Next Generation (rewrite of Perl Dancer)
Hello! I ran into a weird case. I mount multiple apps in my PSGI file, but when I wrote a plugin that sets a cookie, it only works under one...
Is there a way in Dancer2 to detect when the client disconnects, either on purpose by closing the connection, or by dropping it / timing out? This would be especially...
Plugin/Auth/Extensible.pm _default_login_page will call uri_escape() multiple times for return_url
Granted almost everyone will replace the default login page, this bug is disconcerting when starting to learn authentication and session management for Dancer2. Once a route is added requiring a...
At the moment Dancer2 is not packable with PAR. While it is Fatpackable, this leaves out the option of having packs which rely on XS bindings such as with packages...
Something to do with the time at which `init_route_handlers` and `register_route_handlers` are called is different between starting the app with `MyApp->to_app` and just plain old `dance`. In the latter case...
I'm just opening this issue as a placeholder for a planned PR. The issue is that if for some reason a redirect takes place during the render of a Template::Toolkit...
We should also make the default serializer for HTML something other than YAML (this is a Dancer 1-ism). Should it be JSON? Something else?
Small feature request: The mutable serializer has a hard-coded default of JSON. If a user defines a custom map of mime types to serializers that doesn't include JSON, they are...
I want to run my Dancer2 application in a docker but I want to run the container without mounting any local directories and I want to run the same once-built...
… and formatting Just some fairly minor tweaks to the the first couple hundred lines of Manual.pod to improve clarity.