Uses of Class
org.apache.struts2.dispatcher.multipart.FileUploadParameterCountLimitException
Packages that use FileUploadParameterCountLimitException
Package
Description
Classes to help dispatch multipart HTTP requests.
-
Uses of FileUploadParameterCountLimitException in org.apache.struts2.dispatcher.multipart
Methods in org.apache.struts2.dispatcher.multipart that throw FileUploadParameterCountLimitExceptionModifier and TypeMethodDescriptionprotected voidAbstractMultiPartRequest.enforceMaxParameterCount(int currentParameterCount, String fieldName) Fail-closed guard: throws when accepting another form field would exceedAbstractMultiPartRequest.maxParameterCount.