This is an automated email from the ASF dual-hosted git repository.
jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git
The following commit(s) were added to refs/heads/trunk by this push:
new c6852a5fe Improved: No need to have jsessionid in BarCode.fo.ftl
(OFBIZ-13142)
c6852a5fe is described below
commit c6852a5fe8ba594ef36f025c5f7a334bcfead897
Author: Jacques Le Roux <[email protected]>
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 0e8bc1993..6fa023952 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>