Ticket #1077 (new task)
Opened 3 months ago
Make ImplicitContext and client.getProperties() distinction clearer.
| Reported by: | jmoore | Owned by: | jmoore |
|---|---|---|---|
| Priority: | major | Milestone: | OMERO-Beta4 |
| Component: | Client | Version: | 3.0-M1 |
| Keywords: | Cc: | callan, atarkowska |
Description
The method client.getProperties() returns the set Ice.Properties object active on the client's Ice.Communicator and contains password information, etc.
The ImplicitContext returned from getCommunicator().getImplicitContext() also has a properties object, but this is the context which is sent over the wire per method call. Therefore, password and similar information shouldn't be stored there. This should be made clear in all omero.client objects.
Note: See
TracTickets for help on using
tickets.
