Bart Selders <[EMAIL PROTECTED]> writes: >In my attempt to get up & running with HEAD I found another bug:
>ParameterParser does not include anymore the parameters from the QueryString >Consider those 2 scenarios: >1) http://yourserver/yourturbineapp/servlet/Turbine/bugtest/myvalue >In a velocity screen template the variable $data.Parameters.bugtest >returns myvalue >2) http://yourserver/yourturbineapp/servlet/Turbine?bugtest=yes >In a velocity screen template the same variable $data.Parameters.bugtest >returns null, which is wrong of course. It should behave the same as in >scenario 1. Fixed. It got broken by an accidential replace of parameter.put with fileParameter.put Regards Henning -- Dipl.-Inf. (Univ.) Henning P. Schmiedehausen INTERMETA GmbH [EMAIL PROTECTED] +49 9131 50 654 0 http://www.intermeta.de/ Java, perl, Solaris, Linux, xSP Consulting, Web Services freelance consultant -- Jakarta Turbine Development -- hero for hire --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
