JasperReportsIntegration provides an interface to use the JasperReports reporting engine in an Oracle database application, specifically with Oracle Application Express (Oracle APEX).
BSD 3-Clause "New" or "Revised" License
56
stars
25
forks
source link
Masking parameters to xlib_jasperreports.show_report / get_report automatically #14
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.
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.