You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by bu...@apache.org on 2002/10/22 11:40:23 UTC

DO NOT REPLY [Bug 13842] New: - URLSource not truly cached :(

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: avalon-dev@jakarta.apache.org
        ReportedBy: jarekl@pi.net.pl


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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


bug reporting issue

Posted by Stephen McConnell <mc...@apache.org>.

Current bug reports such as th isue posted by jarekl@pi.net.pl attribute 
the problem to the compoennt named "excalibur".  We all know that 
Excaliobur is a Avalon sub-project containing some 43 odd 
sub-sub-projects.  Is it possible to uodate the bug reprting component 
list so that the specific Excalibur component is listed instead of the 
Excalibur "general" heading.  I guess the same question applies to dozen 
or so sub-sub-project in Cornerstone and structure in Apps.

Steve.


bugzilla@apache.org wrote:

>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: avalon-dev@jakarta.apache.org
>        ReportedBy: jarekl@pi.net.pl
>
>
>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:   <ma...@jakarta.apache.org>
>For additional commands, e-mail: <ma...@jakarta.apache.org>
>
>
>
>  
>

-- 

Stephen J. McConnell

OSM SARL
digital products for a global economy
mailto:mcconnell@osm.net
http://www.osm.net




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>