Skip to content

URI 5.19 breaks Catalyst-Controller-DBIC-API #133

@eserte

Description

@eserte

The problem is described in https://rt.cpan.org/Ticket/Display.html?id=150855
It seems that a change in URI.pm is causing the problem. Before (until URI 5.18):

$ perl -MHTTP::Request::Common=POST -e 'warn((POST "http://localhost/something", { foo => undef })->dump)' 
POST http://localhost/something
Content-Length: 4
Content-Type: application/x-www-form-urlencoded

foo=

After (with URI 5.19):

$ perl -MHTTP::Request::Common=POST -e 'warn((POST "http://localhost/something", { foo => undef })->dump)' 
POST http://localhost/something
Content-Length: 3
Content-Type: application/x-www-form-urlencoded

foo

Note the mising equals sign.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions