Author: chathura
Date: Wed Jan 16 01:52:19 2008
New Revision: 12338

Log:


Loading of all default URL handlers are hard coded in the code. So we don't 
need url handler config in registry.xml by default.



Modified:
   
trunk/registry/modules/core/src/main/java/org/wso2/registry/servlet/registry.xml

Modified: 
trunk/registry/modules/core/src/main/java/org/wso2/registry/servlet/registry.xml
==============================================================================
--- 
trunk/registry/modules/core/src/main/java/org/wso2/registry/servlet/registry.xml
    (original)
+++ 
trunk/registry/modules/core/src/main/java/org/wso2/registry/servlet/registry.xml
    Wed Jan 16 01:52:19 2008
@@ -34,6 +34,8 @@
         
<handler>org.wso2.registry.jdbc.mediatypes.builtin.XSDMediaTypeHandler</handler>
     </mediaTypeHandler>
 
-    
<urlHandler>org.wso2.registry.jdbc.urlhandlers.CommentCollectionURLHandler</urlHandler>
+    <!--
+    <urlHandler>org.example.com.urlhandlers.SimpleHandler</urlHandler>
+    -->
 
 </wso2regsitry>
\ No newline at end of file

_______________________________________________
Registry-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/registry-dev

Reply via email to