complete the web.xml spec for error reporting
--------------------------------------------- Key: OFBIZ-3820 URL: https://issues.apache.org/jira/browse/OFBIZ-3820 Project: OFBiz Issue Type: Bug Components: ALL APPLICATIONS Affects Versions: Release 4.0, Release Branch 4.0, Release Branch 09.04, Release Branch 10.04, SVN trunk Reporter: BJ Freeman Priority: Minor Fix For: Release Branch 4.0, Release Branch 09.04, Release Branch 10.04, SVN trunk when there is an error, the control servlet looks for an error path in <param-name>allowedPaths</param-name> it does not find one throwing an exception which buries the orginal error. instead of changing the code it is just easier to add the /error: path. then the real error gets reported correctly. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
[ https://issues.apache.org/jira/browse/OFBIZ-3820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] BJ Freeman updated OFBIZ-3820: ------------------------------ Attachment: OFBIZ-3820-web_error.patch per request of Jacques > complete the web.xml spec for error reporting > --------------------------------------------- > > Key: OFBIZ-3820 > URL: https://issues.apache.org/jira/browse/OFBIZ-3820 > Project: OFBiz > Issue Type: Bug > Components: ALL APPLICATIONS > Affects Versions: Release Branch 4.0, Release 4.0, Release Branch 09.04, Release Branch 10.04, SVN trunk > Reporter: BJ Freeman > Priority: Minor > Fix For: Release Branch 4.0, Release Branch 09.04, Release Branch 10.04, SVN trunk > > Attachments: OFBIZ-3820-web_error.patch > > > when there is an error, the control servlet looks for an error path in <param-name>allowedPaths</param-name> > it does not find one throwing an exception which buries the orginal error. > instead of changing the code it is just easier to add the /error: path. > then the real error gets reported correctly. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-3820. ---------------------------------- Fix Version/s: (was: Release Branch 4.0) Resolution: Fixed Thanks BJ, Your patch is in trunk at r954135, R9.04 at r954141 (not complete some tree conflicts ignored), R10.04 at r954140 There are too much tree conflicts (path have changed) to handle R4.0 > complete the web.xml spec for error reporting > --------------------------------------------- > > Key: OFBIZ-3820 > URL: https://issues.apache.org/jira/browse/OFBIZ-3820 > Project: OFBiz > Issue Type: Bug > Components: ALL APPLICATIONS > Affects Versions: Release Branch 4.0, Release 4.0, Release Branch 09.04, Release Branch 10.04, SVN trunk > Reporter: BJ Freeman > Priority: Minor > Fix For: Release Branch 09.04, Release Branch 10.04, SVN trunk > > Attachments: OFBIZ-3820-web_error.patch > > > when there is an error, the control servlet looks for an error path in <param-name>allowedPaths</param-name> > it does not find one throwing an exception which buries the orginal error. > instead of changing the code it is just easier to add the /error: path. > then the real error gets reported correctly. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux reassigned OFBIZ-3820: -------------------------------------- Assignee: Jacques Le Roux > complete the web.xml spec for error reporting > --------------------------------------------- > > Key: OFBIZ-3820 > URL: https://issues.apache.org/jira/browse/OFBIZ-3820 > Project: OFBiz > Issue Type: Bug > Components: ALL APPLICATIONS > Affects Versions: Release Branch 4.0, Release 4.0, Release Branch 09.04, Release Branch 10.04, SVN trunk > Reporter: BJ Freeman > Assignee: Jacques Le Roux > Priority: Minor > Fix For: Release Branch 09.04, Release Branch 10.04, SVN trunk > > Attachments: OFBIZ-3820-web_error.patch > > > when there is an error, the control servlet looks for an error path in <param-name>allowedPaths</param-name> > it does not find one throwing an exception which buries the orginal error. > instead of changing the code it is just easier to add the /error: path. > then the real error gets reported correctly. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
Free forum by Nabble | Edit this page |