User Story #757 (closed)
Logs show arguments of calling methods
| Reported by: | atarkowska | Owned by: | jamoore |
|---|---|---|---|
| Priority: | minor | Milestone: | 3.0-Beta2.2 |
| Component: | General | Keywords: | n.a. |
| Cc: | Story Points: | n.a. | |
| Sprint: | n.a. | Importance: | n.a. |
| Total Remaining Time: | n.a. | Estimated Remaining Time: | n.a. |
Description
In log we can see arguments from calling methods, for example:
15:36:06,277 INFO [ServiceHandler] 16510566::77 Meth: validatePassword 15:36:06,277 INFO [ServiceHandler] 16510566::77 Args: ['''login''', '''password'''] 15:36:06,296 INFO [BasicSecuritySystem] Noticing:INSERT,class ome.model.meta.Event,5640 15:36:06,297 INFO [EventHandler] 16510566::77 Auth: user=0,group=0,event=5640(Test) 15:36:06,322 INFO [ServiceHandler] 16510566::77 Rslt: true
During creation ILdap interface was necessary to make methods with no hashed password on arguments. Would be better if password is not being seen in log file.
Change History (4)
comment:1 Changed 12 years ago by jmoore
comment:2 Changed 12 years ago by atarkowska
- Resolution set to fixed
- Status changed from new to closed
15:33:30,997 INFO [ServiceHandler?] 2416999::78 Meth: validatePassword
15:33:30,997 INFO [ServiceHandler?] 2416999::78 Args: [login, ]
comment:3 Changed 12 years ago by atarkowska
comment:4 Changed 12 years ago by jmoore
- Milestone changed from Unscheduled to 3.0-Beta2.2
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
Look into the @Hidden annotation on IAdmin.changePassword().