Hello, attached is our patch. It applies cleanly on top of current trunk
rev. 1244719. It has rudimentary support for fragmentation (callback after
last frame), supports close messages and ping/pong. Sorry for not sending a
patchset but I thought it wouldn't really make sense, since there were
quit
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "GettingStarted" page has been changed by Keith Woodward:
http://wiki.apache.org/tomcat/GettingStarted?action=diff&rev1=14&rev2=15
Comment:
Important info for new starters about ser
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-trunk-validate-eoln has an issue affecting its community
integrati
On Wed, Feb 15, 2012 at 12:10 PM, Mark Thomas wrote:
> On 15/02/2012 19:58, Costin Manolache wrote:
> > In spdy I'm using a SpdyFrame class ( spdy allow data frames to be
> > fragmented any
> > way you want by intermediary - so even if I receive a huge frame, I can
> > split it
> > in buffer-size
https://issues.apache.org/bugzilla/show_bug.cgi?id=52677
Gary Timuss changed:
What|Removed |Added
Priority|P2 |P3
CC|
https://issues.apache.org/bugzilla/show_bug.cgi?id=52677
Bug #: 52677
Summary: embedded SetCharacterEncodingFilter in
org.apache.catalina.filters is not usable as it does
not implement javax.servlet.Filter
Product: Tomcat 5
Hi, sorry for the delay, we got stalled a little bit, I'll post the patch
today (US central time) after I manage to merge it (oh the cursed newlines).
Thanks,
Petr
On Mon, Feb 13, 2012 at 14:18, Christopher Schultz <
ch...@christopherschultz.net> wrote:
> Jeremy,
>
> On 2/10/12 12:08 PM, Jeremy B
2012/2/16 Mark Claassen :
> We would like to use the flexibility of the standard logging mechanism for
> the AccessLogValue. I could find no way to do this. Looking at the
> AccessLogValve code in Tomcat 7, it seems it would really would not be hard
> to add.
>
> There already is standard logger
Awesome. Thanks for the immediate response!
I see that the ExtendedAccessLogValve would need to be tweaked as well, and
that one would loose the repeating header bit when using the system logger
(or "outputLogger")
I guess th header could still be written on init (and maybe when the
pattern chan
https://issues.apache.org/bugzilla/show_bug.cgi?id=52640
Mark Thomas changed:
What|Removed |Added
OS/Version||All
--- Comment #1 from Mark Thomas
Author: markt
Date: Wed Feb 15 21:48:58 2012
New Revision: 1244747
URL: http://svn.apache.org/viewvc?rev=1244747&view=rev
Log:
Proposal
Modified:
tomcat/tc5.5.x/trunk/STATUS.txt
Modified: tomcat/tc5.5.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt?rev=1
https://issues.apache.org/bugzilla/show_bug.cgi?id=52671
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Wed Feb 15 21:41:49 2012
New Revision: 1244746
URL: http://svn.apache.org/viewvc?rev=1244746&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52671
Log NPEs for attributes that are not set at debug.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
https://issues.apache.org/bugzilla/show_bug.cgi?id=52669
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
On 15/02/2012 21:23, Mark Claassen wrote:
> We would like to use the flexibility of the standard logging mechanism for
> the AccessLogValue. I could find no way to do this. Looking at the
> AccessLogValve code in Tomcat 7, it seems it would really would not be hard
> to add.
I added org.apache.j
We would like to use the flexibility of the standard logging mechanism for
the AccessLogValue. I could find no way to do this. Looking at the
AccessLogValve code in Tomcat 7, it seems it would really would not be hard
to add.
There already is standard logger in the AccessLogValve class, which is
Author: markt
Date: Wed Feb 15 21:22:19 2012
New Revision: 1244737
URL: http://svn.apache.org/viewvc?rev=1244737&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52669
Correct regression introduced by the invalid assumptions made in the
hack for Eclipse to address
https://issu
Author: markt
Date: Wed Feb 15 20:58:16 2012
New Revision: 1244719
URL: http://svn.apache.org/viewvc?rev=1244719&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52671
Log NPEs for attributes that are not set at debug.
Modified:
tomcat/trunk/java/org/apache/catalina/mbeans
Author: markt
Date: Wed Feb 15 20:57:36 2012
New Revision: 1244718
URL: http://svn.apache.org/viewvc?rev=1244718&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52669
Correct regression introduced by the invalid assumptions made in the
hack for Eclipse to address
https://issu
On 15/02/2012 19:58, Costin Manolache wrote:
> In spdy I'm using a SpdyFrame class ( spdy allow data frames to be
> fragmented any
> way you want by intermediary - so even if I receive a huge frame, I can
> split it
> in buffer-sized frames - I believe you can do the same for websocket, as
> long
>That is a comment that the layout needs to be
>cleaner (a comment I agree with).
I agree too. I tried to create a cleaner layout and I posted a mockup for
all to see and voice their opinions.
https://s3.amazonaws.com/jjbosstracker/TomcatMockup.jpg
I'll leave it to Mark, Konstantin, Wesley and w
https://issues.apache.org/bugzilla/show_bug.cgi?id=52669
Mike Youngstrom changed:
What|Removed |Added
CC||you...@gmail.com
--
Configure b
https://issues.apache.org/bugzilla/show_bug.cgi?id=51741
--- Comment #12 from Mark Thomas 2012-02-15 19:59:18 UTC ---
Note that the patch to ContextConfig contained invalid assumptions that
triggered regressions (see bug 52669). Namely:
- the patch assumed that web applications were always deploy
On Wed, Feb 15, 2012 at 10:31 AM, Mark Thomas wrote:
> On 15/02/2012 16:11, Costin Manolache wrote:
> > After I submit, I'll give a try to changing SocketWrapper (non-generic,
> > add read/write), in the git. If you don't like it - easy to drop the
> branch,
> > but I think it'll simplify the old
Author: markt
Date: Wed Feb 15 18:40:19 2012
New Revision: 1244639
URL: http://svn.apache.org/viewvc?rev=1244639&view=rev
Log:
UCDetector warnings
Modified:
tomcat/trunk/java/org/apache/coyote/http11/upgrade/UpgradeAprProcessor.java
tomcat/trunk/java/org/apache/coyote/http11/upgrade/Upgra
Author: markt
Date: Wed Feb 15 18:39:29 2012
New Revision: 1244638
URL: http://svn.apache.org/viewvc?rev=1244638&view=rev
Log:
Fix refactoring snafu
Modified:
tomcat/trunk/java/org/apache/coyote/http11/upgrade/UpgradeProcessor.java
Modified:
tomcat/trunk/java/org/apache/coyote/http11/upgrad
On 15/02/2012 16:11, Costin Manolache wrote:
> After I submit, I'll give a try to changing SocketWrapper (non-generic,
> add read/write), in the git. If you don't like it - easy to drop the branch,
> but I think it'll simplify the old connectors enough to compensate for the
> extra complexity I'm a
https://issues.apache.org/bugzilla/show_bug.cgi?id=52666
Mark Thomas changed:
What|Removed |Added
Component|Jasper |Jasper
Version|7.0.25
Author: markt
Date: Wed Feb 15 16:31:36 2012
New Revision: 1244575
URL: http://svn.apache.org/viewvc?rev=1244575&view=rev
Log:
Proposal
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1
Author: markt
Date: Wed Feb 15 16:30:37 2012
New Revision: 1244574
URL: http://svn.apache.org/viewvc?rev=1244574&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52666
Correct coercion order in EL for A {==,!=,eq,ne} B
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
Author: markt
Date: Wed Feb 15 16:26:08 2012
New Revision: 1244567
URL: http://svn.apache.org/viewvc?rev=1244567&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52666
Correct coercion order in EL for A {==,!=,eq,ne} B
Modified:
tomcat/trunk/java/org/apache/el/lang/ELSuppo
On Wed, Feb 15, 2012 at 12:34 AM, Mark Thomas wrote:
>
> > Processor is tied to one request/response - Spdy protocol is a
> multiplexing
> > protocol, so one spdy connection will have 100s of Requests.
> > I am using Processor interface for each muxed spdy stream.
>
> Hmm. I wonder if we need a d
On Wed, Feb 15, 2012 at 12:56 AM, Mladen Turk wrote:
> On 02/15/2012 04:53 AM, Costin Manolache wrote:
>
>> Uploaded another take.
>>
>>
>> For non-SSL ( JIO, and apr without ssl ) -> SPDY just kicks in on all
>> connections,
>> this is just a short-cut for testing. I could also define a SpdyPro
On Wed, Feb 15, 2012 at 6:33 AM, Mark Thomas wrote:
> On 15/02/2012 03:53, Costin Manolache wrote:
> > Uploaded another take.
> >
> > This time I'm just adding
> >
> https://github.com/costinm/tomcat/blob/trunk/java/org/apache/tomcat/util/net/LightHandler.java
> >
> > which is just a Handler - li
https://issues.apache.org/bugzilla/show_bug.cgi?id=52548
Mark Thomas changed:
What|Removed |Added
Component|Integration |Native:Packaging
Version|
Author: markt
Date: Wed Feb 15 15:00:25 2012
New Revision: 1244524
URL: http://svn.apache.org/viewvc?rev=1244524&view=rev
Log:
Proposal
Modified:
tomcat/tc5.5.x/trunk/STATUS.txt
Modified: tomcat/tc5.5.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt?rev=1
Author: markt
Date: Wed Feb 15 14:59:05 2012
New Revision: 1244520
URL: http://svn.apache.org/viewvc?rev=1244520&view=rev
Log:
Proposal
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1
Author: markt
Date: Wed Feb 15 14:57:06 2012
New Revision: 1244519
URL: http://svn.apache.org/viewvc?rev=1244519&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52548
Update Commons Daemon to 1.0.9
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk
Author: markt
Date: Wed Feb 15 14:48:52 2012
New Revision: 1244511
URL: http://svn.apache.org/viewvc?rev=1244511&view=rev
Log:
Update to Commons Daemon 1.0.9
Modified:
tomcat/trunk/build.properties.default
Modified: tomcat/trunk/build.properties.default
URL:
http://svn.apache.org/viewvc/tom
On 15/02/2012 03:53, Costin Manolache wrote:
> Uploaded another take.
>
> This time I'm just adding
> https://github.com/costinm/tomcat/blob/trunk/java/org/apache/tomcat/util/net/LightHandler.java
>
> which is just a Handler - like AjpConnectionHandler,
> Http11ConnectionHandler.
>
> I believe t
https://issues.apache.org/bugzilla/show_bug.cgi?id=52671
Bug #: 52671
Summary: NIO Connector: Exception invoking method readBufSize /
writeBufSize in the JMX Proxy Servlet
Product: Tomcat 7
Version: 7.0.25
Platform: PC
https://issues.apache.org/bugzilla/show_bug.cgi?id=52669
violet...@apache.org changed:
What|Removed |Added
Summary|Annotation processing for |Annotation processing, in
On 02/15/2012 04:53 AM, Costin Manolache wrote:
Uploaded another take.
For non-SSL ( JIO, and apr without ssl ) -> SPDY just kicks in on all
connections,
this is just a short-cut for testing. I could also define a SpdyProtocol
and set it
directly on the connector - but seems too much overhead
On 15/02/2012 03:53, Costin Manolache wrote:
> Uploaded another take.
>
> This time I'm just adding
> https://github.com/costinm/tomcat/blob/trunk/java/org/apache/tomcat/util/net/LightHandler.java
>
> which is just a Handler - like AjpConnectionHandler,
> Http11ConnectionHandler.
>
> I believe t
44 matches
Mail list logo