You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by laurentperez <gi...@git.apache.org> on 2017/05/24 10:32:27 UTC

[GitHub] tomcat-maven-plugin pull request #27: Handle failed tomcat war deployment (s...

GitHub user laurentperez opened a pull request:

    https://github.com/apache/tomcat-maven-plugin/pull/27

    Handle failed tomcat war deployment (status OK but body FAIL)

    per http://tomcat.apache.org/tomcat-7.0-doc/manager-howto.html a failed deploy will trigger a body with status code 200 but with body response starting with FAIL (i18n)
    
    this patch adds the FAIL body response handler for en/fr languages
    
    unsure if tests are really needed (?)

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/laurentperez/tomcat-maven-plugin trunk

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tomcat-maven-plugin/pull/27.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #27
    
----
commit 153af9a3e076a85578eca829d06c2044d4fe2a34
Author: lperez <la...@lsa-courtage.com>
Date:   2017-05-24T10:36:50Z

    handle failed tomcat war deployment

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org