[jira] Commented: (AXIS-2025) Illegal XML characters in String arguments and return values cause XML exceptions in Axis calls

2005-07-22 Thread Shankar Unni (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2025?page=comments#action_12316558 ] Shankar Unni commented on AXIS-2025: Yes, I accept, I suppose, reluctantly. Looks like the good folks working on the standard haven't looked at it directly from the point

[jira] Commented: (AXIS-2025) Illegal XML characters in String arguments and return values cause XML exceptions in Axis calls

2005-06-28 Thread Shankar Unni (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2025?page=comments#action_12314621 ] Shankar Unni commented on AXIS-2025: With less jumping up and down and more providing of a patch, I would think that this is a valid bug and be inclined to apply the

[jira] Commented: (AXIS-2025) Illegal XML characters in String arguments and return values cause XML exceptions in Axis calls

2005-06-27 Thread Shankar Unni (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2025?page=comments#action_12314561 ] Shankar Unni commented on AXIS-2025: I absolutely can't BELIEVE this!! You're missing the point COMPLETELY. PLEASE REOPEN THIS BUG. When I use Axis to create an

[jira] Commented: (AXIS-2025) Illegal XML characters in String arguments and return values cause XML exceptions in Axis calls

2005-06-27 Thread Shankar Unni (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2025?page=comments#action_12314562 ] Shankar Unni commented on AXIS-2025: As far as I can tell, all that is required is for strings to be scanned by the encoder for the presence of illegal XML characters, and

[jira] Commented: (AXIS-2025) Illegal XML characters in String arguments and return values cause XML exceptions in Axis calls

2005-05-31 Thread Shankar Unni (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2025?page=comments#action_66676 ] Shankar Unni commented on AXIS-2025: Regarding Simon's comment: yes, 0x3 is not a valid XML character. That's exactly the point. The original *String* argument in the

[jira] Commented: (AXIS-2025) Illegal XML characters in String arguments and return values cause XML exceptions in Axis calls

2005-05-31 Thread Shankar Unni (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2025?page=comments#action_66678 ] Shankar Unni commented on AXIS-2025: Regarding the server logs. I'm going to post a series of comments, one each for Axis 1.1 and Axis 1.2, for each of the String

[jira] Updated: (AXIS-2025) Illegal XML characters in String arguments and return values cause XML exceptions in Axis calls

2005-05-31 Thread Shankar Unni (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2025?page=all ] Shankar Unni updated AXIS-2025: --- Attachment: Axis1.1echoAPI.log Client-side exception trace for String echo(String msg) API, with Axis 1.1. No server-side logs seen. In Tcpmon, I see: REQUEST:

[jira] Updated: (AXIS-2025) Illegal XML characters in String arguments and return values cause XML exceptions in Axis calls

2005-05-31 Thread Shankar Unni (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2025?page=all ] Shankar Unni updated AXIS-2025: --- Attachment: Axis1.2echoAPI.log Client-side exception for String echo(String msg) API. No server-side error logged. Notice that this one didn't even make it over

[jira] Updated: (AXIS-2025) Illegal XML characters in String arguments and return values cause XML exceptions in Axis calls

2005-05-31 Thread Shankar Unni (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2025?page=all ] Shankar Unni updated AXIS-2025: --- Attachment: Axis1.1badmsgAPI.log Client-side log for String badmsg() API with Axis 1.1. No server-side error logged. Tcpmon shows: REQUEST: POST /test/foo.jws

[jira] Updated: (AXIS-2025) Illegal XML characters in String arguments and return values cause XML exceptions in Axis calls

2005-05-31 Thread Shankar Unni (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2025?page=all ] Shankar Unni updated AXIS-2025: --- Attachment: Axis1.2badmsgAPI.log Client-side log for String badmsg() API, with Axis 1.2. No server-side messages logged. Notice that in this one, the response is

[jira] Created: (AXIS-2025) Illegal XML characters in String arguments and return values cause XML exceptions in Axis calls

2005-05-28 Thread Shankar Unni (JIRA)
Illegal XML characters in String arguments and return values cause XML exceptions in Axis calls --- Key: AXIS-2025 URL: http://issues.apache.org/jira/browse/AXIS-2025 Project: Axis

[jira] Commented: (AXIS-2025) Illegal XML characters in String arguments and return values cause XML exceptions in Axis calls

2005-05-28 Thread Shankar Unni (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2025?page=comments#action_66516 ] Shankar Unni commented on AXIS-2025: PS For this example, I used Tomcat 5.5.9 with a simple webapp called test whose web.xml has the following, and I simply put my