Quantcast

[JIRA] (JENKINS-14609) notification-plugin not properly setting Content-Type when protocol is HTTP

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-14609) notification-plugin not properly setting Content-Type when protocol is HTTP

JIRA noreply@jenkins-ci.org
Issue Type: Patch Patch
Affects Versions: current
Assignee: Jonathan Edwards
Components: notification
Created: 27/Jul/12 3:16 PM
Description:

The notification plugin https://github.com/jenkinsci/notification-plugin is not properly setting the request property "Content-Type: application/json;charset=UTF-8" when submitting JSON via HTTP (see Protocol.java). As a consequence, target systems that rely on the content type are unable to properly process the POST. The patch has been tested and works properly (the target server inspects the Content-Type and loads the JSON handler). Pull request has been submitted with fix.

Environment: Platform independent
Fix Versions: current
Project: Jenkins
Priority: Major Major
Reporter: Jonathan Edwards
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Loading...