Skip Menu |

This queue is for tickets about the HTTP-Body CPAN distribution.

Report information
The Basics
Id: 54443
Status: resolved
Priority: 0/
Queue: HTTP-Body

People
Owner: Nobody in particular
Requestors: cpan [...] papercreatures.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 1.07
Fixed in: (no value)



Subject: Bug in XForms
it doesn't cross-check the content length so it needs : return unless $self->length == $self->content_length; in sub spin like urlencoded does otherwise it truncates to the first buffer ->add
Vid Tue, 09 Feb 2010 kl. 10.43.31, skrev ELLIOTT: Show quoted text
> it doesn't cross-check the content length so it needs : > > return unless $self->length == $self->content_length; > > in sub spin like urlencoded does otherwise it truncates to the first > buffer ->add
Could you please elaborate why this "cross-check" would be necessary? A test case would be optimal if possible. -- chansen