reaktivity / k3po-nukleus-ext.java

K3PO Nukleus Extension
Apache License 2.0
0 stars 9 forks source link

Read Data Extensions are not validated if not sent. #15

Closed dpwspoon closed 7 years ago

dpwspoon commented 7 years ago

The following script


read nukleus:data.ext ${http:header(":scheme", "http")}
                      ${http:header(":method", "GET")}

read "hello world"

will not fail if programmatically you send it

write "hello world"

*** Expected:

It should fail on the missing data.ext

jfallows commented 7 years ago

Fixed in fa13b20.