Quoting "Craig R. McClanahan" <[EMAIL PROTECTED]>:

> To my knowledge, this is not a known issue.  In fact, I've got tons of
> stuff
> that
> depends on request parameters working just fine in 4.0.  I would be
> very
> interested
> in a simple test case that can reproduce what you're seeing.

I know that parameters on the URL are working.
Perhaps there is a bug with POST parameters. I'll look into it, but if you could
give more details, that would help.

I did some testing with my HTTP and WebDAV client (which has just started doing
useful stuff), and HTTP pipelining seems to be working well. I found some WebDAV
related performance enhancements I could make in the process. Right now, some
PROPFIND requests can take a long time to process, when there is serveral
hundred resources to list (around 1s / 100 resources). That could be helped by
using streaming, instead of building the whole response in a StreamBuffer as I'm
doing right now.
 
> By the way, there is no "milestone 5" yet, despite the announcement of
> plans to
> have one done.  We really want to have a workable connector that people
> can
> test,
> and what's in CVS isn't quite there yet.

Remy

Reply via email to