-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.X, 7.1.X, Master
-
Fix Version/s: 7.1.10 DXP FP12, 7.1.X, Master
-
Labels:
-
Branch Version/s:7.1.x
-
Backported to Branch:Committed
-
Fix Priority:3
-
Git Pull Request:
To solve , LPS-92244 (meaning upgrading org.apache.felix.fileinstall) was created. After that newly created configurations are working as expected, but previous ones aren't. This is because the old created configurations are missing the service.bundleLocation="?" in the Configuration.dictionary field.LPS-93457
Steps to Reproduce:
- In a master version previous that doesn't contain
do the following:LPS-93457- Create an OSGi configuration file named com.liferay.portal.upload.internal.configuration.UploadServletRequestConfiguration.config
with the following content:tempDir="" maxSize="2048576000"
- Add the file to osgi/configs
- Start the portal.
- Go to System Settings > Platform > Infrastructure > Upload Servlet Request and verify maxSize value.
- Create an OSGi configuration file named com.liferay.portal.upload.internal.configuration.UploadServletRequestConfiguration.config
- Now build master including
and do the following:LPS-93457- Start the portal.
- Go to System Settings > Platform > Infrastructure > Upload Servlet Request and verify maxSize value.
- Add a basic document and media document
Actual Results:
Info message shows 100MB upload limit
Expected Results:
Info message shows more than 1GB of upload limit.