Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: Grails-ReCaptcha 0.4
-
Fix Version/s: None
-
Labels:None
-
Testcase included:yes
Description
It would be good to have a parameter maxlength for the input field to avoid HTTP Error 413 Request entity too large. A 16004 length string attached.
This is a good idea, but I don't know if it can be handled through this plugin. The plugin essentially creates this code:
In most cases, the the input field is generated from ReCaptcha's script. The plugin has no control over what is generated in this instance. I might be able to modify the maxlength of the field generated under the <noscript/>, but I'm not sure what a good size for the maxlength would be. I'll leave this issue open for now.