As an FYI, I think the default buffer size on Jetty 6 is 8k, so your current
setting will not change anything. However, you should really not need to
modify Jetty's parameters in this way. Do you have any idea as to why your
request header could be more than 8k in size?
Can you compile your app, and then use FireFox with Firebug, and post your
HTTP Request header (maybe attach it as a text file, if it is indeed 8k+).

On Tue, Oct 13, 2009 at 1:55 PM, lain <[email protected]> wrote:

>
> OS is Windows Vista (Business edition).
>
> > Do you know if GXT sets some sort of
> > cookie? Is your application code setting cookies?
>
> I don't work with cookies in code, my task can be made without low-
> level programming.
> In general, I did not expect that I will configure jetty...  But... It
> is demonstation of the law of leaky abstractions in action. =/
>
> > How did you try and clear the cookies?
> I clear folder "Cookies" in my OS.
> Then I clear cookies, using GUI of browsers that installed in the OS.
> Finally, I drop eclipse workspace (eclipse possibly saves wrong
> cookies in workspace.. right?) and recreate it.
>
> Could you tell me where I made a mistake? How can I fix this?
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to