Comment 0 for bug 1732485

Revision history for this message
Jason Stephenson (jstephenson) wrote : Crash with mime type text/xml on recent distros

NCIPServer will crash on Ubuntu 16.04 if data is posted with mime type of application/x-www-form-urlencoded or application/xml. This is because of changes made to Dancer that do not work with certain modules from HTTP::Body which Daner requires.

I believe that this will also happen on Debian 8 Jessie and Debian 9 Stretch, but I have not thoroughly tested it on those distributions.

A long term fix for this issue would be to implement bug 1673974 and remove the dependency on Dancer 1. Another possible long term fix would be to move to Dancer 2.

In the meantime, you can apply the attached patch to /usr/share/perl5/HTTP/Body/XForms.pm.

This is not an actual bug in NCIPServer, but a bug in a dependency that shows up as a bug in NCIPServer. :)