« Return to Thread: [jira] Created: (VELOCITY-721) Handle the exception HTTP Error 413 - Request entity too large in the exceptions section of Velocity engine

[jira] Created: (VELOCITY-721) Handle the exception HTTP Error 413 - Request entity too large in the exceptions section of Velocity engine

by Velocity - Dev mailing list-2 :: Rate this Message:

Reply to Author | View in Thread

Handle the exception HTTP Error 413 - Request entity too large in the exceptions section of Velocity engine
-----------------------------------------------------------------------------------------------------------

                 Key: VELOCITY-721
                 URL: https://issues.apache.org/jira/browse/VELOCITY-721
             Project: Velocity
          Issue Type: Improvement
          Components: Engine
    Affects Versions: 1.6.1
         Environment: Windows XP, j2sdk1.4.2_13,
            Reporter: Aruna Venkataraman
             Fix For: 1.6.2


The following exceptions are currently handled in velocity engine:
1. ExtendedParseException
2. MacroOverflowException
3. MathException
4. MethodInvocationException
5. ParseErrorException
6. ResourceNotFoundException
7. TemplateInitException

I suggest that another exception RequestEntityTooLarge also be handled by the velocity engine. When the client requests an entity that is too large from the application hosted on the web server, the server throws "Request  Entity  Too  Large" exception with the status code 413.

Can this HTTP 413 Request  Entity  Too  Large exception be handled in velocity engine? Please let me know if this suggestion is beneficial. I am frequently getting this error which could be handled.

Regards,
Aruna

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...

 « Return to Thread: [jira] Created: (VELOCITY-721) Handle the exception HTTP Error 413 - Request entity too large in the exceptions section of Velocity engine