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

[GEOS-8105] WCS 2.0 GetCoverage ignores service level overview policy and disallow reader subsampling #2278

Merged
merged 1 commit into from Apr 26, 2017

Conversation

aaime
Copy link
Member

@aaime aaime commented Apr 21, 2017

No description provided.

@aaime aaime requested a review from dromagnoli April 21, 2017 14:15
Copy link
Contributor

@dromagnoli dromagnoli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Beside my finding on hints usage and some isolated "if (condition)" not respecting the formatting rules, I would say +1 on merging.

Hints readHints = new Hints();
readHints.putAll(hints);
if(request.getOverviewPolicy() != null) {
hints.add(new Hints(Hints.OVERVIEW_POLICY, request.getOverviewPolicy()));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wondering if that OverviewPolicy hint should be added to the newly created "readHints" object instead of input "hints"
(hints may be null)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, good catch, this needs fixing indeed.

@aaime
Copy link
Member Author

aaime commented Apr 24, 2017

Restarting build, it was delayed by the Boundless repo availability issues to the point that Travis killed it.

@aaime aaime merged commit d8b9cba into geoserver:master Apr 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants