org.apache.axis2.util.StreamWraper.getTextLength() returns wrong value
----------------------------------------------------------------------
Key: AXIS2-833
URL: http://issues.apache.org/jira/browse/AXIS2-833
Project: Apache Axis 2.0 (Axis2)
Type: Bug
Components: core
Reporter: Raymond Feng
Priority: Critical
Attachments: rfeng.txt
org.apache.axis2.util.StreamWraper .getTextLength()
public int getTextLength() {
if (prevState != STATE_INIT) {
return realReader.getTextStart(); // Obviously it's a typo, should
call realReader.getTextLength(0
} else {
return 0;
}
}
--
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]