You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Colin Workman (JIRA)" <ax...@ws.apache.org> on 2005/09/01 12:11:10 UTC

[jira] Created: (AXIS-2205) Presence of " ** " in XML being parsed produces listing of files in $TOMCAT_HOME/bin

Presence of  " ** " in XML being parsed produces listing of files in $TOMCAT_HOME/bin
-------------------------------------------------------------------------------------

         Key: AXIS-2205
         URL: http://issues.apache.org/jira/browse/AXIS-2205
     Project: Apache Axis
        Type: Bug
 Environment: Tru64 Unix
 Reporter: Colin Workman


I am supporting a system that uses Axis web service. It has been running fine until someone sent XML containing the following

<Tag>THIS IS SOME TEXT ** THIS IS SOME MORE TEXT</Tag>

What I can see is that after the incoming SOAP/XML is parsed it looks like

<Tag>THIS IS SOME TEXT bootstrap.jar catalina.bat catalina.sh commons-daemon.jar commons-logging-api.jar core pappend.bat digest.bat digest.sh event_log.188061 event_log.188701 event_log.30641 event_log.312614 jmx.jar jsvc.tar.gz service.bat setclasspath.bat setclasspath.sh shutdown.bat shutdown.sh startup.bat startup.sh tomcat-juli.jar tomcat5.exe tomcat5w.exe tool-wrapper.bat tool-wrapper.sh version.bat version.sh  THIS IS SOME MORE TEXT</Tag>

I have traced the files listed in the XML and they all exist in $TOMCAT_HOME/bin

 I have also tried several permutations and it only happens when there is a space, two asterix and a space,e.g. " ** "

We are using Tomcat 5.5, Axis 1.1, Java 1.4.2 all running on Tru64 Unix and Ant to build on a Windows 2000 platform


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira