#1223: Generated action cache configs have caching enabled by default.
--------------------+-------------------------------------------------------
 Reporter:  david   |       Owner:  impl 
     Type:  defect  |      Status:  new  
 Priority:  normal  |   Milestone:  1.0.3
Component:  build   |     Version:  1.0.2
 Severity:  minor   |    Keywords:       
Has_patch:  0       |  
--------------------+-------------------------------------------------------
 Not a biggie, but you get
 {{{
 #!xml
 <?xml version="1.0" encoding="UTF-8"?>
 <ae:configurations
 xmlns:ae="http://agavi.org/agavi/config/global/envelope/1.0";
 xmlns="http://agavi.org/agavi/config/parts/caching/1.0";>
         <ae:configuration>
                 <caching enabled="false">
                 </caching>
         </ae:configuration>
 </ae:configurations>
 }}}

 That will cause the Action to be cached if you don't return a View from
 the Action (which is expected behavior itself, but might surprise you
 since you never explicitly enabled caching).

-- 
Ticket URL: <http://trac.agavi.org/ticket/1223>
Agavi <http://www.agavi.org/>
An MVC Framework for PHP5



_______________________________________________
Agavi Tickets Mailing List
[email protected]
http://lists.agavi.org/mailman/listinfo/tickets

Reply via email to