Fixed bug when Content-Type was not set (it was set but the value of the HttpMimeType was null, defeating the usual check) Implemented WebDAV powered Jigedit Fixed If-None-Match during the creation of a FileResource Fixed trailing / for negotiated resources, it was ignored, resulting in bad relative links Fixed If-None-Match in HTTPFrame, it now handles * ResourceStoreManager will issue a warning when a store raise an exception during save, the general save will continue (it was not the case before) In CvsFileFrame, cvs update is performed also prior to a PUT. Fixed indexer so that fake file resource can be created, as it may be dangerous for directories, it is still forbidden on those. Fix NewStoreEntry, hashtable of loaded ResourceReference is now cleared when the store is unloaded. Fix in EditableSlider, now a textfield can resize the boundaries of the slider, a non-extensible mode is also available Fixed RedirectedFrame to add Content-Location after the internal redirect, and Referer is kept. Added synchronization fo class loading in servlet's class loader Added CountInputStream, to get the actual number of bytes read. Implementation of Apache mod_asis Fixed NegotiatedFrame to gather filters from the selected resource, collected during the lookup, instead of the perform. However perform may select the resource if the state is lost because of another filter.