m1h43l
m1h43l
You asked for it =). Please remove the *arraylist* project for the *main* folder of the OSSILE repository and add it again as a submodule from [bitbucket project site of...
> @MohamedClio [mulit doc](https://www.npmjs.com/package/multer#storage) Or you can handle the file name separately in each handler: > > ```js > //example > router.post('/example', (req, res) => { > req.files[0].originalname = Buffer.from(req.files[0].originalname,...
multer uses busboy and if I understand the busboy code correct it more or less supports latin1, utf8 and utf16. But there are dozens of other encodings. https://github.com/mscdex/busboy/blob/master/lib/utils.js#L384
@SteffenHaugeKtp Could you tell us how "big" the data was which did get cut off when using `il_responseWriteStream` (how large was the IFS file)?
@SteffenHaugeKtp What is the CCSID of the table and column and what is the CCSID of the job running the web service program?
If there are still questions about this topic please reopen this issue.
To use a JWK(S) stream file for setting the JWT verifying options use the procedure `il_jwt_addVerifyOptionsFromJwks`, see https://github.com/sitemule/ILEastic/blob/master/plugins/jwt/jwtplugin.rpginc#L70 .
Sequential call: I would not block the REST service itself but let the servlet take the request and let it queue the data without blocking the REST service itself. So...
Having it in the configuration with default = *off sounds very good to me.
@NielsLiisberg : Does this "serialized processing" even work with ILEastic? I thought ILEastic always tries to create a new thread on a new request.