[Bug 55603] Printing from servlet causes endles spoolling

2013-09-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55603 Mark Thomas changed: What|Removed |Added Status|NEEDINFO|RESOLVED Resolution|---

Re: Recent tcnative null-dereference with 8.0.0-RC3 and 7.0.45 [tcnative-1.dll+0x7e23]

2013-09-28 Thread Rainer Jung
Hi Chris, On 28.09.2013 01:49, Christopher Schultz wrote: > All, > > I know Mark and Rainer are working on trying to avoid corruption of what > looks like pollset counts or whatever, but I wanted to know if anyone > can help me decode the cause of the null-dereference that's occurring. > > Obvio

[Bug 55603] Printing from servlet causes endles spoolling

2013-09-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55603 --- Comment #7 from Jodgi --- Well... tomcat must have its own share of responsability, because everything works perfectly in the CLI. However, you are the experts here, this not being a bug is a great help, because now I will look somewh

Re: Recent tcnative null-dereference with 8.0.0-RC3 and 7.0.45 [tcnative-1.dll+0x7e23]

2013-09-28 Thread Mladen Turk
On 09/28/2013 12:25 PM, Rainer Jung wrote: I can't seem to reproduce the problem using an APR connector on Linux: reports seems to indicate that trivially accessing Tomcat via an HTTP APR connector will cause a crash, and I was able to run the following command without bringing down my instance

RE: Possible IIS SPDY Redirector for Tomcat

2013-09-28 Thread Konstantin Preißer
Hi all, about a year ago, I wrote about an IIS SPDY/3 Redirector written in C# that could be used to redirect requests from IIS to Tomcat, Jetty, or other servers with SPDY/3 support; as an alternative to the ISAPI redirector that uses AJP - see [1]. It uses the new managed module pipeline that

[Bug 55608] New: fmt:bundle tag unnecessarily buffers body content

2013-09-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55608 Bug ID: 55608 Summary: fmt:bundle tag unnecessarily buffers body content Product: Taglibs Version: unspecified Hardware: PC OS: Linux Status: NEW Se

[Bug 55609] New: c:forEach loop on integer range consumes unnecessary heap space in proportion to value for "end"

2013-09-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55609 Bug ID: 55609 Summary: c:forEach loop on integer range consumes unnecessary heap space in proportion to value for "end" Product: Taglibs Version: unspecified Hardware

[Bug 55609] c:forEach loop on integer range consumes unnecessary heap space in proportion to value for "end"

2013-09-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55609 --- Comment #1 from Dan Armstrong --- One observation: Integer.valueOf was added in Java 1.5, so we'll need to stick with new Integer(next++) in the iterator. - Thanks!!! -- You are receiving this mail because: You are the assignee for t

[Bug 55609] c:forEach loop on integer range consumes unnecessary heap space in proportion to value for "end"

2013-09-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55609 --- Comment #2 from Dan Armstrong --- I've been looking into this further. This enhancement has already been made in the 1.2 series of standard taglib. I hope you will still add it to any future release of the 1.1 series. -- You are rec

[Bug 55608] fmt:bundle tag unnecessarily buffers body content

2013-09-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55608 --- Comment #1 from Dan Armstrong --- FYI: I have confirmed this unnecessary buffering remains in the most recent 1.2 branch in SVN. -- You are receiving this mail because: You are the assignee for the bug. --