From ed75705f86a14bfd255aa5183803e4a6c5ce90c8 Mon Sep 17 00:00:00 2001 From: Niels Vorgaard Christensen Date: Thu, 1 Jan 2009 15:42:09 +0000 Subject: libmms does not handle percent-encoded uri libmms will always fail to request media with URIs containing percent-encoded characters. This is because the path component in the MMS URI should be decoded before it is sent to the server. http://download.microsoft.com/download/9/5/E/95EF66AF-9026-4BB0-A41D-A4F81802D92C/%5BMS-MMSP%5D.pdf (page 48) --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8e958b8de..2d4bbc76b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -15,6 +15,7 @@ xine-lib (1.1.16) 2008-??-?? * Recognise Xv "blitter" adaptors for port selection purposes. NOTE: you will need to remove ~/.xine/catalog.cache when upgrading from xine-lib 1.1.15 or older if you wish to use this extra option. + * Fix MMS media requests where the URI contains %-encoded characters. xine-lib (1.1.15) 2008-08-14 * Security fixes: -- cgit v1.2.3