Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
7.0.X, 7.1.X, Master
-
7.1.x
-
Committed
-
3
Description
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.