Peter Cseh created OOZIE-3008:
---------------------------------

             Summary: CallbackServlet should issue with POST requests
                 Key: OOZIE-3008
                 URL: https://issues.apache.org/jira/browse/OOZIE-3008
             Project: Oozie
          Issue Type: Bug
            Reporter: Peter Cseh
            Priority: Minor


CallbackServlet handles GET and POST requests almost the same, but a bit 
different.
Oozie reads is data from the POST request, checks it's length and then ignores 
the data as an unused constructor parameter in CompletedActionXCommand. 

CallbackServlet either 
# should not handle POST at all
# handle POST and GET the same way and ignore the data sent in the POST request

Also, the unused constructor parameter should be removed from 
CompletedActionXCommand.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to