John,
Thanks for the patch, I just checked it in. -- Tom Jordahl -----Original Message----- From: John Gregg [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 26, 2002 3:20 PM To: [EMAIL PROTECTED] Subject: [PATCH] for RPCProvider.java Hi all, I discovered the hard way that RPCProvider.java doesn't like comma-delimited allowed methods even though the docs claim it's ok. Sure enough, the only delimiter specified in the StringTokenizer is a space. I made the change and did some minor testing. I tested a space, a comma, and a comma followed by a space. I didn't do anything with whitespace in general or multiple spaces, multiple commas, etc. This patch was against rev 1.66 of RPCProvider.java. john