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
RPCProvider.java.diff
Description: Binary data