[ 
https://issues.apache.org/jira/browse/VELOCITY-296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Henning Schmiedehausen closed VELOCITY-296.
-------------------------------------------


> the HttpServletRequest object in VelocityServlet.doPost() does not  contain 
> POSTed parameters
> ---------------------------------------------------------------------------------------------
>
>                 Key: VELOCITY-296
>                 URL: https://issues.apache.org/jira/browse/VELOCITY-296
>             Project: Velocity
>          Issue Type: Bug
>          Components: Engine
>    Affects Versions: 1.4
>         Environment: Operating System: Windows XP
> Platform: PC
>            Reporter: Ivo Pletikosic
>         Assigned To: Velocity-Dev List
>
> The HttpServletRequest object in VelocityServlet.doPost() does not contain
> POSTed parameters if the form was submitted specifying an encoding type.
> if the .html form has:
> <form method="post" action="http://127.0.0.1";>
> ...a bunch of <input> tags...
> </form>
> then in org.apache.velocity.servlet.VelocityServlet.doPost() you can do
> request.getParameterNames() and all parameter names are retrieved, but if the 
> .html form has:
> <form method="post" action="http://127.0.0.1"; enctype="multipart/form-data">
> ...a bunch of <input> tags...
> </form>
> then in org.apache.velocity.servlet.VelocityServlet.doPost() a call to
> request.getParameterNames() returns null.
> The problem happens much earlier really but this is the symptom I experience.

-- 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to