Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.2.11-core
-
None
-
None
Description
Currently the only way to configure the max upload size it to set context
parameters in web.xml. Some container do not provide any support for changing
web.xml during or after deployment...
Applications needs to be able to change the max upload size after deployment.
This could be done by providing an implementation of
org.apache.myfaces.trinidad.webapp.UploadedFileProcessor. However that
would be a relatively simple variation on
org.apache.myfaces.trinidadinternal.config.upload.UploadedFileProcessorImpl
We need to find a good way to dynamically change those configuration settings
Attachments
Attachments
Issue Links
- relates to
-
TRINIDAD-1645 New upload settings in trinidad-config.xml do not accept literals
- Closed