Author: thorsten
Date: Thu Oct 23 03:03:17 2008
New Revision: 707330
URL: http://svn.apache.org/viewvc?rev=707330&view=rev
Log:
Linking to the corresponding issue
Modified:
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/impl/helper/StAX.java
Modified:
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/impl/helper/StAX.java
URL:
http://svn.apache.org/viewvc/forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/impl/helper/StAX.java?rev=707330&r1=707329&r2=707330&view=diff
==============================================================================
---
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/impl/helper/StAX.java
(original)
+++
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/impl/helper/StAX.java
Thu Oct 23 03:03:17 2008
@@ -322,7 +322,8 @@
Iterator namespaces = null;
/*
* Workaround to a xalan bug see thread
- * http://markmail.org/message/5bekq5goyeik7q7l
+ * http://markmail.org/message/5bekq5goyeik7q7l
+ * and XALANJ-2301
*
* We will only append ns declaration for xsl:stylesheet any other xsl
element needs to be
* child of this element in any form so we are save to do so.