Chris Winters wrote:
Jerome Louvel wrote:
Thanks for reporting this regression. It's fixed it in SVN. Make sure you
fully refresh your local copy.

Wow, lots of updates! And more API breaks :-) I'll plow through those and let you know how it goes.

BTW, thanks for keeping up the relatively detailed notes the changelog. I know it's a PITA to do but much appreciated.

Okay, that didn't take too long. Mostly just the MediaType/s collapsing (which is nice). Another thing I noticed is that using a base filename in the DirectoryHandler no longer works. My older code had:

    DirectoryHandler staticFiles =
            new DirectoryHandler( this, webUri, "index" );

which didn't pull up the 'index.html' page on a directory request. Changing it to:

    DirectoryHandler staticFiles =
            new DirectoryHandler( this, webUri, "index.html" );

worked fine. Do you think it's a good idea to have a set of possible files, similar to the Apache directive?

I'll post a link to the silly sample app in a few minutes. Thanks for the updates!

Chris

--
Chris Winters ([EMAIL PROTECTED])
Lead Software Developer
Vocollect Healthcare Systems

CONFIDENTIAL, PRIVILEGED COMMUNICATION: This e-mail is private and intended for the addressee(s) only. It may contain privileged and/or confidential information. If you have received it in error you are not authorized to disseminate it in any manner; please delete it and any copies and reply to the sender that it was misdirected.

Reply via email to