Fix the validation issue when the APK file and screenshot names contain spaces #531
Merged
tcdlpds
merged 1 commits from nipuni/device-mgt-core:11937
into master
1 month ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'nipuni/device-mgt-core:11937'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Fixes for: https://roadmap.entgra.net/issues/11937
return application;
}
private static String encodeURI(String value) {
URLEncoder.encode() use instead, coz, we must consider the other cases as well apart from the space in the param value.
41353e654f
to991ab26dc5
1 month ago3c65415121
tod91a1dd05d
1 month agob3ba0f49f8
tocba9f7ce08
1 month ago337f26446b
into master 1 month agoReviewers
337f26446b
.