[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - adjustment, the spec says: "Within the user and p
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2013-11-25 19:48:45
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/6029496bd3fb/ Changeset: 6029496bd3fb Branch: master User: zzzeek Date: 2013-11-25 20:46:58 Summary: - adjustment, the spec says: "Within the user and password field, any ":", "@", or "/" must be encoded." - so re-apply encoding to both password and username, don't encode spaces as plus signs, don't encode any chars outside of :, @, / on stringification - but we still parse for any %XX character (is that right?) Affected #: 6 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |