DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=32491>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=32491 ------- Additional Comments From [EMAIL PROTECTED] 2004-12-03 09:07 ------- (In reply to comment #0) > The code of the CInclude transformer does not seem to have changed. I suspect > that this is a bug in the Excalibur SourceResolver, but I can't find where > this > could be. If someone can make this into a more specific Excalibur bug, please > do. It seems to be a problem with Xalan. The XMLUtils.serializeNode sets the output format on the transformerHandler. This output format contains a omit-xml-declaration=true as a default property but the result written by the transformerHandler is <?xml version="1.0" encoding="UTF-8"?>POST. The transformerHandler instance used is org.apache.xalan.transformer.TransformerIdentityImpl... The CInclude transformer, not recognizing this as a POST, defaults to the GET method. Stefan. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
