Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v3.4.4 20250112 [Frontend Module] #309

Merged
merged 3 commits into from
Jan 12, 2025
Merged

v3.4.4 20250112 [Frontend Module] #309

merged 3 commits into from
Jan 12, 2025

Conversation

Nicklas373
Copy link
Owner

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.

- Make sure file that was uploaded was not contain non-standard characters or duplicate characters on it

Signed-off-by: Dicky Herlambang (花) <herlambangdicky5@gmail.com>
Signed-off-by: Dicky Herlambang (花) <herlambangdicky5@gmail.com>
Signed-off-by: Dicky Herlambang (花) <herlambangdicky5@gmail.com>
@Nicklas373 Nicklas373 added bug Something isn't working enhancement New feature or request javascript Pull requests that update Javascript code labels Jan 12, 2025
@Nicklas373 Nicklas373 self-assigned this Jan 12, 2025
@Nicklas373 Nicklas373 merged commit bfb2713 into fe/master Jan 12, 2025
2 checks passed
@Nicklas373 Nicklas373 deleted the dev/fe/master-live branch January 12, 2025 06:29
@Nicklas373 Nicklas373 restored the dev/fe/master-live branch January 12, 2025 06:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant