Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow duplicate resource url #113

Merged
merged 2 commits into from
Apr 13, 2016
Merged

Conversation

gcampanile
Copy link
Contributor

Added a parameter in gpt.xml:

    <parameter key="AllowDuplicateResourceURL" value="true"/>

When set to true it allows to register web resources with same URL. This is useful to register the same resources with different profiles, that can be tailored to include filters. If the parameter is false or is not set than the default behaviour is follwed, i.e. URL must be unique.

On the basis of the value of AllowDuplicateResourceURL paramter fires an error (default) or allows to register a resource with same URL.
@zguo zguo merged commit 3280bc7 into Esri:develop Apr 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants