I don't think the problem will be in the browser. I've used IE 6 a lot
and never seen a problem like that.

Here are some ways you can trace the request to see where it goes wrong:

1. ieHTTPHeaders plug-in for IE to see the request that is being sent

2. Access logs on the server to see the request that is received
(AccessLogValve for Tomcat, and any other web server, firewall and
proxy logs you have)

3. Wireshark on both the client and server ends (and at intermediate
proxies if possible)

-- 
Len


On Mon, Jun 2, 2008 at 3:36 AM, Marcel Ruff <[EMAIL PROTECTED]> wrote:
> Hi,
>
> this is a general URI:
>
>  http://server.xmlBlaster.org:8008/myPath?key=value#myFragment
>
> I have now the problem that the Query part (key=value) is not arriving
> in tomcat.
> Tomcat 6 runs behind Apache 2.2.4.
>
> It works fine for most users but not for one with IE Version 6.0.29000
> Sending
>
>  http://xmlBlaster.org/myPath/x.jsp?key=value
>
> the key=value is not arriving.
>
> Who cuts this off, how can i trace this down?
>
> Is it possible to make a redirect or forward or something else like this:
>
>  http://xmlBlaster.org/X
>
> and having there an index.php which forwards
>
>  http://xmlBlaster.org/myPath/x.jsp?key=value
>
> Thanks for some advice
> Marcel
>
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to