2007-04-16 Andrew John Hughes <gnu_andrew@member.fsf.org>

* javax/management/ObjectName.java:
        (parse(String)): Catch multiple wildcards,
        initialise with an empty string (so null isn't
        appended), and emit comma even when wildcard
        ends the list.
        (checkComponents()): Catch newlines.
        (quote(String)): Handle newlines and quotes
        correctly.

From-SVN: r123873
This commit is contained in:
Andrew John Hughes
2007-04-16 14:50:03 +00:00
committed by Andrew Haley
parent 9cb116cb55
commit b3ea5d8ea6
3 changed files with 84 additions and 33 deletions
+11
View File
@@ -1,3 +1,14 @@
2007-04-16 Andrew John Hughes <gnu_andrew@member.fsf.org>
* javax/management/ObjectName.java:
(parse(String)): Catch multiple wildcards,
initialise with an empty string (so null isn't
appended), and emit comma even when wildcard
ends the list.
(checkComponents()): Catch newlines.
(quote(String)): Handle newlines and quotes
correctly.
2007-04-16 Andrew Haley <aph@redhat.com>
* org/omg/IOP/TaggedComponentHelper.java (read): Use