Skip to content

HANA PDF v3.4.4 [FE]

Latest
Compare
Choose a tag to compare
@Nicklas373 Nicklas373 released this 12 Jan 06:30
· 6 commits to fe/master since this release
bfb2713

Background

As users, i want to upload any file that i want to proceed without any worries regarding non-standarize name on file or not

Current condition

iLovePDF seems have sensitive case regarding non-standarize or duplicate characters on file name that want to proceed, so whenever any file that have non-standarize or duplicate characters on it. It will return error and crash iLovePDF logics with error

({"error":{"type":"ServerError","message":"Something on our end went wrong, probably we are not catching some exception we should catch! We are logging this and we will fix it.","code":"500"}})

Next condition

Handle properly on the front-end services to rename any uploaded file before serve to the backend, this is better approach and less modification on source code. Due change renaming logic on backend could be hectic and risky.

What's Changed

Full Changelog: v3.4.3-FE-PROD...v3.4.4-FE-PROD