[Groonga-commit] groonga/gcs [master] Fix XML format of error responses

Back to archive index

null+****@clear***** null+****@clear*****
2012年 7月 19日 (木) 17:30:01 JST


SHIMODA Hiroshi	2012-07-19 17:30:01 +0900 (Thu, 19 Jul 2012)

  New Revision: c9c4c0913ef223f6f2e47955e1c6e349e107640e
  https://github.com/groonga/gcs/commit/c9c4c0913ef223f6f2e47955e1c6e349e107640e

  Log:
    Fix XML format of error responses

  Modified files:
    lib/api/2011-02-01/configuration.js

  Modified: lib/api/2011-02-01/configuration.js (+2 -0)
===================================================================
--- lib/api/2011-02-01/configuration.js    2012-07-19 17:28:02 +0900 (0616879)
+++ lib/api/2011-02-01/configuration.js    2012-07-19 17:30:01 +0900 (eea027c)
@@ -17,6 +17,7 @@ function createCommonErrorResponse(errorCode, message) {
       .element('Error')
         .element('Code').text(errorCode).up()
         .element('Message').text(message).up()
+      .up()
     .up()
     .element('RequestId').up();
 
@@ -25,6 +26,7 @@ function createCommonErrorResponse(errorCode, message) {
 
 var handlers = Object.create(null);
 
+
 function getBaseDomain(domain) {
   return domain.replace(/^cloudsearch\./, '');
 }
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
下載 



Groonga-commit メーリングリストの案内
Back to archive index