Fixed
Details
Assignee
Pothys - MitrahSoftPothys - MitrahSoftReporter
Dick GoosenDick GoosenPriority
NewLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Details
Details
Assignee
Pothys - MitrahSoft
Pothys - MitrahSoftReporter
Dick Goosen
Dick GoosenPriority
Labels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Created 17 March 2021 at 12:23
Updated 25 October 2024 at 10:54
Resolved 25 October 2024 at 10:54
Hi,
This code which always worked in Lucee 5.2.8.50
<cfimage action="resize"
width="1000"
height="500"
source="https://d1dnaibno2tlfl.cloudfront.net/images/2021/3/00d2226d513.jpg"
destination="test.jpg"
overwrite="true"
name="test"
>
Still writes, but it writes with permissions for Everyone to "No Access" so if you take a look at the picture on the server it gives:
Access forbidden!
You don't have permission to access the requested object. It is either read-protected or not readable by the server.
If you think this is a server error, please contact the webmaster.
Error 403
localhost
Apache/2.4.29 (Unix) OpenSSL/1.0.2n PHP/7.0.26 mod_perl/2.0.8-dev Perl/v5.16.3
So the just created picture can not be seen if some access it through a URL (e.g. www.someurl.com/folder_to_new_picture/test.jpg
Why?
Regards,
Dick Goosen