You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2015/12/06 15:16:34 UTC

[Bug 58695] New: The body of the request is lost when you send the POST method with base64 image

https://bz.apache.org/bugzilla/show_bug.cgi?id=58695

            Bug ID: 58695
           Summary: The body of the request is lost when you send the POST
                    method with base64 image
           Product: Tomcat 8
           Version: 8.0.29
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: critical
          Priority: P2
         Component: Connectors
          Assignee: dev@tomcat.apache.org
          Reporter: Vo1ishe@gmail.com

Hello!
I have a critical issue, that associated with Tomcat 8.0.29.

When I send POST request with data that contains base64 encoded image, tomcat
lose request parameter. 

In attachment you can find file that contains request body. I use following
curl command to reproduce that issue:
   curl -v -X POST -d @mandrill-webhook.txt 'http://...'

When I send same request on Jetty server - everything works fine.

Please, help with what could be wrong?

Thanks in advance.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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


[Bug 58695] The body of the request is lost when you send the POST method with base64 image

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=58695

Konstantin Kolinko <kn...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #3 from Konstantin Kolinko <kn...@gmail.com> ---
Closing as INVALID, es explained in
http://tomcat.apache.org/bugreport.html#Bugzilla_is_not_a_support_forum

Ask on the users' mailing list.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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


[Bug 58695] The body of the request is lost when you send the POST method with base64 image

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=58695

--- Comment #2 from Vladimir Nikulin <Vo...@gmail.com> ---
I suppose that issue could be related with this one
https://bz.apache.org/bugzilla/show_bug.cgi?id=47797

-- 
You are receiving this mail because:
You are the assignee for the bug.

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


[Bug 58695] The body of the request is lost when you send the POST method with base64 image

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=58695

--- Comment #5 from Mark Thomas <ma...@apache.org> ---
The little evidence you have provided (no Connector configuration, no
explanation of what "lose request parameter" means, no explanation of how you
were trying to read the request body, no information on the HTTP response that
results) all points to user error. As does the general poor quality of the bug
report.

When a Tomcat committer marks a bug as invalid and points you towards the users
mailing list that is a very broad hint that they are 99% sure they know what
the problem is and that the problem is not a Tomcat bug.

At this point, you can carry on insisting that there is a bug - which will
ultimately result in your Bugzilla account being locked when we get fed up of
repeating the same response over and over again - or you can follow the advice
you have been given and ask for help on the users mailing list. Ultimately, the
choice is yours but only one of those options is going to help you fix your
problem.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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


[Bug 58695] The body of the request is lost when you send the POST method with base64 image

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=58695

--- Comment #1 from Vladimir Nikulin <Vo...@gmail.com> ---
I cannot upload attachment because it's size is 2.6 MB. I have uploaded it on
dropbox - https://www.dropbox.com/s/jp2ko19u6v1coma/mandrill-webhook.txt?dl=0

-- 
You are receiving this mail because:
You are the assignee for the bug.

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


[Bug 58695] The body of the request is lost when you send the POST method with base64 image

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=58695

--- Comment #4 from Vladimir Nikulin <Vo...@gmail.com> ---
This is not 'how to' question. That is issue with tomcat, because it miss body
of POST request. Even more, that issue cannot be reproduced on other servers
like Jetty

-- 
You are receiving this mail because:
You are the assignee for the bug.

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