in reply to Re^4: Again on SOAP::Lite, MIME::Entity and SOAP::Packager
in thread Again on SOAP::Lite, MIME::Entity and SOAP::Packager
I think a slightly more flexible approach would be to use $MIME::Entity::BOUNDARY_DELIMITER and set that to \r\n (if it's not set already). That way, people (still) using Apache Axis can configure their client to be compatible with that weird notion of line delimiters while the rest of the world can use \r\n as god intended.
You can add that patch to rt://MIME::tools, possibly with a link back to this discussion and that other ticket mentioning the wrong kind of newlines being hardcoded. Even if the maintainer ignores that ticket+patch, at least others can find it there and apply it locally.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Again on SOAP::Lite, MIME::Entity and SOAP::Packager
by ray.rick.mini (Sexton) on Dec 29, 2016 at 10:50 UTC |