[Catalyst-commits] r11419 - in trunk/Catalyst-Plugin-Server: . lib/Catalyst/Plugin/Server/XMLRPC

kane at dev.catalyst.perl.org kane at dev.catalyst.perl.org
Fri Sep 25 11:46:58 GMT 2009


Author: kane
Date: 2009-09-25 11:46:58 +0000 (Fri, 25 Sep 2009)
New Revision: 11419

Modified:
   trunk/Catalyst-Plugin-Server/
   trunk/Catalyst-Plugin-Server/lib/Catalyst/Plugin/Server/XMLRPC/Tutorial.pod
Log:
 r8445 at myriad-wifi:  kane | 2009-09-25 13:45:56 +0200
 * address: #44995: Instruction to disable RenderView action. Updated tutorial accordingly



Property changes on: trunk/Catalyst-Plugin-Server
___________________________________________________________________
Name: svk:merge
   - 8a9521aa-ff93-41d6-9f87-b05cafcdab40:/local/cat/Catalyst-Plugin-Server:8444
e5869dfe-760d-0410-9433-71cdb9993b4e:/local/Catalyst-Plugin-Server:7854
   + 8a9521aa-ff93-41d6-9f87-b05cafcdab40:/local/cat/Catalyst-Plugin-Server:8445
e5869dfe-760d-0410-9433-71cdb9993b4e:/local/Catalyst-Plugin-Server:7854

Modified: trunk/Catalyst-Plugin-Server/lib/Catalyst/Plugin/Server/XMLRPC/Tutorial.pod
===================================================================
--- trunk/Catalyst-Plugin-Server/lib/Catalyst/Plugin/Server/XMLRPC/Tutorial.pod	2009-09-25 11:46:53 UTC (rev 11418)
+++ trunk/Catalyst-Plugin-Server/lib/Catalyst/Plugin/Server/XMLRPC/Tutorial.pod	2009-09-25 11:46:58 UTC (rev 11419)
@@ -56,6 +56,16 @@
     | .                         | /dispatcher                      |
     '---------------------------+----------------------------------'
 
+B<IMPORTANT>: Newer versions of Catalyst add a forward to a default view when
+no response body has been defined yet, which interferes with this plugin.
+To fix this, look for the following line in your Root controller:
+
+  sub end : ActionClass('RenderView') {}
+
+And simply comment it out:
+
+  #sub end : ActionClass('RenderView') {}
+
 =head3 Handling incoming method calls
 
 A user could now post to your XMLRPC server as follows, with the




More information about the Catalyst-commits mailing list