You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Deepak Dixit (JIRA)" <ji...@apache.org> on 2019/02/03 10:52:00 UTC

[jira] [Commented] (OFBIZ-10156) Fix issues related to images paths

    [ https://issues.apache.org/jira/browse/OFBIZ-10156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16759361#comment-16759361 ] 

Deepak Dixit commented on OFBIZ-10156:
--------------------------------------

Hi [~jacques.le.roux],

>>Also not sure why FOP complains (both locally and on trunk demo) about table-layout="auto", it's not used in any files, creasy stuff!

If you are using fo:table without specifying table-layout it will be conder as "auto"

There is an issue with table-layout="auto".
This is know issue https://xmlgraphics.apache.org/fop/knownissues.html
Here is the reference link for the same https://issues.apache.org/jira/browse/FOP-2469

>>|E| Image not found. URI: /images/ofbiz_logo.png. (See position 37:54)
This is not an issue, CompanyHeader.fo.ftl using ofbizContentUrl to prepare the image url. We need to set the content.url.prefix.secure in url.properties to work in properly. 

I think we can close this issue. 

> Fix issues related to images paths
> ----------------------------------
>
>                 Key: OFBIZ-10156
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-10156
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: ALL COMPONENTS
>    Affects Versions: 17.12.01
>            Reporter: Jacques Le Roux
>            Assignee: Jacques Le Roux
>            Priority: Minor
>             Fix For: 17.12.01
>
>
> While working on OFBIZ-10128 I stumbled upon this issue  found on trunk demo
> {code}
> 2018-01-11 09:35:08,370 |ajp-nio-8009-exec-8  |FOUserAgent                   |E| Image not found. URI: /images/ofbiz_logo.png. (See position 37:54)
> 2018-01-11 09:35:08,603 |ajp-nio-8009-exec-8  |FOUserAgent                   |E| Image not found. URI: /images/ofbiz_logo.png. (No context info available)
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)