https://issues.apache.org/bugzilla/show_bug.cgi?id=54939
--- Comment #8 from Jackie Rosen ---
*** Bug 260998 has been marked as a duplicate of this bug. ***
Seen from the domain http://volichat.com
Page where seen: http://volichat.com/adult-chat-rooms
Marked for reference. Resolved as fixed @bugz
https://issues.apache.org/bugzilla/show_bug.cgi?id=54939
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=54939
--- Comment #6 from Mark Thomas ---
I'd like to see this issue resolved for the 7.0.41 so I will be fixing it
shortly.
--
You are receiving this mail because:
You are the assignee for the bug.
https://issues.apache.org/bugzilla/show_bug.cgi?id=54939
--- Comment #5 from Mark Thomas ---
Great. Here are some (short) pointers.
1. Patches should be against https://svna.apache.org/repos/asf/tomcat/trunk and
attached to this issue in "diff -u" format
2. o.a.tomcat.util.log.UserDataHelper is
https://issues.apache.org/bugzilla/show_bug.cgi?id=54939
--- Comment #4 from Eric Dalquist ---
Adapter.log() logs the request so you see an entry in the localhost_access log
that looks like:
128.104.17.46 - - [07/May/2013:15:50:44 -0500] "GET /portal/layout.json
HTTP/1.1" 400 -
That doesn't rea
https://issues.apache.org/bugzilla/show_bug.cgi?id=54939
--- Comment #3 from Christopher Schultz ---
Hmm. Sounds like using a new kind of exception type is appropriate: that could
be logged specially. I wonder why Adapter.log() isn't actually logging
anything...
--
You are receiving this mail b
https://issues.apache.org/bugzilla/show_bug.cgi?id=54939
Lyle Hanson changed:
What|Removed |Added
CC||issues.apache.org@lyle.33ma
https://issues.apache.org/bugzilla/show_bug.cgi?id=54939
--- Comment #2 from Eric Dalquist ---
The IllegalStateException is getting thrown but the try/catch that handles it
sets the response to 400, logs the request and sets an error flag. No stack
trace shows up in any log or on the rendered res
https://issues.apache.org/bugzilla/show_bug.cgi?id=54939
--- Comment #1 from Christopher Schultz ---
An IllegalStateException should be thrown in this case. Are you not seeing that
in any log? I would expect IllegalStateException to propagate back to the error
page including a stack trace, etc. I