Re: [Sqlalchemy-tickets] [sqlalchemy] #2873: _parse_rfc1738_args removes '+' symbol from password
Brought to you by:
zzzeek
|
From: sqlalchemy <mi...@zz...> - 2013-11-25 19:26:01
|
#2873: _parse_rfc1738_args removes '+' symbol from password
------------------------------+----------------------------------
Reporter: arun.g | Owner: zzzeek
Type: defect | Status: reopened
Priority: highest | Milestone: 0.9.0
Component: engine | Severity: minor - half an hour
Resolution: | Keywords:
Progress State: in progress |
------------------------------+----------------------------------
Changes (by zzzeek):
* status: closed => reopened
* priority: high => highest
* resolution: fixed =>
* status_field: completed/closed => in progress
Comment:
screwed up again:
The user name (and password), if present, are followed by a
commercial at-sign "@". Within the user and password field, any ":",
"@", or "/" must be encoded.
--
Ticket URL: <http://www.sqlalchemy.org/trac/ticket/2873#comment:2>
sqlalchemy <http://www.sqlalchemy.org/>
The Database Toolkit for Python
|