This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch release18.12 in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git
The following commit(s) were added to refs/heads/release18.12 by this push: new d4691e5ae Improved: No need to have jsessionid in BarCode.fo.ftl (OFBIZ-13142) d4691e5ae is described below commit d4691e5aef7dd404573a5395530c11639588c79f Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Mon Sep 23 09:23:17 2024 +0200 Improved: No need to have jsessionid in BarCode.fo.ftl (OFBIZ-13142) It works w/o it. I wonder why it's there. I guess an old need. --- example/template/reports/BarCode.fo.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/template/reports/BarCode.fo.ftl b/example/template/reports/BarCode.fo.ftl index c22d522b7..c66c83c28 100644 --- a/example/template/reports/BarCode.fo.ftl +++ b/example/template/reports/BarCode.fo.ftl @@ -58,7 +58,7 @@ under the License. <fo:block text-align="center"> <#setting url_escaping_charset='UTF-8'> <fo:external-graphic - src="/example/control/qrcode;jsessionid=${session.id}?message=${example.exampleName?url}&format=bmp&encoding=UTF-8&verifyOutput=true&logoImageMaxWidth=20&logoImageMaxHeight=20" + src="/example/control/qrcode?message=${example.exampleName?url}&format=bmp&encoding=UTF-8&verifyOutput=true&logoImageMaxWidth=20&logoImageMaxHeight=20" overflow="hidden" height="1.5in" content-height="scale-to-fit"/> </fo:block> </fo:flow>