forms - Format of ESAPI encode in an output with DecimalFormat -
i'm working through several forms outputs user , i've applied #esapiencoder.encodeforhtml()#
without issue far i'm thrown whether correct way of typing out encode when decimalformat
part of it.
#esapiencoder.encodeforhtml(decimalformat(hrstotalleave))#
would correct method? or it:
#decimalfomat(esapiencoder.encodeforhtml(hrstotalleave))#
this page using coldfusion if helps @ all.
i believe want encode values @ outermost level, #esapiencoder.encodeforhtml(decimalformat(hrstotalleave))#
way go.
using second example , attempting use format functions on encoded strings potentially lead issues well.
Comments
Post a Comment