Project

General

Profile

Bug #5218

Updated by Bartłomiej Wołyńczyk about 7 years ago

When some one clone repository and in his password contains chars "]","["    urlobject throw exception . 
 Reproduced:  
 1) Create new repository( import from existing). With "[" or "]" in yours password 
     example: https://wuboo:password[@internal-code.rhodecode.com/u/wuboo/rhodecode-enterprise-ce-fork-2 
 2) Open new repository  
 3) Go to options fork.  
 Or  
 ~~~ 
 from urlobject import URLObject 
 URLObject('https://wuboo:password[@internal-code.rhodecode.com/u/wuboo/rhodecode-enterprise-ce-fork-2').password 
 ~~~  


 https://github.com/zacharyvoase/urlobject/issues/38  

Back