-
Type:
Regression Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 5.1.2, 5.2.3, 6.0.5 GA, 6.1.0 CE RC1
-
Fix Version/s: --Sprint - SP, 6.1.0 CE RC1
-
Component/s: Legacy > Control Panel menu, Legacy > Extension Environment
-
Labels:None
-
Environment:Tomcat + mysql, trunk revision 64969
-
Branch Version/s:6.0.x, 5.2.x
-
Backported to Branch:Committed
Go to Control Panel> Server Admin> File Uploads> change Overall Max File Size to 123456789 and change Maximum Image File size to 123456789
Upload a file which is larger than 123456789.
Tomcat will throw this exception no matter than you change that property to.
07:55:18,620 INFO [PluginPackageUtil:1274] Finished checking for available updates in 0 ms
07:57:16,907 ERROR [UploadServletRequestImpl:101] org.apache.commons.fileupload.FileUploadBase$SizeLimitExceededException: the request was rejected because its size (546652384) exceeds the configured maximum (104857600)
org.apache.commons.fileupload.FileUploadBase$SizeLimitExceededException: the request was rejected because its size (546652384) exceeds the configured maximum (104857600)
at org.apache.commons.fileupload.FileUploadBase$FileItemIteratorImpl.<init>(FileUploadBase.java:937)
at org.apache.commons.fileupload.FileUploadBase.getItemIterator(FileUploadBase.java:331)
The error should read exceeds the configured maximum ( 123456789) not (104857600- reflected in portal-ext)
- is duplicated by
-
LPS-13435 Cannot Change Overall Max file size: Control Panel GUI is not taking precedence over Portal-ext environment
- Closed
-
LPS-17065 Set maximum file size for document lib still doesn't work.
- Closed
- is related to
-
LPS-14189 Fix the annoying tomcat shutdown class reloading problem
- Closed
- relates
-
LPE-3813 Changing "Overall Maximum File Size" has no effect
-
- Closed
-
-
LPS-13437 File upload size problem
- Closed
-
LPS-13817 Document Library classic uploader if attempts to upload a file that is larger than the size limit portal will report the file as successfully on GUI but exceptions on console
- Closed