DO NOT REPLY [Bug 15216] New: - de/serialization independence

2002-12-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

RE: Internal logging API

2002-12-09 Thread Tellman, Ed
The attached patch modifies the logging scheme to use the jakarta commons logging package. I was originally planning to cache the logger once for each class or once for each instance. Then I realized that this might make dynamically changing the logging level, etc. at run time difficult, since co

AuthenticatedXmlRpcHandler improvment

2002-12-09 Thread Dejan Bosanac
Hi, I'm new to this list so I'm sorry if my question has already been discussed. Recently, I had to use Basic authentication with XMLRPC, but I didn't like the idea to be bounded only to execute() method. Instead, I wanted to be able to call all methods from my class, but just to have basic use