Hi, I'm looking at http://issues.apache.org/bugzilla/show_bug.cgi?id=30936. The "secure" attribute is persisted twice, causing a Digester error, because it's an attribute of both the Connector itself and its ProtocolHandler.
The simplest fix seems to be to remove one these attributes. It seems fairly easy to remove the one from connector. We'd retain the getSecure and setSecure methods and make them pass through to the ProtocolHandler. The getSecure/setSecure methods from the Http11Protocol would need to be added to the ProtocolHandler interface I would think. Does this fix seem OK? Yoav Shapira Millennium Research Informatics This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]