[vlc-devel] [Patch] fix enqueue button in web interface
    Francois Cartegnie 
    fcvlcdev at free.fr
       
    Mon Sep 19 16:37:59 CEST 2011
    
    
  
Le lundi 19 septembre 2011, Rob a écrit :
> I don't know why - but
> localhost:8080/command=in_enqueue&input=file:///1/2/3  does not work
> localhost:8080/command=in_enqueue&input=file://%2f1%2f2%2f3 does work
And both are wrong according to RFC 1738 (see BNF, sec 5) as you're declaring 
another "hsegment".
That should be:
localhost:8080/command=in_enqueue&input=file:%2f%2f%2f1%2f2%2f3
Francois
    
    
More information about the vlc-devel
mailing list