couldn't you set up an error-page that only runs for this exception and then
print out the parameters from that page? Or does the request not get that
far? If not write a valve/responseWrapper that catches response 500 errors
and act upon it.

Alternatively you could create your own RequestDumperValve that could write
only the params to its own logfile as to not fill up your usual logs.

Shouldn't your access log(if you have one) report a 500 response code for
that request? that could give you a time of occurrence and possibly the user
who requested it depending on your setup(since you have a closed
environment).

HTH,
Charlie

> -----Original Message-----
> From: Shapira, Yoav [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, May 28, 2003 12:31 PM
> To: Tomcat Users List
> Subject: RE: CharConversionException: isHexDigit
> 
> 
> 
> Howdy,
> 
> >User agents aren't 100% reliable and I think I remember 
> something about
> >Opera identifying itself as IE by default at one stage. Often when
> you're >using an
> >alternative browser you come across a site that insists on 
> using IE so
> you
> >change your user agent so you can use the site but forget to 
> change it
> back
> >afterwards.
> 
> You're right.  I had forgotten about that.  My Opera (7.02 
> for windows)
> indeed identifies itself as IE6 by default.  This is controllable via
> File->Preferences->Network->Browser Identification.
> 
> I'll keep that in mind -- thanks.  I wonder what could possibly cause
> this other than a rare browser...
> 
> Yoav Shapira
> 
> 
> 
> 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]

Reply via email to