You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by jy...@apache.org on 2005/12/19 22:46:55 UTC

svn commit: r357811 - in /xalan/java/trunk/src/org/apache/xalan/xsltc: compiler/Constants.java runtime/CallFunction.java

Author: jycli
Date: Mon Dec 19 13:46:50 2005
New Revision: 357811

URL: http://svn.apache.org/viewcvs?rev=357811&view=rev
Log:
Removed a unused class which introduced possible security exposure. Fixed bug report XALANJ-2249

Removed:
    xalan/java/trunk/src/org/apache/xalan/xsltc/runtime/CallFunction.java
Modified:
    xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/Constants.java

Modified: xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/Constants.java
URL: http://svn.apache.org/viewcvs/xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/Constants.java?rev=357811&r1=357810&r2=357811&view=diff
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/Constants.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/Constants.java Mon Dec 19 13:46:50 2005
@@ -258,8 +258,6 @@
     public static final String TRANSLET_OUTPUT_BASE       
 	= "org.apache.xalan.xsltc.TransletOutputBase";
     // output interface
-    public static final String CALL_FUNCTION_CLASS
-	= "org.apache.xalan.xsltc.runtime.CallFunction";
     public static final String TRANSLET_OUTPUT_INTERFACE
 	= "org.apache.xml.serializer.SerializationHandler";
     public static final String BASIS_LIBRARY_CLASS 



---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org