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

Br1,

br1 wrote:
> Do you think this limit will be increased in the next versions?
> 
> In theory, no limit is imposed by the protocol itself. I would tend to think
> JK should at least support what the JK supported platforms support.

The source code /is/ available; you could try poking around for where
that limit is set. There are a lot of files, but grep could help.

For instance, I found this (in jk 1.2.26):

./common/jk_uri_worker_map.h:#define JK_MAX_URI_LEN              4095

..which could suggest that the max URL length is 4k, not 2k. Maybe
that's not the right setting.

I can see this in the IIS source files:

./iis/jk_isapi_plugin.c:    char uri[INTERNET_MAX_URL_LENGTH];

INTERNET_MAX_URL_LENGTH does not seem to be defined in mod_jk's source,
so it probably comes from IIS itself. Is it possible that IIS is the one
ruining your day? I don't know of a good IIS API resource, so you might
have to track this one down yourself.

Just a thought.
- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAklwtM4ACgkQ9CaO5/Lv0PCBeQCfYaiXgWD3DFyPg5sey4gXGlqH
CxcAnijSP/NX/+bbNxWh3ilJWA2381Sv
=nvXT
-----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