[jira] [Commented] (OFBIZ-5521) WebAppUtil.getWebappInfoFromWebsiteId throws IllegalArgumentException when web.xml not found

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-5521) WebAppUtil.getWebappInfoFromWebsiteId throws IllegalArgumentException when web.xml not found

Nicolas Malin (Jira)

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

Gareth Carter commented on OFBIZ-5521:
--------------------------------------

Theres a webapp reference in the ofbiz-component.xml but there is no WEB-INF folder or web.xml

<webapp name="contentimages" title="Content Images" server="default-server" location="webapp/content/images" mount-point="/contentimages/" app-bar-display="false"/>



> WebAppUtil.getWebappInfoFromWebsiteId throws IllegalArgumentException when web.xml not found
> --------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-5521
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-5521
>             Project: OFBiz
>          Issue Type: Bug
>          Components: ALL COMPONENTS
>    Affects Versions: SVN trunk
>            Reporter: Gareth Carter
>            Priority: Minor
>
> WebAppUtil.getWebappInfoFromWebsiteId throws IllegalArgumentException when web.xml does not exist in applications/content/webapp/content/images/WEB-INF/web.xml. This causes org.ofbiz.common.email.NotificationServices.setBaseUrl to fail when webSiteId is a custom component site id.
> Stack trace
> java.lang.IllegalArgumentException: applications/content/webapp/content/images/WEB-INF/web.xml does not exist.
> org.ofbiz.webapp.WebAppUtil.parseWebXmlFile(WebAppUtil.java:148)
> org.ofbiz.webapp.WebAppUtil.getWebXml(WebAppUtil.java:131)
> org.ofbiz.webapp.WebAppUtil.getWebSiteId(WebAppUtil.java:117)
> org.ofbiz.webapp.WebAppUtil.getWebappInfoFromWebsiteId(WebAppUtil.java:100)
> org.ofbiz.common.email.NotificationServices.setBaseUrl(NotificationServices.java:262)
> org.ofbiz.common.email.NotificationServices.prepareNotification(NotificationServices.java:200)
> org.ofbiz.common.email.NotificationServices.sendNotification(NotificationServices.java:132)



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)