[pLog-svn] r5412 - plugins/branches/lifetype-1.2/atom/class/xml/atom

oscar at devel.lifetype.net oscar at devel.lifetype.net
Fri May 18 01:41:59 EDT 2007


Author: oscar
Date: 2007-05-18 01:41:59 -0400 (Fri, 18 May 2007)
New Revision: 5412

Modified:
   plugins/branches/lifetype-1.2/atom/class/xml/atom/atomconstants.properties.php
Log:
Updated the content-type for the atom response messages, according to the specification (and according to this bug report: http://bugs.lifetype.net/view.php?id=1302)

Modified: plugins/branches/lifetype-1.2/atom/class/xml/atom/atomconstants.properties.php
===================================================================
--- plugins/branches/lifetype-1.2/atom/class/xml/atom/atomconstants.properties.php	2007-05-17 16:21:39 UTC (rev 5411)
+++ plugins/branches/lifetype-1.2/atom/class/xml/atom/atomconstants.properties.php	2007-05-18 05:41:59 UTC (rev 5412)
@@ -15,7 +15,7 @@
 	/**
 	 * default content type returned to clients
 	 */
-	define( "ATOM_DEFAULT_CONTENT_TYPE", "application/xml" );
+	define( "ATOM_DEFAULT_CONTENT_TYPE", "application/x.atom+xml" );
 	define( "ATOM_ERROR_MESSAGES_CONTENT_TYPE", "text/html" );
 	
 	/**



More information about the pLog-svn mailing list