_active_tasks should hide password in source and target url
-----------------------------------------------------------
Key: COUCHDB-824
URL: https://issues.apache.org/jira/browse/COUCHDB-824
Project: CouchDB
Issue Type: Bug
Components: Replication
Affects Versions: 0.11
Reporter: can xiang
Priority: Minor
can we hide password in the _active_tasks API.
[{"type":"Replication","task":"c13e38:
https://replication:[email protected]:5984/somedb/ ->
some_db","status":"Starting","pid":"<0.1658.317>"}
I'd like to have this:
[{"type":"Replication","task":"c13e38:
https://replication:*[email protected]:5984/somedb/ ->
some_db","status":"Starting","pid":"<0.1658.317>"}
I think the fix would be trivial.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.