Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] strange post

Hi,

On Thu, May 23, 2019 at 10:09 PM Scott Lewis <slewis@xxxxxxxxxxxxx> wrote:
> If over a certain size of data (~14500bytes), the upload fails.

Fails how?
Stack trace?

> We think it could be the authentication that's failing for these long data uploads as per the stack trace below...but the below might be an innocuous error (login fail).
>
> We turned on jetty debug output to help diagnose.  Now, we are finding it difficult to reproduce the upload fail.   That is, so far it's working without fail when only change was turning on jetty debug logging.
>
> Any suggestions for known issues, and/or diagnosis techniques?

We need to know how it fails to tell something more specific.

If the authentication fails, I'm guessing you stop reading the POST
content, so the upload would fail.

-- 
Simone Bordet
----
http://cometd.org
http://webtide.com
Developer advice, training, services and support
from the Jetty & CometD experts.


Back to the top