Openshift service: flag to enable/disable debug output is a STRING whereas it should be a
boolean
-------------------------------------------------------------------------------------------------
Key: JBIDE-9691
URL:
https://issues.jboss.org/browse/JBIDE-9691
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: JBossAS/Servers
Affects Versions: 3.3.0.M3
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Fix For: LATER
The current API doc at
https://github.com/openshift/os-client-tools/blob/master/express/doc/API states the
following:
{code}
JSON String:
{
...
'debug': 'true - An optional flag to get debug information returned'
...
}
{code}
There's a flag that would allow you to turn debug output on. This flag is a String
whereas the Json standard clearly has a boolean value.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira