Howdy, When I was saying "100% of my hits are from either IE5.5 or IE6 on Windows 2000" I meant exactly that, having analyzed the logs programmatically (webalizer) and "manually" (using awk) and not found any user agents not on the above short list.
But I will keep looking ;( I wish exceptions in catalina.out were time-stamped. Yoav Shapira Millennium ChemInformatics >-----Original Message----- >From: Roberts, Eric [mailto:[EMAIL PROTECTED] >Sent: Wednesday, May 28, 2003 9:48 AM >To: Tomcat Users List >Subject: RE: CharConversionException: isHexDigit > >I bet it could be a "rare" browser. > >Closed environments are very rarely closed - in our company we are only >provided with our own in-house modified version of IE6 - but we work in IT >and Telecoms, so Netscape, Opera, etc can be found all over the place - >because we can :) > >-----Original Message----- >From: Shapira, Yoav [mailto:[EMAIL PROTECTED] >Sent: 28 May 2003 15:07 >To: Tomcat Users List >Subject: RE: CharConversionException: isHexDigit > > > >Howdy, >Dude -- I got the exact same thing yesterday and posted it! ;) Still >looking for the answer. > >I don't think it's a rare browser: 100% of my hits are from either IE5..5 >or IE6 on Windows 2000 (this is a closed intranet environment). > >Yoav Shapira >Millennium ChemInformatics > > >>-----Original Message----- >>From: Joel Carklin [mailto:[EMAIL PROTECTED] >>Sent: Wednesday, May 28, 2003 4:27 AM >>To: Tomcat Users List >>Subject: CharConversionException: isHexDigit >> >>hi everyone, >> >>i was wondering if anyone else has come across the following exception >>being thrown. i don't know what causes it and it doesn't seem to affect >>the web applications I'm running but I'm a bit concerned about it. It >>appears now and then, not very frequently, but often enough, in my >>catalina.out log file. Usually when I'm not around (like in the middle >>of the night!) >> >>Thanks for any help >> >>I'm using Tomcat 4.1.24 and the exception is: >> >>java.io.CharConversionException: isHexDigit >>at org.apache.tomcat.util.buf.UDecoder.convert(UDecoder.java:124) >>at org.apache.tomcat.util.buf.UDecoder.convert(UDecoder.java:87) >>org.apache.tomcat.util.http.Parameters.processParameters(Parameters.ja v >a:40 >>7) >>org.apache.tomcat.util.http.Parameters.processParameters(Parameters.ja v >a:49 >>5) >>org.apache.tomcat.util.http.Parameters.handleQueryParameters(Parameter s >...jav >>a:278) >>org.apache.coyote.tomcat4.CoyoteRequest.parseRequestParameters(CoyoteR e >ques >>t.java:1933) >>org.apache.coyote.tomcat4.CoyoteRequest.getParameterNames(CoyoteReques t >...jav >>a:953) >>org.apache.coyote.tomcat4.CoyoteRequest.getParameterMap(CoyoteRequest. .j >ava: >>933) >>org.apache.coyote.tomcat4.CoyoteRequestFacade.getParameterMap(CoyoteRe q >uest >>Facade.java:193) >>org.apache.catalina.core.ApplicationHttpRequest.setRequest(Application H >ttpR >>equest.java:525) >>org.apache.catalina.core.ApplicationHttpRequest.<init>(ApplicationHttp R >eque >>st.java:125) >>org.apache.catalina.core.ApplicationDispatcher.wrapRequest(Application D >ispa >>tcher.java:921) >>org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDi s >patc >>her.java:414) org.apache.catalina.core.ApplicationDispatcher.fo! >>rward(ApplicationDispatcher.java:356) >>org.apache.catalina.valves.ErrorDispatcherValve.custom(ErrorDispatcher V >alve >>.java:420) >>org.apache.catalina.valves.ErrorDispatcherValve.status(ErrorDispatcher V >alve >>.java:327) >>org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcher V >alve >>.java:181) >>org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext . >invo >>keNext(StandardPipeline.java:641) >>org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.ja v >a:17 >>2) >>org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext . >invo >>keNext(StandardPipeline.java:641) >>org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java : >480) >>org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) >>org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValv e >...jav >>a:174) >>org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext . >invo >>keNext(StandardPipeline.java:643) >>org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java : >480) >>org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) >>org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223 ) >>org.apache.coyote.http11.Http11Processor.process(Http11Processor.java: 5 >94) >>org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.proces s >Conn >>ection(Http11Protocol.java:392) >>org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java: 5 >65) >>org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPo o >l.ja >>va:619) >>at java.lang.Thread.run(Thread.java:536) >> >> >> >>--------------------------------------------------------------------- >>To unsubscribe, e-mail: [EMAIL PROTECTED] >>For additional commands, e-mail: [EMAIL PROTECTED] > > > > >This e-mail, including any attachments, is a confidential business >communication, and may contain information that is confidential, >proprietary and/or privileged. This e-mail is intended only for the >individual(s) to whom it is addressed, and may not be saved, copied, >printed, disclosed or used by anyone else. If you are not the(an) intended >recipient, please immediately delete this e-mail from your computer system >and notify the sender. Thank you. > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
