https://issues.apache.org/bugzilla/show_bug.cgi?id=47860

--- Comment #2 from Mario Frasca <[email protected]> 2009-09-18 01:50:19 PDT ---
(In reply to comment #1)
> Created an attachment (id=24288)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24288) [details]
> the proposed patch
> 
> actually, I did not test it yet, but this is the idea.

tested now.  it seems to do what I want, except for an obvious bug:

before ignoring the first character of the String value, I should first check
that the string is not empty!

        if (value.length()>0)
            value = value.substring(1);

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to