Hi Team, this bug + patch seems to me very valid and needful. <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7952>
one problem...the patch changes the Enviroment interface and my experience is that you don't like this very much. is there any problem when we add this two method to the Enviroment interface: <code> /** * Sets the timestamp for the responce. This may be used by * subclasses to perform some smart activity: for example, * to return the Last-Modified HTTP header or to set the * file attributes. */ void setTimestamp(long ts); /** * Get current timestamp. */ long getTimestamp(); </code> Thanx ~Gerhard ------------------------------------------------------------------ Calvin: People think it must be fun to be a super genius, but they don't realize how hard it is to put up with all the idiots in the world. Hobbes: Isn't your pants' zipper supposed to be in the front? ------------------------------------------------------------------ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]