Hello! I have begun testing of T4 and I have managed to get our site running. However, I had to do some fixes.
In the class Turbine there is a private attribute inputEncoding. This variable is never set and is always null. Therefore I get a "Horrible Exception" that says charsetName if the character encoding is not set in the request (which it is not in my case). In turbine 2.3 this variable is set in the configure method. Is there a reason that this option is removed? To get turbine running I had to do a local build where inputEncoding was set to "UTF-8". /Ludwig
