[jira] [Commented] (OFBIZ-9198) Missing file results in error

2020-02-19 Thread Jacques Le Roux (Jira)


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

Jacques Le Roux commented on OFBIZ-9198:


Backported in R17 and R18

> Missing file results in error
> -
>
> Key: OFBIZ-9198
> URL: https://issues.apache.org/jira/browse/OFBIZ-9198
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: ecommerce
>Affects Versions: Release Branch 13.07, Trunk, Release Branch 15.12, 
> Release Branch 16.11
>Reporter: Ingo Wolfmayr
>Assignee: Jacques Le Roux
>Priority: Major
> Fix For: 17.12.01, 16.11.02
>
> Attachments: errror.txt
>
>
> When accessing a file/image in ecommerce (only seo version) that is 
> physically missing or the dataresource attribute isPublic=="N" the request 
> results in an a loop.
> Demo data:
> {code:xml}
>  statusId="CTNT_PUBLISHED"/>
>   dataTemplateTypeId="NONE" statusId="CTNT_PUBLISHED" dataResourceName="Test 
> Image" objectInfo="PATH TO FILE" isPublic="N" />
>   dataResourceId="testurl" statusId="CTNT_PUBLISHED"/>
>   dataTemplateTypeId="NONE" statusId="CTNT_PUBLISHED" 
> objectInfo="/testbild-content" isPublic="N"/>
>   contentAssocTypeId="ALTERNATE_URL" fromDate="2006-09-22 00:00:00.0"/>
> {code}
> Call:
>  /ecomseo/testbild-content
>  /ecomseo/stream?contentId=test
> I found that because I had server problems (server down), so it is quite easy 
> to kill the server by streaming a not existing contentId via via the ecomseo 
> app.
> /ecomseo/stream?contentId=test1



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OFBIZ-9198) Missing file results in error

2020-02-19 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on OFBIZ-9198:


Commit 6d9314e8bfb63c5f534f71cd0e9043eda7528c44 in ofbiz-plugins's branch 
refs/heads/release18.12 from Jacques Le Roux
[ https://gitbox.apache.org/repos/asf?p=ofbiz-plugins.git;h=6d9314e ]

Improved: no functional change

This was added for OFBIZ-9198 but was superfluous since the same is already in
the included ecommerce controller


> Missing file results in error
> -
>
> Key: OFBIZ-9198
> URL: https://issues.apache.org/jira/browse/OFBIZ-9198
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: ecommerce
>Affects Versions: Release Branch 13.07, Trunk, Release Branch 15.12, 
> Release Branch 16.11
>Reporter: Ingo Wolfmayr
>Assignee: Jacques Le Roux
>Priority: Major
> Fix For: 17.12.01, 16.11.02
>
> Attachments: errror.txt
>
>
> When accessing a file/image in ecommerce (only seo version) that is 
> physically missing or the dataresource attribute isPublic=="N" the request 
> results in an a loop.
> Demo data:
> {code:xml}
>  statusId="CTNT_PUBLISHED"/>
>   dataTemplateTypeId="NONE" statusId="CTNT_PUBLISHED" dataResourceName="Test 
> Image" objectInfo="PATH TO FILE" isPublic="N" />
>   dataResourceId="testurl" statusId="CTNT_PUBLISHED"/>
>   dataTemplateTypeId="NONE" statusId="CTNT_PUBLISHED" 
> objectInfo="/testbild-content" isPublic="N"/>
>   contentAssocTypeId="ALTERNATE_URL" fromDate="2006-09-22 00:00:00.0"/>
> {code}
> Call:
>  /ecomseo/testbild-content
>  /ecomseo/stream?contentId=test
> I found that because I had server problems (server down), so it is quite easy 
> to kill the server by streaming a not existing contentId via via the ecomseo 
> app.
> /ecomseo/stream?contentId=test1



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OFBIZ-9198) Missing file results in error

2020-02-19 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on OFBIZ-9198:


Commit a4d6d422e2e88df99b20d53b8bd8cbf144f4b0d7 in ofbiz-plugins's branch 
refs/heads/release17.12 from Jacques Le Roux
[ https://gitbox.apache.org/repos/asf?p=ofbiz-plugins.git;h=a4d6d42 ]

Improved: no functional change

This was added for OFBIZ-9198 but was superfluous since the same is already in
the included ecommerce controller


> Missing file results in error
> -
>
> Key: OFBIZ-9198
> URL: https://issues.apache.org/jira/browse/OFBIZ-9198
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: ecommerce
>Affects Versions: Release Branch 13.07, Trunk, Release Branch 15.12, 
> Release Branch 16.11
>Reporter: Ingo Wolfmayr
>Assignee: Jacques Le Roux
>Priority: Major
> Fix For: 17.12.01, 16.11.02
>
> Attachments: errror.txt
>
>
> When accessing a file/image in ecommerce (only seo version) that is 
> physically missing or the dataresource attribute isPublic=="N" the request 
> results in an a loop.
> Demo data:
> {code:xml}
>  statusId="CTNT_PUBLISHED"/>
>   dataTemplateTypeId="NONE" statusId="CTNT_PUBLISHED" dataResourceName="Test 
> Image" objectInfo="PATH TO FILE" isPublic="N" />
>   dataResourceId="testurl" statusId="CTNT_PUBLISHED"/>
>   dataTemplateTypeId="NONE" statusId="CTNT_PUBLISHED" 
> objectInfo="/testbild-content" isPublic="N"/>
>   contentAssocTypeId="ALTERNATE_URL" fromDate="2006-09-22 00:00:00.0"/>
> {code}
> Call:
>  /ecomseo/testbild-content
>  /ecomseo/stream?contentId=test
> I found that because I had server problems (server down), so it is quite easy 
> to kill the server by streaming a not existing contentId via via the ecomseo 
> app.
> /ecomseo/stream?contentId=test1



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OFBIZ-9198) Missing file results in error

2020-02-12 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on OFBIZ-9198:


Commit dbde1204e9f8a1bea4e65b2e9dda7375c62e0f16 in ofbiz-plugins's branch 
refs/heads/trunk from Jacques Le Roux
[ https://gitbox.apache.org/repos/asf?p=ofbiz-plugins.git;h=dbde120 ]

Improved: no functional change

This was added for OFBIZ-9198 but was superfluous since the same is already in
the included ecommerce controller


> Missing file results in error
> -
>
> Key: OFBIZ-9198
> URL: https://issues.apache.org/jira/browse/OFBIZ-9198
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: ecommerce
>Affects Versions: Release Branch 13.07, Trunk, Release Branch 15.12, 
> Release Branch 16.11
>Reporter: Ingo Wolfmayr
>Assignee: Jacques Le Roux
>Priority: Major
> Fix For: 17.12.01, 16.11.02
>
> Attachments: errror.txt
>
>
> When accessing a file/image in ecommerce (only seo version) that is 
> physically missing or the dataresource attribute isPublic=="N" the request 
> results in an a loop.
> Demo data:
> {code:xml}
>  statusId="CTNT_PUBLISHED"/>
>   dataTemplateTypeId="NONE" statusId="CTNT_PUBLISHED" dataResourceName="Test 
> Image" objectInfo="PATH TO FILE" isPublic="N" />
>   dataResourceId="testurl" statusId="CTNT_PUBLISHED"/>
>   dataTemplateTypeId="NONE" statusId="CTNT_PUBLISHED" 
> objectInfo="/testbild-content" isPublic="N"/>
>   contentAssocTypeId="ALTERNATE_URL" fromDate="2006-09-22 00:00:00.0"/>
> {code}
> Call:
>  /ecomseo/testbild-content
>  /ecomseo/stream?contentId=test
> I found that because I had server problems (server down), so it is quite easy 
> to kill the server by streaming a not existing contentId via via the ecomseo 
> app.
> /ecomseo/stream?contentId=test1



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OFBIZ-9198) Missing file results in error

2017-02-04 Thread Ingo Wolfmayr (JIRA)

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

Ingo Wolfmayr commented on OFBIZ-9198:
--

Thanks Jacques. It works fine!

> Missing file results in error
> -
>
> Key: OFBIZ-9198
> URL: https://issues.apache.org/jira/browse/OFBIZ-9198
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: specialpurpose/ecommerce
>Affects Versions: Release Branch 13.07, Trunk, Release Branch 15.12, 
> Release Branch 16.11
>Reporter: Ingo Wolfmayr
>Assignee: Jacques Le Roux
>Priority: Critical
> Fix For: Upcoming Release, 16.11.02
>
> Attachments: errror.txt
>
>
> When accessing a file/image in ecommerce (only seo version) that is 
> physically missing or the dataresource attribute isPublic=="N" the request 
> results in an a loop.
> Demo data: 
>  statusId="CTNT_PUBLISHED"/>
>  dataTemplateTypeId="NONE" statusId="CTNT_PUBLISHED" dataResourceName="Test 
> Image" objectInfo="PATH TO FILE" isPublic="N"  />
>  dataResourceId="testurl" statusId="CTNT_PUBLISHED"/>
>  dataTemplateTypeId="NONE" statusId="CTNT_PUBLISHED" 
> objectInfo="/testbild-content" isPublic="N"/>
>  contentAssocTypeId="ALTERNATE_URL" fromDate="2006-09-22 00:00:00.0"/>
> Call:
> /ecomseo/testbild-content
> /ecomseo/stream?contentId=test
> I found that because I had server problems (server down), so it is quite easy 
> to kill the server by streaming a not existing contentId via via the ecomseo 
> app.
> /ecomseo/stream?contentId=test1



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (OFBIZ-9198) Missing file results in error

2017-02-02 Thread Ingo Wolfmayr (JIRA)

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

Ingo Wolfmayr commented on OFBIZ-9198:
--

Hi Jaques,

your right, it took a little longer on my dev environment ~ between 40 to 80 
seconds. I did not wait for it to finish before. I changed the title.

Ingo

> Missing file results in error
> -
>
> Key: OFBIZ-9198
> URL: https://issues.apache.org/jira/browse/OFBIZ-9198
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: specialpurpose/ecommerce
>Affects Versions: Release Branch 13.07, Trunk, Release Branch 15.12, 
> Release Branch 16.11
>Reporter: Ingo Wolfmayr
>Assignee: Jacques Le Roux
>Priority: Critical
> Attachments: errror.txt
>
>
> When accessing a file/image in ecommerce (only seo version) that is 
> physically missing or the dataresource attribute isPublic=="N" the request 
> results in an a loop.
> Demo data: 
>  statusId="CTNT_PUBLISHED"/>
>  dataTemplateTypeId="NONE" statusId="CTNT_PUBLISHED" dataResourceName="Test 
> Image" objectInfo="PATH TO FILE" isPublic="N"  />
>  dataResourceId="testurl" statusId="CTNT_PUBLISHED"/>
>  dataTemplateTypeId="NONE" statusId="CTNT_PUBLISHED" 
> objectInfo="/testbild-content" isPublic="N"/>
>  contentAssocTypeId="ALTERNATE_URL" fromDate="2006-09-22 00:00:00.0"/>
> Call:
> /ecomseo/testbild-content
> /ecomseo/stream?contentId=test
> I found that because I had server problems (server down), so it is quite easy 
> to kill the server by streaming a not existing contentId via via the ecomseo 
> app.
> /ecomseo/stream?contentId=test1



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)