Re: connection pool maxActive = 0 != unlimited in new version

2008-03-08 Thread Phil Steitz
On Fri, Mar 7, 2008 at 3:41 PM, william kinney <[EMAIL PROTECTED]> wrote: > Hi, > > After some painful research and code digging, I found that in commons-pool > versions > 1.2 (ie 1.3 and 1.4), the logic for maxActive changed for > "unlimited". 0 no longer means unlimited as it did in 1.2 and pr

RequestDispatcher, wrapper, and file upload - ANSWER

2008-03-08 Thread John O'Hanley
Found the answer to my question. The call to request.getRequestDispathcher(String aPath) works as it should. However, this method represents a kind of 'back door', through which query params may be added. Since my wrappER doesn't override this method, it does a call forward to the 'wrappEE'.