# HG changeset patch # User Matti Hamalainen # Date 1210448704 -10800 # Node ID 9fb29ee322d3d409f80d3c8c675419bb36f62cd5 # Parent 2cfd5d48d787c2c97c57bf06540cfa6a546442f6 Added a note about problems with certain URIs. diff -r 2cfd5d48d787 -r 9fb29ee322d3 TODO --- a/TODO Sat May 10 21:30:24 2008 +0300 +++ b/TODO Sat May 10 22:45:04 2008 +0300 @@ -1,5 +1,11 @@ Long-term "TODO" ================ +- URIs with "?" are stripped (the subtune support uses that), which is bad, + because some (a lot) of real-world URLs use 'GET' arguments. this breaks + probing, but current input probing is confusing (and possibly broken anyway) + and should be refactored. + + - mime-types support: * there is already code for mime support, but I think it may not be sufficient as it is designed for input plugins only --