You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by harikrishna-patnala <gi...@git.apache.org> on 2017/03/15 06:00:23 UTC

[GitHub] cloudstack pull request #2006: CLOUDSTACK-9833: Move configuration parameter...

GitHub user harikrishna-patnala opened a pull request:

    https://github.com/apache/cloudstack/pull/2006

    CLOUDSTACK-9833: Move configuration parameters from Config.java to use configdepot

    Following parameters are moved from config.java to configdepot.
    This will make the management of configuration parameter easy during upgrade and avoid inconsistency of values of parameters for fresh setup and upgraded setup.
    
    snapshot.max.hourly
    snapshot.max.daily
    snapshot.max.weekly
    snapshot.max.monthly
    enable.secure.session.cookie
    json.content.type

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

    $ git pull https://github.com/Accelerite/cloudstack CLOUDSTACK-9833

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

    https://github.com/apache/cloudstack/pull/2006.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 #2006
    
----
commit abea001c881e95c7922767aa5f476ab9135b4939
Author: Harikrishna Patnala <ha...@accelerite.com>
Date:   2017-03-14T09:23:11Z

    CLOUDSTACK-9833: Move configuration parameters from Config.java to use ConfigDepot
    Following parameters are moved to configdepot.
    snapshot.max.hourly
    snapshot.max.daily
    snapshot.max.weekly
    snapshot.max.monthly
    enable.secure.session.cookie
    json.content.type

----


---
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] cloudstack issue #2006: CLOUDSTACK-9833: Move configuration parameters from ...

Posted by harikrishna-patnala <gi...@git.apache.org>.
Github user harikrishna-patnala commented on the issue:

    https://github.com/apache/cloudstack/pull/2006
  
    Thanks @jayapalu I have also added some content security policy in HTTP servlet response to detect and mitigate certain type of attacks.
    Restricted image source, style sheets, java scripts, URLs to be loaded only from self.


---
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] cloudstack issue #2006: CLOUDSTACK-9833: Move configuration parameters from ...

Posted by jayapalu <gi...@git.apache.org>.
Github user jayapalu commented on the issue:

    https://github.com/apache/cloudstack/pull/2006
  
    Code LGTM


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