-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
The following code snippet causes a PathNotFoundException:
JSON("{ 'nullValue': null }").jsonPath("$.nullValue").element();
Null as value of a JSON attribute is allowed according to the JSON specification.
Affected versions: this behavior was introduced with SPIN 1.0.0-alpha2
This is the controller panel for Smart Panels app
[CAM-8417] PathNotFoundException is thrown by accessing attributes with null value
Description |
Original:
The following code snippet causes a {{PathNotFoundException}}:
{code:java} JSON("{ \"nullValue\": null }").jsonPath("$.nullValue").element(); {code} Null as value of a JSON attribute is allowed according to the [JSON specification|http://www.json.org/]. Affected versions: this behavior was introduced with SPIN 1.0.0-alpha2 |
New:
The following code snippet causes a {{PathNotFoundException}}:
{code:java} JSON("{ 'nullValue': null }").jsonPath("$.nullValue").element(); {code} Null as value of a JSON attribute is allowed according to the [JSON specification|http://www.json.org/]. Affected versions: this behavior was introduced with SPIN 1.0.0-alpha2 |
Fix Version/s | New: 7.8.0 [ 14894 ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Assignee | Original: Tassilo Weidner [ tassilo.weidner ] | New: Svetlana Dorokhova [ svetlana.dorokhova ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Progress [ 3 ] | New: Resolved [ 5 ] |
Remaining Estimate | New: 0 minutes [ 0 ] | |
Original Estimate | New: 0 minutes [ 0 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Fix Version/s | New: 7.8.0-alpha6 [ 15101 ] |
Workflow | Original: camunda BPM [ 44492 ] | New: Backup_camunda BPM [ 63329 ] |