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=21396>. 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=21396 Update excalibur-sourceresolver.jar when bug #21395 is fixed ------- Additional Comments From [EMAIL PROTECTED] 2003-07-14 20:12 ------- Excalibur fix requires FileSourceFactory to be used instead of URLSourceFactory for file: diff -u -r1.1.1.3 cocoon.xconf --- cocoon.xconf 2003/07/07 14:30:24 1.1.1.3 +++ cocoon.xconf 2003/07/14 19:42:00 @@ -219,6 +219,7 @@ <component-instance class="org.apache.excalibur.source.impl.ResourceSourceFactory" name="resource"/> <component-instance class="org.apache.cocoon.components.source.impl.ContextSourceFactory" name="context"/> <component-instance class="org.apache.cocoon.components.source.impl.SitemapSourceFactory" name="cocoon"/> + <component-instance class="org.apache.excalibur.source.impl.FileSourceFactory" name="file"/> <!-- the "*" protocol handles all uri schemes that are not explicitely specified. This includes all JDK standard protocols, with special handling of the "file:" protocol which is modifiable (can be written to) and traversable (directory structures can be crawled). --> NB that the comment for name="*" becomes missleading.
