Filip Hanik - Dev Lists wrote:
jean-frederic clere wrote:
It requires some new code in httpd-trunk to work...
sounds like you're reinventing the wheel in tomcat trunk to avoid code
in httpd trunk :)
Not completely :)
The logic in httpd-trunk is for a multicast socket I want to use a
normal s
Author: rjung
Date: Fri Apr 10 17:37:33 2009
New Revision: 763986
URL: http://svn.apache.org/viewvc?rev=763986&view=rev
Log:
Fix some URLs in JK docs, mainly addition of "trunk"
for svn URLs.
Modified:
tomcat/connectors/trunk/jk/xdocs/miscellaneous/doccontrib.xml
Modified: tomcat/connectors/
https://issues.apache.org/bugzilla/show_bug.cgi?id=47013
Summary: JSP not compiled at startup when used as a servlet
Product: Tomcat 6
Version: 6.0.18
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Thanks for your quick response.
I changed my javascript function as below :
function connection(){
url = "/comet?nickname="+$F('nickname');
cometXHR.open("POST",url,true);
cometXHR.setRequestHeader('Content-Type','multipart/mixed');
cometXHR.setRequestHeader('Transfer-Encoding','chunked');
come
Filip Hanik - Dev Lists wrote:
> I'm generally against this find bugs 'may be bugs' issues.
> is there an actual bug here?
Reported bug, no. Bugs uses could hit, yes. Hence why this is in trunk
and not being proposed for backport.
Are all the syncs necessary? I haven't looked in detail but I susp