[Yanel-commits] rev 43152 - in public/yanel/trunk/src/realms/from-scratch-realm-template: . src src/webapp src/webapp/global-resource-configs

michi at wyona.com michi at wyona.com
Mon Jun 8 09:23:40 CEST 2009


Author: michi
Date: 2009-06-08 09:23:40 +0200 (Mon, 08 Jun 2009)
New Revision: 43152

Added:
   public/yanel/trunk/src/realms/from-scratch-realm-template/src/
   public/yanel/trunk/src/realms/from-scratch-realm-template/src/webapp/
   public/yanel/trunk/src/realms/from-scratch-realm-template/src/webapp/global-resource-configs/
   public/yanel/trunk/src/realms/from-scratch-realm-template/src/webapp/global-resource-configs/404_yanel-rc.xml
Log:
custom 404 added

Added: public/yanel/trunk/src/realms/from-scratch-realm-template/src/webapp/global-resource-configs/404_yanel-rc.xml
===================================================================
--- public/yanel/trunk/src/realms/from-scratch-realm-template/src/webapp/global-resource-configs/404_yanel-rc.xml	                        (rev 0)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/src/webapp/global-resource-configs/404_yanel-rc.xml	2009-06-08 07:23:40 UTC (rev 43152)
@@ -0,0 +1,24 @@
+<?xml version="1.0"?>
+
+<yanel:resource-config xmlns:yanel="http://www.wyona.org/yanel/rti/1.0">
+  <yanel:rti name="404" namespace="http://www.wyona.org/yanel/resource/1.0"/>
+
+  <yanel:custom-config>
+    <views xmlns="http://www.wyona.org/yanel/rti/1.0">
+      <view id="default">
+        <xslt>/app/xslt/404.xsl</xslt>
+        <xslt>/app/xslt/global.xsl</xslt>
+        <mime-type>text/html</mime-type>
+<!--
+        <mime-type>application/xml</mime-type>
+-->
+        <serializer key="HTML_TRANSITIONAL">
+          <indent>no</indent>
+        </serializer>
+      </view>
+      <view id="xml">
+        <mime-type>application/xml</mime-type>
+      </view>
+    </views>
+  </yanel:custom-config>
+</yanel:resource-config>



More information about the Yanel-commits mailing list