#1430 closed defect (fixed)
Maestro Http Connection rejects empty passwords
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | low | Milestone: | Maestro-3.0 |
Component: | Maestro | Version: | |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description
The http implementation of ServerConnectionI rejects empty passwords. This is because the System.Data.DbConnectionBuilder filters out empty parameter values before it gets passed down to the http implementation.
The http implementation simply needs to remove Password as a required parameter, if no password is specified default to empty string.
Change History (4)
comment:1 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 14 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:3 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
LocalNativeConnection updated in r5121
Note:
See TracTickets
for help on using tickets.
Fixed in r5120