You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ha...@apache.org on 2009/05/04 04:07:48 UTC

svn commit: r771162 - /ofbiz/branches/release09.04/framework/example/webapp/example/WEB-INF/controller.xml

Author: hansbak
Date: Mon May  4 02:07:47 2009
New Revision: 771162

URL: http://svn.apache.org/viewvc?rev=771162&view=rev
Log:
Applied fix from trunk for revision: 771161 
 remove unused requests from controller as reported by Jacques

Modified:
    ofbiz/branches/release09.04/framework/example/webapp/example/WEB-INF/controller.xml

Modified: ofbiz/branches/release09.04/framework/example/webapp/example/WEB-INF/controller.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release09.04/framework/example/webapp/example/WEB-INF/controller.xml?rev=771162&r1=771161&r2=771162&view=diff
==============================================================================
--- ofbiz/branches/release09.04/framework/example/webapp/example/WEB-INF/controller.xml (original)
+++ ofbiz/branches/release09.04/framework/example/webapp/example/WEB-INF/controller.xml Mon May  4 02:07:47 2009
@@ -196,7 +196,6 @@
 
     <request-map uri="ListExampleFormOnly"><security https="true" auth="false"/><response name="success" type="view" value="ListExampleFormOnly"/></request-map>
     <request-map uri="CreateExampleFormOnly"><security https="true" auth="false"/><response name="success" type="view" value="CreateExampleFormOnly"/></request-map>
-    <request-map uri="dashboardExample"><security https="true" auth="false"/><response name="success" type="view" value="dashboardExample"/></request-map>
 
     <request-map uri="printExampleFOPFonts">
       <security https="true" auth="true"/>



Re: svn commit: r771162 - /ofbiz/branches/release09.04/framework/example/webapp/example/WEB-INF/controller.xml

Posted by Ashish Vijaywargiya <as...@hotwaxmedia.com>.
Hello Hans,

To see what has been changed you can see the discussion & patch attached 
on the JIRA issue: https://issues.apache.org/jira/browse/OFBIZ-2404
Thanks for the confirmation & fast turn around on this ! :)

--
Ashish


Hans Bakker wrote:
> Hi Ashish,
> I was not aware it was changed, just checked and yes i am using the
> latest version in the release09.04 branch
>
> i did not see anything going wrong, so yes, it is working.
>
> Regards,
> Hans
>
> On Mon, 2009-05-04 at 10:24 +0530, Ashish Vijaywargiya wrote:
>   
>> Hello Hans,
>>
>> It looks like that you are using mergefromtrunk.sh for committing this 
>> change.
>> Am I right ?
>>
>> On Saturday there was a problem in this file and I have fixed that 
>> problem on the same day.
>> Just wanted to confirm that are you using that file for committing the 
>> code and its working fine for you.
>>
>> --
>> Ashish
>>     
>>

Re: svn commit: r771162 - /ofbiz/branches/release09.04/framework/example/webapp/example/WEB-INF/controller.xml

Posted by Hans Bakker <ma...@antwebsystems.com>.
Hi Ashish,
I was not aware it was changed, just checked and yes i am using the
latest version in the release09.04 branch

i did not see anything going wrong, so yes, it is working.

Regards,
Hans

On Mon, 2009-05-04 at 10:24 +0530, Ashish Vijaywargiya wrote:
> Hello Hans,
> 
> It looks like that you are using mergefromtrunk.sh for committing this 
> change.
> Am I right ?
> 
> On Saturday there was a problem in this file and I have fixed that 
> problem on the same day.
> Just wanted to confirm that are you using that file for committing the 
> code and its working fine for you.
> 
> --
> Ashish
> 
> hansbak@apache.org wrote:
> > Author: hansbak
> > Date: Mon May  4 02:07:47 2009
> > New Revision: 771162
> >
> > URL: http://svn.apache.org/viewvc?rev=771162&view=rev
> > Log:
> > Applied fix from trunk for revision: 771161 
> >  remove unused requests from controller as reported by Jacques
> >
> > Modified:
> >     ofbiz/branches/release09.04/framework/example/webapp/example/WEB-INF/controller.xml
> >
> > Modified: ofbiz/branches/release09.04/framework/example/webapp/example/WEB-INF/controller.xml
> > URL: http://svn.apache.org/viewvc/ofbiz/branches/release09.04/framework/example/webapp/example/WEB-INF/controller.xml?rev=771162&r1=771161&r2=771162&view=diff
> > ==============================================================================
> > --- ofbiz/branches/release09.04/framework/example/webapp/example/WEB-INF/controller.xml (original)
> > +++ ofbiz/branches/release09.04/framework/example/webapp/example/WEB-INF/controller.xml Mon May  4 02:07:47 2009
> > @@ -196,7 +196,6 @@
> >  
> >      <request-map uri="ListExampleFormOnly"><security https="true" auth="false"/><response name="success" type="view" value="ListExampleFormOnly"/></request-map>
> >      <request-map uri="CreateExampleFormOnly"><security https="true" auth="false"/><response name="success" type="view" value="CreateExampleFormOnly"/></request-map>
> > -    <request-map uri="dashboardExample"><security https="true" auth="false"/><response name="success" type="view" value="dashboardExample"/></request-map>
> >  
> >      <request-map uri="printExampleFOPFonts">
> >        <security https="true" auth="true"/>
> >
> >
> >   
-- 
Antwebsystems.com: Quality OFBiz services for competitive rates


Re: svn commit: r771162 - /ofbiz/branches/release09.04/framework/example/webapp/example/WEB-INF/controller.xml

Posted by Ashish Vijaywargiya <as...@hotwaxmedia.com>.
Hello Hans,

It looks like that you are using mergefromtrunk.sh for committing this 
change.
Am I right ?

On Saturday there was a problem in this file and I have fixed that 
problem on the same day.
Just wanted to confirm that are you using that file for committing the 
code and its working fine for you.

--
Ashish

hansbak@apache.org wrote:
> Author: hansbak
> Date: Mon May  4 02:07:47 2009
> New Revision: 771162
>
> URL: http://svn.apache.org/viewvc?rev=771162&view=rev
> Log:
> Applied fix from trunk for revision: 771161 
>  remove unused requests from controller as reported by Jacques
>
> Modified:
>     ofbiz/branches/release09.04/framework/example/webapp/example/WEB-INF/controller.xml
>
> Modified: ofbiz/branches/release09.04/framework/example/webapp/example/WEB-INF/controller.xml
> URL: http://svn.apache.org/viewvc/ofbiz/branches/release09.04/framework/example/webapp/example/WEB-INF/controller.xml?rev=771162&r1=771161&r2=771162&view=diff
> ==============================================================================
> --- ofbiz/branches/release09.04/framework/example/webapp/example/WEB-INF/controller.xml (original)
> +++ ofbiz/branches/release09.04/framework/example/webapp/example/WEB-INF/controller.xml Mon May  4 02:07:47 2009
> @@ -196,7 +196,6 @@
>  
>      <request-map uri="ListExampleFormOnly"><security https="true" auth="false"/><response name="success" type="view" value="ListExampleFormOnly"/></request-map>
>      <request-map uri="CreateExampleFormOnly"><security https="true" auth="false"/><response name="success" type="view" value="CreateExampleFormOnly"/></request-map>
> -    <request-map uri="dashboardExample"><security https="true" auth="false"/><response name="success" type="view" value="dashboardExample"/></request-map>
>  
>      <request-map uri="printExampleFOPFonts">
>        <security https="true" auth="true"/>
>
>
>