Author: kfujino
Date: Thu May 9 05:55:55 2013
New Revision: 1480533
URL: http://svn.apache.org/r1480533
Log:
Rename in order to prevent execution errors in via JMX.
addLifeCycleListener -> addLifecycleListener
removeLifeCycleListener -> removeLifecycleListener
Modified:
tomcat/trunk/java/org
Author: kfujino
Date: Thu May 9 05:40:34 2013
New Revision: 1480531
URL: http://svn.apache.org/r1480531
Log:
Add support for using non cluster manager in cluster environment.
Modified:
tomcat/trunk/java/org/apache/catalina/storeconfig/StandardContextSF.java
Modified:
tomcat/trunk/java/org/
https://issues.apache.org/bugzilla/show_bug.cgi?id=54942
Chuck Caldarale changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=54942
Bug ID: 54942
Summary: a design question of websocket
Product: Tomcat 7
Version: 7.0.39
Hardware: PC
OS: Windows XP
Status: NEW
Severity: normal
https://issues.apache.org/bugzilla/show_bug.cgi?id=53829
jolangle.king changed:
What|Removed |Added
CC||gaochan...@126.com
--
You are rec
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=54703
Jarek Gawor changed:
What|Removed |Added
CC||jga...@gmail.com
--- Comment #7 from
https://issues.apache.org/bugzilla/show_bug.cgi?id=54939
Bug ID: 54939
Summary: No useful logging when maxHeaderCount hit
Product: Tomcat 7
Version: 7.0.39
Hardware: All
OS: All
Status: NEW
Severity: norma
Mark,
On 5/7/13 5:05 PM, Mark Thomas wrote:
> On 07/05/2013 21:13, Christopher Schultz wrote:
>> Mark,
>
>> On 5/7/13 8:54 AM, Mark Thomas wrote:
>>> In an attempt to improve the situation, I have tried to document
>>> a proposed expected behaviour [4].
>
>> Cool. Two question:
>
>> 1. What is
Mark,
On 5/8/13 10:08 AM, Mark Thomas wrote:
> On 08/05/2013 14:22, Christopher Schultz wrote:
>> Mark,
>
>> On 5/7/13 11:54 AM, ma...@apache.org wrote:
>>> Author: markt Date: Tue May 7 15:54:36 2013 New Revision:
>>> 1479953
>>>
>>> URL: http://svn.apache.org/r1479953 Log: Fix
>>> https://issu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 08/05/2013 14:22, Christopher Schultz wrote:
> Mark,
>
> On 5/7/13 11:54 AM, ma...@apache.org wrote:
>> Author: markt Date: Tue May 7 15:54:36 2013 New Revision:
>> 1479953
>>
>> URL: http://svn.apache.org/r1479953 Log: Fix
>> https://issues.apac
Mark,
On 5/7/13 11:54 AM, ma...@apache.org wrote:
> Author: markt
> Date: Tue May 7 15:54:36 2013
> New Revision: 1479953
>
> URL: http://svn.apache.org/r1479953
> Log:
> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54703
> Be tolerant of applications that pass CR or LF in setHeader()
On 7 May 2013 16:54, wrote:
> Author: markt
> Date: Tue May 7 15:54:36 2013
> New Revision: 1479953
>
> URL: http://svn.apache.org/r1479953
> Log:
> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54703
> Be tolerant of applications that pass CR or LF in setHeader() values.
> Fix some whi
Author: markt
Date: Wed May 8 10:29:33 2013
New Revision: 1480220
URL: http://svn.apache.org/r1480220
Log:
Fix the last access time TODOs (we'll need the wrapper for the non-blocking
changes anyway).
Modified:
tomcat/trunk/java/org/apache/coyote/http11/InternalAprOutputBuffer.java
Modified
18 matches
Mail list logo