memtimintursun / open-video-ads

Automatically exported from code.google.com/p/open-video-ads
0 stars 0 forks source link

Charset set to nonstandard UTF_8 rather than UTF-8 for OpenX requests #223

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Request an advert using the OpenX server type and zone

What is the expected output? What do you see instead?
The request URL for OpenX sets the charset= parameter to UTF_8, whereas the
standard charset for XML documents is UTF-8. This is passed into OpenX
which sets the charset for both the XML document and also the Content-Type
header accordingly. 

What version of the product are you using? On what operating system?
Version 0.4.1 but it appears in trunk as well.

Please provide any additional information below.

This is fixable by updating the /vast/server/openx/OpenXServerConfig.as file.

In addition the blank-vast-response.xml in
openvideoads.jwplayer.openadstreamer-0.4.1/examples/ needs updating.

We only noticed this when we were working on a different application
utilizing VAST, and had copied the URL from the Flash player request. It
does not directly affect the JWPlayer/VAST implementation.

Original issue reported on code.google.com by wildtang...@gmail.com on 28 Apr 2010 at 2:55

GoogleCodeExporter commented 8 years ago
Thanks for pointing out - I never would have seen that.

Fixed for the next release - 0.4.2 RC2 (due out in the next few days)

Original comment by paul.sch...@gmail.com on 5 May 2010 at 11:52

GoogleCodeExporter commented 8 years ago
Fixed

Original comment by paul.sch...@gmail.com on 5 Aug 2010 at 7:51