Olek Poplavsky
Results
2
issues of
Olek Poplavsky
Currently (as of rest-assured 5.3.0) it is possible to define a multipart chunk that has 'charset' specified on the chunk's content-type (by providing String to the library) but it is...
MultiPartSpecBuilder has a validation in `.charset(String)` method checking that charset is not provided for byte[] or InputStream content, since it is NOT going to be used anyway. But `.charset(Charset)` method...