JasperReportsIntegration icon indicating copy to clipboard operation
JasperReportsIntegration copied to clipboard

Masking parameters to xlib_jasperreports.show_report / get_report automatically

Open daust opened this issue 7 years ago • 0 comments

Well, there is a workaround for this, but many people stumble over this.

http://daust.blogspot.com/2012/08/jasperreportsintegration-passing.html

All parameters are passed directly as URL parameters and the developer has to make sure, to properly mask them using apex_util.url_encode( <parameter name> );

which should not be required. This should be done automatically without breaking existing code.

daust avatar Sep 30 '18 15:09 daust