You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by su...@apache.org on 2020/06/29 23:59:48 UTC

[druid] branch master updated (35c7c0e -> 15a0b4f)

This is an automated email from the ASF dual-hosted git repository.

suneet pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git.


    from 35c7c0e  Segment timeline doesn't show results older than 3 months (#9956)
     add 15a0b4f  Filter http requests by http method (#10085)

No new revisions were added by this update.

Summary of changes:
 docs/configuration/index.md                        |  1 +
 docs/design/auth.md                                |  2 +-
 extensions-core/avro-extensions/pom.xml            |  1 -
 .../docker/environment-configs/common              |  2 +
 pom.xml                                            | 11 +++
 processing/pom.xml                                 |  1 -
 server/pom.xml                                     |  5 ++
 .../druid/server/initialization/ServerConfig.java  | 23 +++++-
 .../jetty/CliIndexerServerModule.java              |  3 +-
 .../initialization/jetty/JettyServerInitUtils.java | 12 ++++
 ...er.java => AllowHttpMethodsResourceFilter.java} | 60 ++++++++--------
 ...rConfigSerdeTest.java => ServerConfigTest.java} | 23 +++++-
 .../AllowHttpMethodsResourceFilterTest.java        | 83 ++++++++++++++++++++++
 .../java/org/apache/druid/cli/CliOverlord.java     |  1 +
 .../cli/CoordinatorJettyServerInitializer.java     |  1 +
 .../cli/MiddleManagerJettyServerInitializer.java   |  1 +
 .../druid/cli/QueryJettyServerInitializer.java     |  1 +
 .../druid/cli/RouterJettyServerInitializer.java    |  1 +
 web-console/script/druid                           |  4 +-
 19 files changed, 198 insertions(+), 38 deletions(-)
 copy server/src/main/java/org/apache/druid/server/security/{AllowOptionsResourceFilter.java => AllowHttpMethodsResourceFilter.java} (53%)
 rename server/src/test/java/org/apache/druid/initialization/{ServerConfigSerdeTest.java => ServerConfigTest.java} (75%)
 create mode 100644 server/src/test/java/org/apache/druid/server/security/AllowHttpMethodsResourceFilterTest.java


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org