Skip to content

Commit

Permalink
correctly handle encrypted urls
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas committed Feb 12, 2024
1 parent 41c4957 commit 72d0d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/include/requestHandler/ChartRequestHandler.h
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ class ChartRequestHandler : public RequestHandler {
chartUrl=res.url;
}
else{
;//return new HTTPErrorResponse(400,"unencryped url "+url);
return new HTTPErrorResponse(400,"unencryped url "+url);
}
}
TileInfo tile(chartUrl, chartSetKey);
Expand Down

0 comments on commit 72d0d22

Please sign in to comment.