This looping issue seems cleared up for me now (checkout of HttpClient this afternoon). I bet this had something to do with the same problem that was happening in "Re: [HttpClient] GetMethod.execute() looping". However, now I can't seem to get the Logging to shut off now. I'm using Log4J in my project, if turn my root logger to off then the http client logging goes away, but if I want to look at other logging "categories/loggers" I need to have the root on. When I try to block logging by creating my own logger that sets "org.apache" to "off", nothing seems to happen.
Any tips? -M. Mark R. Diggory wrote: > I was just wondering if anyone had an opportunity to look into this > issue. Id really like to use the new HttpClient checkout, but ths bug > keeps me from using it... > > -Mark > > Mark R. Diggory wrote: > >> Thanks I've done what you've asked. >> >> I've tried to discern where exactly this error is occuring, >> unfortunately, it is only occuring in certain cases where I'm using >> the library inside a "Custom Tag" I've written, when I strip out the >> custom tags and just work with the smallest possible examples I get >> the following results. Here are the details I can figure out to date. >> >> 1.) When I get the InputStream from the Http Client and dump it to >> the JSPWriter of a JSP page. (See example TestOutput.jsp in >> Test.war) The InputStream hangs open at the end of the content. I >> think until the Server on the other end times out. Look at >> TestOutput.out for the log >> >> To see the hang you need to install it in your Tomcat, in this case >> I'm using version 4.0.3 on a Redhat 7.2 box. I'm currently testing it >> on Tomcat 4.0.3, 4.0.4 and 4.1 on a Windows 2000 machine as well. I >> will forward those results later. >> >> 2.) When this InputStream is handed to a JAXP Transformer/Parser the >> InputStream stays open indefinity and never seems to close (See >> TestTransform.jsp) Look at TestTransform.out for the log. Notice it >> seems to go into infinite loop while reading the end of the content. >> I have to kill by instance of tomcat to get it to stop. >> >> I'm providing a link to the War file that you can download to try >> this out yourself (It also has copies of the attached output files). >> http://osprey.hmdc.harvard.edu:8180/Test.war >> >> -Mark Diggory >> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
