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:
committed by
Andrew Haley
parent
9cb116cb55
commit
b3ea5d8ea6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user