You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by GitBox <gi...@apache.org> on 2021/09/08 08:17:05 UTC

[GitHub] [james-project] Arsnael opened a new pull request #648: [Documentation] Fix missing content-type in upgrade schema version co…

Arsnael opened a new pull request #648:
URL: https://github.com/apache/james-project/pull/648


   …mmand
   
   If the content type is not specified with curl, application/x-www-form-urlencoded is the default one, and then the request fails.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org


[GitHub] [james-project] Arsnael commented on a change in pull request #648: [Documentation] Fix missing content-type in upgrade schema version co…

Posted by GitBox <gi...@apache.org>.
Arsnael commented on a change in pull request #648:
URL: https://github.com/apache/james-project/pull/648#discussion_r704208498



##########
File path: src/site/markdown/server/manage-webadmin.md
##########
@@ -2042,7 +2042,7 @@ Response codes:
 ### Upgrading to a specific version
 
 ```
-curl -XPOST http://ip:port/cassandra/version/upgrade -d '3'
+curl -XPOST -H "Content-Type: application/json http://ip:port/cassandra/version/upgrade -d '3'

Review comment:
       Good catch, done!




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org


[GitHub] [james-project] Arsnael merged pull request #648: [Documentation] Fix missing content-type in upgrade schema version co…

Posted by GitBox <gi...@apache.org>.
Arsnael merged pull request #648:
URL: https://github.com/apache/james-project/pull/648


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org


[GitHub] [james-project] chibenwa commented on a change in pull request #648: [Documentation] Fix missing content-type in upgrade schema version co…

Posted by GitBox <gi...@apache.org>.
chibenwa commented on a change in pull request #648:
URL: https://github.com/apache/james-project/pull/648#discussion_r704203265



##########
File path: src/site/markdown/server/manage-webadmin.md
##########
@@ -2042,7 +2042,7 @@ Response codes:
 ### Upgrading to a specific version
 
 ```
-curl -XPOST http://ip:port/cassandra/version/upgrade -d '3'
+curl -XPOST -H "Content-Type: application/json http://ip:port/cassandra/version/upgrade -d '3'

Review comment:
       Can you also  update it in /docs ?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org