When submitting files to a form due to which my tests exceed the ColdFusion administrator "Maximum mail data size", I do not get any error response from the server. My browser will just hang like it is loading forever.
I am running Apache 2.2.25 (fixed for OpenSSL error) and ColdFusion 10. I tried setting a file size limit in Apache, but it only works if I do not exceed the CF limit. I noticed that when I exceeded the CF message limit, it does something in the Apache service, where it takes much longer than usual to restart it (instead of 5 seconds, it takes 20-30 seconds).
So my questions are:
- Is this a natural behavior for CF10 when you exceed the message size limit?
- Any ideas on how to get the CF server, Apache server or browser to return an error message? I am working on an HTML5-based multi-user bootloader, and I would like to be able to handle this condition.
source
share