-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

André,

On 2/17/12 10:26 AM, André Warnier wrote:
> Is it just a variation due to how the mod_jk logging works, or is
> it really that the request URI is arriving differently to Apache in
> one case or the other ?

I think it's confusion over which VirtualHost is being chosen. When
mod_jk handles one request, it hits a VirtualHost with correct JkMount
directives and the log does not contain the hostname. In the other
case, the VirtualHost has no JkMounts and mod_jk logs the host name.

> Like : - from a browser : GET 
> /mywebapp/flex_wizard_project_test_script_server_550713325917236076.htm
>
> 
HTTP/1.1
> Host: host3.mydomain.com ...
> 
> - from Adobe : GET 
> host3.mydomain.com:/mywebapp/flex_wizard_project_test_script_server_550713325917236076.htm
>
> 
HTTP/1.1
> Host: ???? ...
> 

That second one is not a valid request -- the URI would never map
properly because the hostname is stupidly prepended to the URI. If
that were the case, I don't think Adobe Flexbuilder would ever work.

My guess is either botched Host header, or HTTP/1.0.

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.0.17 (Darwin)
Comment: GPGTools - http://gpgtools.org
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk8+dqkACgkQ9CaO5/Lv0PDyOwCgiuJB9+7IY9Qq0gKKIhnZhxt1
YfIAoIOvljNkqEG2BjpIpXSDEgXHQQHM
=CKRx
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to