History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: WW-544
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Critical Critical
Assignee: Mike Cannon-Brookes
Reporter: Mike Cannon-Brookes
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
WebWork

Velocity result hardcodes contenttype and encoding

Created: 02/Jun/04 12:58 AM   Updated: 02/Jun/04 01:02 AM
Component/s: Views
Affects Version/s: 2.1
Fix Version/s: 2.1


 Description  « Hide
Currently the VelocityResult hardcodes the content type to be text/html and the encoding to be the Velocity RuntimeSingleton's encoding. This is not good :)

(You can't generate proper XML using WW w/ Velocity, nor does it use the webwork.i18n.encoding property like everything else).

 All   Comments   Change History      Sort Order:
Mike Cannon-Brookes - [02/Jun/04 01:02 AM ]
Fixed by always using webwork.i18n.encoding and moving the selection into overrideable methods.