Re: weired chunked encoding (how to disable properly) - how to return
http 1.0 2004-01-13 - By Remy Maucherat
Back Lukas �sterreicher wrote: > Oh. I already feared this. > > In this case the only thing that can be done is that Winamp does the request in HTTP 1.0, right?
If using TC 5 (it would work as well with 4.1.x, but I think configuration support isn't there), you can specify regexps matching user-agents of non compliant HTTP clients. Those will be handled in HTTP/1.0 mode.
The attribute is restrictedUserAgents on the Connector (but I didn't try it).
This has a small performance cost (regexp matching; jakarta-regexp is apparently fast, though :) ).
-- xxxxxxxxxxxxxxxxxxxxxxxxxxxxx R�my Maucherat Senior Developer & Consultant JBoss Group (Europe) S�RL xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected) For additional commands, e-mail: tomcat-user-help@(protected)
|
|