<div dir="ltr">And a new version was released. :)<br><br>Thank you, Cymon and Russell!<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, May 1, 2014 at 4:25 AM, Russell Jenkins <span dir="ltr"><<a href="mailto:russell.jenkins@strategicdata.com.au" target="_blank">russell.jenkins@strategicdata.com.au</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">On 1/05/2014 6:23 am, Cymon wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
We haven't touched the session code, but this might be fallout from the transition to the new ConfigReader role, which effectively decoupled local configurations from global ones. It caches the objects (exactly as before - in fact, almost everything is literally the same code) so I don't see how this would be a problem. Either way, I'd like to get this resolved ASAP. Probably I found... In Dancer2::Core::Request cookies are generated from cookie header in this foreach foreach my $cookie ( $self->header('COOKIE') ) but $self->header('COOKIE') is just a string, not something useful for iterating... Adding a split seems to do the trick... foreach my $cookie ( split " ", $self->header('COOKIE') ) {<br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
In the future, we will be sure to first release a development version. <br>
</blockquote>
No problem, i'll be an early adopter in any case :-P<br>
</blockquote></div>
There was a small change to how requests generate cookie objects to improve adding cookie headers when using Dancer2::Test (please use Plack::Test instead!).<br>
<br>
Looks like this was my fault; misread the HTTP::Headers docs and erroneously removed the split that was there previously. Sorry! There is a Pr with a fix for this (#580).<br>
<br>
Cheers,<br>
  Russell.<div class="HOEnZb"><div class="h5"><br>
<br>
______________________________<u></u>_________________<br>
dancer-users mailing list<br>
<a href="mailto:dancer-users@dancer.pm" target="_blank">dancer-users@dancer.pm</a><br>
<a href="http://lists.preshweb.co.uk/mailman/listinfo/dancer-users" target="_blank">http://lists.preshweb.co.uk/<u></u>mailman/listinfo/dancer-users</a><br>
</div></div></blockquote></div><br></div>