Skip Menu |

This queue is for tickets about the libwww-perl CPAN distribution.

Report information
The Basics
Id: 68159
Status: resolved
Priority: 0/
Queue: libwww-perl

People
Owner: Nobody in particular
Requestors: CRAKRJACK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: support "+" in Content-Type
"+" is used in the industry as part of the content-type, well, at least with HornetQ. It would be nice to be able to use the POST command to debug this stuff, but it balks at me if I try to; [crackerjack@dev1905 ~] POST http://10.128.198.39:8080/queues -c 'application/hornetq.jms.queue+xml' POST: Illegal Content-type format API documentation for HornetQ is here: http://docs.jboss.org/hornetq/2.2.2.Final/rest-interface-manual/html/ch07.html
On Thu May 12 19:30:11 2011, CRAKRJACK wrote: Show quoted text
> "+" is used in the industry as part of the content-type, well, at > least > with HornetQ. It would be nice to be able to use the POST command to > debug this stuff, but it balks at me if I try to; > > [crackerjack@dev1905 ~] POST http://10.128.198.39:8080/queues -c > 'application/hornetq.jms.queue+xml' > POST: Illegal Content-type format > > API documentation for HornetQ is here: > http://docs.jboss.org/hornetq/2.2.2.Final/rest-interface- > manual/html/ch07.html
this API also uses the "." character as part of a content type, which i'm pretty sure is actually valid.
This was fixed for libwww-perl-5.806 in commit 32e2e7e011