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=24240>.
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=24240

Generate/XInclude/CInclude from cocoon:// has wrong context





------- Additional Comments From [EMAIL PROTECTED]  2003-10-30 09:04 -------
I think the problem is inside MutableEnvironmentFacade:

   public void reset() {
        this.env.reset();
        // TODO - If we remove the line below, do we break something
        //        else again? If we leave it in, the SitemapSource
        //        object is unusable after a call to getInputStream()
        //        or toSAX() :(
        //this.env.setURI(this.uri, this.prefix);
    }

the env isn't reset to the old URI after a changeContext.

Reply via email to