-
Notifications
You must be signed in to change notification settings - Fork 126
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
Configuration expireDays not working - defaults to 30 days #502
Comments
Do you see |
Related to #444 |
Didn't find it in the docs, but that doesn't mean there is no such thing :-) Found a place in the code in Classes/Encoder/UrlEncoder.php, and I thought that was a central place for all url-encoding etc. maybe. Please consider such a settings. Hardcoded values always feel so wrong ... |
This means it does not exist officially :) |
Will this be fixed? |
I cannot promise. This is a side project for me, it is neither sponsored, nor supported by TYPO3, so it is not of high priority. I mostly fix bugs here. |
Okay, thanks for the info! |
Upon expiring of old URLs the documentated configuration expireDays is not taken into account. It's only used in the UrlEncoder.
But in Classes/Cache/DatabaseCache.php, expireCache() the expire-value defaults to 30 days - no matter what value for expireDays is configured.
The text was updated successfully, but these errors were encountered: