Finally had a chance to revisit this. Looks like the serializer was adding that DTD declaration for me (I had forgotten that the default serializer was 'html'). Added type="xml" (and then switched to a map:read) and the problem went away.
Still though - shouldn't this have been included with the default w3c/entities catalog? > -----Original Message----- > From: Bertrand Delacretaz [mailto:[EMAIL PROTECTED] > Sent: Sunday, March 05, 2006 11:41 PM > To: users@cocoon.apache.org > Subject: Re: [forms libraries] connection timeout?? > > > Le 5 mars 06 à 15:54, Bruyn Bill a écrit : > > > That's what I thought, too - but there is no DTD definition. Just a > > namespace declaration: > > > > <?xml version="1.0" encoding="UTF-8"?> > > <fd:library > xmlns:fd="http://apache.org/cocoon/forms/1.0#definition"> > > ... > > </fd:library> > > > > Could that be it? > > No, namespace declarations don't cause HTTP requests. > > > >> ...I get connection timeouts (stacktrace attached). I don't get > >> it... Why should this be happening? Cocoon 2.1.8, Java 1.5, Win > >> XP. > >> > > > > ... > > > >> at > >> sun.net.www.protocol.http.HttpURLConnection.getInputStream > >> (HttpURLConnection.java:913) > > Like Jorg said, there's probably a DTD declaration somewhere that > causes this. > > I'd try syping your network traffic (with ngrep, tcpdump, > ethereal or > something) to see what requests are being made. > > -Bertrand > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]