public interface FormLimit
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxFormContentSize()
Get the maximum content size of a form post, to protect
against DOS attacks from large forms.
|
int |
getMaxFormKeys()
Get the maximum size of a form post, to protect against
DOS attacks from large forms.
|
int getMaxFormContentSize()
-1
means no limit.int getMaxFormKeys()
-1
means no limit.Copyright © 2018 Alternet. All rights reserved.