Hi Ias,
Thank you very much for the rapid response !
I'm afraid not :-) Actually Jongjin raised the issue and I
answered it based on the existing code.
It's wondering ... :)
I can see what you want to point out in the thread though,
I think that the existing code has a potential problem if
the code is inadequately supported by any global standard.
Do you know anything about this encoding (escaping) ?
Thanks,
Toshi <[EMAIL PROTECTED]>
On Mon, 14 Feb 2005, Changshin Lee wrote:
dims, and Ias,
Hmm, you don't know the reason ...
# changed from ws-axis-cvs to axis-dev
In addition, the commit log doesn't tell me the contributor and
the referred spec. It just says as follows;
.........*.........*.........*.........*.........*.........*.........*
Spent a few days with Purify and Quantify:
Performance Related:
- Ensure that serialization stuff is called only once and avoid
String<->byte[] conversions.
- File backed Byte Array for large messages
- cleanup encoder to avoid byte<->string conversions.
- use intern's in NSStack/Mapping to reduce new object creation
and speed up compares.
Others:
- file extensions for temp files clean up
- clean up encoding stuff (check message, then context, then the
axis engine for which encoding to use)
.........*.........*.........*.........*.........*.........*.........*
However, I guess it might be from Ias ... Right ?
<http://marc.theaimsgroup.com/?t=110423520200001&r=1&w=2>
I'm afraid not :-) Actually Jongjin raised the issue and I answered it
based on the existing code.
Cheers,
Ias
Thanks,
Toshi
On Mon, 14 Feb 2005, Davanum Srinivas wrote:
Please check the commit history...it was a patch from someone...
-- dims
On Mon, 14 Feb 2005 04:07:35 -0800 (PST), Toshiyuki Kimura
<[EMAIL PROTECTED]> wrote:
dims,
Thanks for the review and comments. :-)
Yes, I can use a FilterOutputStream. Can I ask a question
ahead of the modification ?
You added "" style of encoding to UTF8Encoder.java
looks like;
writer.write("&#x");
writer.write(Integer.toHexString(character).toUpperCase());
writer.write(";");
What kind of specification are you refering to do so ?
Is it for a spec for Web Services, not for HTML(s) ?
Thanks,
Toshi <[EMAIL PROTECTED]>
--
Davanum Srinivas - http://webservices.apache.org/~dims/