Ticket #550 (closed Bug: fixed)
DSN does not support passwords with the 'at sign' (@)
| Reported by: | alias | Owned by: | JAAulde |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.1.2 |
| Component: | Libraries:Database | Version: | SVN HEAD |
| Keywords: | dsn database db password at | Cc: |
Description
the current db configuration mode (DSN, driver://user:password@server/database) does not allow the passwords to have 'at signs' (@) for obvious reasons (the DSN string then looks like mysql://user:p@ssword@server/database, which doesn't work of course).
I don't think that is a HUGE problem, but still, it would be nice if the password complexity wasn't limited by such a minor problem.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
