Issues
- Missing HTTP content-type in response of the data export APINMS-6016Resolved issue: NMS-6016Benjamin Reed
- Change Real-time Graphing Default to 5 or 10 secondsNMS-5937Resolved issue: NMS-5937Jeff Gehlbach
- Real Time Graphing does not handle counter rolls properlyNMS-5936
- Rename MIBs after successfully compile them to minimize error with dependenciesNMS-5933Resolved issue: NMS-5933Alejandro Galue
- Add UI ability to duplicate an existing notificationNMS-5932
- Be able to define several varbind filters on notificationsNMS-5928
- Resources are displayed different on the UI depending on the value of storeByGroupNMS-5927
- Remove deprecated per-instance SNMP-Informant graph definitionsNMS-5924Resolved issue: NMS-5924Jeff Gehlbach
- Tool converting JRobin files to RRDtool file formatNMS-5921Resolved issue: NMS-5921Ronny Trommer
- Changing RRD graph size with URL parameter width and heightNMS-5919Resolved issue: NMS-5919
- Cisco NBAR graphsNMS-5917
- Finish test in DefaultGraphsResultsServiceTest to lookup to columns in prefab graphs.NMS-5916
- The retry handler used with HttpClient is not going to do what we expectNMS-5915Resolved issue: NMS-5915Seth Leger
- It is possible to define an OnmsServiceType twice and that can hurt some features.NMS-5914Resolved issue: NMS-5914Benjamin Reed
- Notification customized voice messageNMS-5913Resolved issue: NMS-5913
- FtpSystemReportFormatter should use passive-modeNMS-5912
- New installation. Update 1.10.10.2 to 1.11.90-1 web gui stays blankNMS-5907Resolved issue: NMS-5907Benjamin Reed
- Topology Map showing non-existent links/missing valid linksNMS-5906Resolved issue: NMS-5906Antonio Russo
- Add ifAlias to bridge Link Interface InfoNMS-5905Resolved issue: NMS-5905Antonio Russo
- LLDP Failure for non ifIndex referencesNMS-5904Resolved issue: NMS-5904Antonio Russo
- node.jsp interfaces not loaded due to web browser cacheNMS-5903
- Some unit tests require a direct network connection to internet hosts.NMS-5902
- postevent.jsp redirects to a missing pageNMS-5900Resolved issue: NMS-5900Jeff Gehlbach
- HTTP Send/Post Event pages could use unique ACL for non-admin access.NMS-5899
- Not all unit-tests run successfully in parallelNMS-5895
- SmbMonitor no longer effective, needs fixingNMS-5894Resolved issue: NMS-5894Jeff Gehlbach
- How can I know which poller packages are actively being used for the services on a given interface?NMS-5893Resolved issue: NMS-5893Alejandro Galue
- Outages appears to be not sorted on service.jsp (and probably interface.jsp)NMS-5892Resolved issue: NMS-5892Alejandro Galue
- Distributed map popup "unknown map implementation:" on new installNMS-5886Resolved issue: NMS-5886Jeff Gehlbach
- Make optional the addition of default ports to HTTP Host Header on the PSM.NMS-5884Resolved issue: NMS-5884Alejandro Galue
- PersistRegexSelectorStrategy enhancement ideasNMS-5883
- /etc/init.d/opennms startup and shutdown fail or timeoutNMS-5881Resolved issue: NMS-5881Benjamin Reed
- Debian init.d script wrong postgres dependencyNMS-5879Resolved issue: NMS-5879
- Add a %opennmsurl% parameter for expansion in notificationsNMS-5877
- Display the Package Name and Service Parameters on the Service PageNMS-5876Resolved issue: NMS-5876Alejandro Galue
- The DnsDetector is not working properlyNMS-5872
- After removing interfaces or services from a node, the associated alarms are not removed.NMS-5871
- Widget Filtering based on visible verticesNMS-5869Resolved issue: NMS-5869Markus von Rüden
- Selected vertices that overlap in topologyNMS-5868Resolved issue: NMS-5868Donald Desloge
- Vertices that Overlap in topologyNMS-5867Resolved issue: NMS-5867Donald Desloge
- Marquee Selection BehaviorNMS-5866Resolved issue: NMS-5866Donald Desloge
- OpenNMS Fails to Start with "pending" foreign source but no "pending" requisitionNMS-5863
- Linkd reports incorrect topologyNMS-5862Resolved issue: NMS-5862Antonio Russo
- Add HWg-STE SNMP Temperature Probe Info to OpenNMSNMS-5859Resolved issue: NMS-5859Matt Brozowski
- Resource Graphs No Longer CenteredNMS-5858Resolved issue: NMS-5858Donald Desloge
- Add JMX Heap monitors to jmx-datacollection-config.xml as a default optionNMS-5855
- mib2.HCbits and mib2.bits graph does not workNMS-5854Resolved issue: NMS-5854Donald Desloge
- Detect that a node already exists when importing via DNSNMS-5849
- Adding a node through "Add Node" when filling in the hostname/IP but not Node Name results in a null node nameNMS-5847Resolved issue: NMS-5847Matt Brozowski
- OpenNMS Availability Reports InaccurateNMS-5846Markus von Rüden
50 of 76
Missing HTTP content-type in response of the data export API
Fixed
Description
Acceptance / Success Criteria
None
Lucidchart Diagrams
Created August 7, 2013 at 3:47 AM
Updated January 27, 2017 at 4:19 PM
Resolved August 7, 2013 at 11:20 AM
Activity
Show:
Benjamin Reed August 7, 2013 at 11:20 AM
Fixed in 1.12
The data export feature (http://www.opennms.org/wiki/Data_Export) API does not contain a HTTP content-type in its response. This may cause problems in frameworks that automatically parse and convert the message body.
In my opinion the content-type must be "application/xml".