DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13842>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13842 URLSource not truly cached :( Summary: URLSource not truly cached :( Product: Avalon Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: Other Component: Excalibur AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] org.apache.avalon.excalibur.source.impl.URLSource uses LastModifiedTime to get SourceValidity, unfortunatelly it always connect to external source (ex. http://host/source/path) to check if last modification time is changed, but it acces this source by method "GET" (not "HEAD"), so every time Web server returns whole resource :((( So even this source is returned from cache, it always is readed from web server :( -- To unsubscribe, e-mail: <mailto:avalon-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:avalon-dev-help@;jakarta.apache.org>