You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@airavata.apache.org by machristie <gi...@git.apache.org> on 2016/10/24 14:36:32 UTC

[GitHub] airavata-php-gateway pull request #26: AIRAVATA-2176 Sanitizing application ...

GitHub user machristie opened a pull request:

    https://github.com/apache/airavata-php-gateway/pull/26

    AIRAVATA-2176 Sanitizing application input names

    PHP automatically converts '.' and spaces in POST parameter names to
    underscores. This change prevents that by preemptively converting '.'
    and spaces to underscores when assembling the form and likewise when
    reading the values out of the $_POST variable.

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

    $ git pull https://github.com/machristie/airavata-php-gateway AIRAVATA-2176-file-input-undefined-index

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

    https://github.com/apache/airavata-php-gateway/pull/26.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 #26
    
----
commit cd084fe04bde45f91103a92f8227b608114d39ef
Author: Marcus Christie <ma...@iu.edu>
Date:   2016-10-18T19:06:22Z

    AIRAVATA-2176 Sanitizing application input names
    
    PHP automatically converts '.' and spaces in POST parameter names to
    underscores. This change prevents that by preemptively converting '.'
    and spaces to underscores when assembling the form and likewise when
    reading the values out of the $_POST variable.

----


---
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.
---

[GitHub] airavata-php-gateway pull request #26: AIRAVATA-2176 Sanitizing application ...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/airavata-php-gateway/pull/26


---
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.
---