-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
REST API: Providing filename with dots is not accepted #39505
Comments
Hi @JoryHogeveen. Thank you for your report.
Join Magento Community Engineering Slack and ask your questions in #github channel. |
Hi @engcom-Bravo. Thank you for working on this issue.
|
Though definitely not the same issue, this topic might be somewhat related: #38641 |
Preconditions and environment
Steps to reproduce
Expected result
A dot within a filename should be perfectly fine.
Actual result
It's not fine :(
Additional information
REST API request:
REST API Response:
This response can be found in:
Magento\Catalog\Model\Product\Gallery\Processor::addImage()
::L157https://github.com/magento/magento2/blob/2.4.7-p3/app/code/Magento/Catalog/Model/Product/Gallery/Processor.php#L157
Release note
I've set it to S0 since this option is currently simply not allowed which will result in invalid automated synchronizations between Magento and other systems.
Triage and priority
The text was updated successfully, but these errors were encountered: