You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/09/15 01:56:27 UTC

[GitHub] [dolphinscheduler] danielfree opened a new issue, #11945: [Bug] [alert] Fix bug in HTTP alert to include content field in post data

danielfree opened a new issue, #11945:
URL: https://github.com/apache/dolphinscheduler/issues/11945

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### What happened
   
   When using HTTP Alert plugin with POST request, the contentField is not actually loaded into POST body.
   
   ### What you expected to happen
   
   contentField should be included in POST body
   
   ### How to reproduce
   
   Create a HTTP Alert plugin and add set a `contenField` for testing, e.g. using https://httpbin.org/post, the actual post body only includes `bodyParams`, see https://github.com/apache/dolphinscheduler/blob/0ff3e9f73e59bf52305f6c45c77060b5d1deb0b3/dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-http/src/main/java/org/apache/dolphinscheduler/plugin/alert/http/HttpSender.java#L146
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   2.0.6
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org.apache.org

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


[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #11945: [Bug] [alert] Fix bug in HTTP alert to include content field in post data

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #11945:
URL: https://github.com/apache/dolphinscheduler/issues/11945#issuecomment-1247488314

   Thank you for your feedback, we have received your issue, Please wait patiently for a reply.
   * In order for us to understand your request as soon as possible, please provide detailed information、version or pictures.
   * If you haven't received a reply for a long time, you can [join our slack](https://s.apache.org/dolphinscheduler-slack) and send your question to channel `#troubleshooting`


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

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


[GitHub] [dolphinscheduler] danielfree commented on issue #11945: [Bug] [alert] Fix bug in HTTP alert to include content field in post data

Posted by GitBox <gi...@apache.org>.
danielfree commented on issue #11945:
URL: https://github.com/apache/dolphinscheduler/issues/11945#issuecomment-1247485034

   this is already fixed in dev branch


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

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


[GitHub] [dolphinscheduler] danielfree closed issue #11945: [Bug] [alert] Fix bug in HTTP alert to include content field in post data

Posted by GitBox <gi...@apache.org>.
danielfree closed issue #11945: [Bug] [alert] Fix bug in HTTP alert to include content field in post data
URL: https://github.com/apache/dolphinscheduler/issues/11945


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

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