Jeff Malins
Jeff Malins
Resolves #3782. Inverts control on bin script execution by returning the script to execute (as well as arguments and ENV variables), rather than running it within the kernel process. This...
### Describe the feature Pipe the output streams of bin scripts invoked from the JSII kernel. Currently, these calls are made using the synchronous `InvokeScriptRequest` / `InvokeScriptResponse` synchronous API. The...
The current query string translation logic doesn't distinguish between repeated query string values (i.e. `&key=a&key=b`) and values that contain URL encoded literal commas (i.e. `&key=a%2Cb`). The former should map to...