JasperReportsIntegration
JasperReportsIntegration copied to clipboard
Masking parameters to xlib_jasperreports.show_report / get_report automatically
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.