[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

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

2005-07-09 Thread Venkat Reddy
We are already scanning well (AbstractEncoder.java line#109) and catching these invalid stuff (character 0x20), but simply throwing a Runtime exception here. The user is asking for encoding/escaping this subset of characters appropriately so that they can be decoded/unescaped on the clientside.

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

2005-07-08 Thread Venkat Reddy (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2025?page=comments#action_12315329 ] Venkat Reddy commented on AXIS-2025: Tom, Should we close this now, or do you have something in mind to fix this? I think that sending a fault message is good enough

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

2005-07-08 Thread Tom Jordahl (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2025?page=comments#action_12315334 ] Tom Jordahl commented on AXIS-2025: --- So enhancing the scanning of strings does not seem like a viable option here? At this point, returning a reasonable fault may be the best

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

2005-07-06 Thread Venkat Reddy (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2025?page=comments#action_12315123 ] Venkat Reddy commented on AXIS-2025: Checked in a fix for the problem of runtime exception while building AxisFault object. Now server should be sending a valid response

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

2005-06-28 Thread Venkat Reddy (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2025?page=comments#action_12314605 ] Venkat Reddy commented on AXIS-2025: Axis is not RPC middleware, it's a SOAP processor. And SOAP messages are valid XML stuff. You can probably try using SOAP attachments

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

2005-06-28 Thread Tom Jordahl (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2025?page=comments#action_12314606 ] Tom Jordahl 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 patch.

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

2005-06-28 Thread Venkat Reddy (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2025?page=comments#action_12314608 ] Venkat Reddy commented on AXIS-2025: Tom, so whats the best way to encode/escape these bad characters in SOAP message, while ensuring the message on the wire is

[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

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

2005-06-28 Thread Venkat Reddy
On 6/28/05, Shankar Unni (JIRA) axis-dev@ws.apache.org wrote: [ 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

[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-06-26 Thread Venkat Reddy (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2025?page=comments#action_12314506 ] Venkat Reddy commented on AXIS-2025: XML 1.0 (http://www.w3.org/TR/REC-xml/#charsets) allows only the following range of characters to be encoded. Character Range Char

[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] Commented: (AXIS-2025) Illegal XML characters in String arguments and return values cause XML exceptions in Axis calls

2005-05-30 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2025?page=comments#action_66547 ] Davanum Srinivas commented on AXIS-2025: check the server logs...post stack traces if any. thanks, dims Illegal XML characters in String arguments and return

[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