Re: [Sqlalchemy-tickets] [sqlalchemy] #2873: _parse_rfc1738_args removes '+' symbol from password
Brought to you by:
zzzeek
|
From: sqlalchemy <mi...@zz...> - 2013-11-24 23:13:40
|
#2873: _parse_rfc1738_args removes '+' symbol from password
-----------------------------------+----------------------------------
Reporter: arun.g | Owner: zzzeek
Type: defect | Status: closed
Priority: high | Milestone: 0.9.0
Component: engine | Severity: minor - half an hour
Resolution: fixed | Keywords:
Progress State: completed/closed |
-----------------------------------+----------------------------------
Changes (by zzzeek):
* status: new => closed
* status_field: awaiting triage => completed/closed
* resolution: => fixed
* severity: trivial - <10 minutes => minor - half an hour
* milestone: 0.9.xx => 0.9.0
Comment:
I've no idea why this has never been pointed out before and the RFC is
pretty unambiguous about it. Fortunately you posted this before 0.9 final
was released so we have a chance to update this, changed in
r2800e34710672b408fa4a7bdd. For prior versions you can of course go with
a URL-encoded plus sign.
--
Ticket URL: <http://www.sqlalchemy.org/trac/ticket/2873#comment:1>
sqlalchemy <http://www.sqlalchemy.org/>
The Database Toolkit for Python
|