PerlDancer / Dancer2

Perl Dancer Next Generation (rewrite of Perl Dancer)
http://perldancer.org/
Other
537 stars 272 forks source link

Fix unable to use send_as during template processing (#1712) #1713

Closed abeverley closed 2 days ago

abeverley commented 2 weeks ago

Fix the problems as described in #1712. Namely these are further issues subsequent to #1622 regarding unusual actions that take place during template rendering. This could be, for example, custom exception handling during failed template rendering, which result in plain text being sent back to the client instead of the template.

cromedome commented 2 days ago

:+1: from me. Will publish another release as soon as we get another +1 on this.

GeekRuthie commented 2 days ago

Looks good to me, also!

cromedome commented 2 days ago

Merged, thanks!

abeverley commented 1 day ago

Fantastic, thanks all.