Shapira, Yoav wrote:

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?

I'm going to wait for Peter for save-to-XML rewriting, before bothering with fixing the various issues.
(right now, saving data sources needs to be redone as well)


Rémy


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to