#*********************************************************************** # VideoCharger version 2 - 5648-B60. * # (C) Copyright IBM Corp. 1997, 1998 * # All Rights Reserved. * # * # US Government Users Restricted Rights * # Use, duplication or disclosure restricted by GSA ADP Schedule * # Contract with IBM Corp. * # Licensed Materials - Property of IBM * #*********************************************************************** # * # APAR: IX89368 Unable to play assets named with special characters * # * #*********************************************************************** PTF(s): U464846 FULL PROBLEM DESCRIPTION ------------------------ Unable to play assets from Video Search Results web page when the asset name contains one or more of the characters + & # " % Also the HTML is not coded to properly handle characters < > & " The proper way to encode special characters in a URL is to use HEX encoding. Thus test#name should be test#name The HEX value for # is 23, + is 2B, & is 26, % is 25, < is 3C, > is 3E, " is 22 The proper way to encode special characters in a text string is to use the symbolic name. Thus test&name should be test&name The symbolic name for & is & < is < > is > " is " FILESETS: avs.applsrv.client.rte 2.0.0.2 SUPERSEDED PTFS: ---------------- IX89703 Package VideoCharger Windows Player for AIX download The NLV versions of the VideoCharger player need to be packaged as an AIX PTF so that customers can download once to their local AIX server and distribute further from there. Also fixed the following: - Temporary file used by the plugin is written to TEMP directory - Fix for Multicast group leave support This is Version 2.0.2 of the VideoCharger Player INSTALLATION INSTRUCTIONS -------------------------- (1) Download the file "avs.applsrv.client.rte_2.0.0.2.bff" in binary mode into an empty directory on your VideoCharger server. (2) Logon as user 'root'. Stop the VideoCharger Server by using the command "stopsrc -cg vs". Type the command "lssrc -g vs" to verify that all the processes have stopped. (3)Apply the update using the command "smitty update_all". For "INPUT device / directory for software" specify the directory in which you saved the .bff file. (4) On the "Update Currently Installed Software to Latest Level" panel, press the 'enter' key to start the installation program. (5) After installation has completed successfully restart the VideoCharger server by using the command "startsrc -g vs" at the command prompt.