Closed GoogleCodeExporter closed 8 years ago
Original comment by Brett.Mi...@gmail.com
on 30 Jun 2009 at 12:13
Moved part 2 to issue 185. This issue is just part 1.
Original comment by jl1615@gmail.com
on 19 Sep 2009 at 4:30
We do not want to write through to the properties field cache. We want the user
to be able to pick up manual
edits from the disk when editing the connector instance in the admin console,
but we do not want manual
edits to change the properties used to instantiate the connector until the user
saves the configuration in the
admin console.
The only wrinkle I can see is the use of getConnectorConfig from the servlets.
SetConnectorConfigHandler
uses it to replace sensitive data that was removed from the form in
GetConnectorConfigToEdit. We really want
the data that was removed, which we said above we explicitly did not cache. We
do not really want data that
might have been manually edited on disk since then, although that's better than
the current situation, I think.
SetSchedule uses it to check whether the connector exists. That call doesn't
get through to the InstanceInfo
getConnectorConfig() method if the connector does not exist, and it doesn't
matter what it returns if it does
exist.
Original comment by jl1615@gmail.com
on 24 Oct 2009 at 3:45
Original comment by mar...@google.com
on 4 Dec 2009 at 10:54
Fixed 27 June 2010 in Connector Manager revision r2529
Original comment by Brett.Mi...@gmail.com
on 27 Jun 2010 at 8:09
I think this is going to be fixed in 2.8.
Original comment by jla...@google.com
on 21 Jun 2011 at 2:24
Original issue reported on code.google.com by
jl1615@gmail.com
on 18 Jun 2009 at 1:59