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

orudyy pushed a change to branch 8.0.x
in repository https://gitbox.apache.org/repos/asf/qpid-broker-j.git.


    from 3b58792  QPID-8161:[Broekr-J] Rethrow LockTimeoutException on sequence 
generation as ConnectionScopedRuntimeException
     new 8152ce7  QPID-8552: [Broker-J] Respond with forbidden error when 
request is made using unsupported method
     new 3180b7c  QPID-8555: [Broker-J] Allow method OPTIONS in HTTP management 
attribute for setting CORS allowed methods

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../server/management/plugin/HttpManagement.java   |  6 +-
 .../plugin/filter/ForbiddingTraceFilter.java       | 68 ----------------
 ...compressedJavascript.java => MethodFilter.java} | 43 +++++-----
 .../management/plugin/filter/MethodFilterTest.java | 92 ++++++++++++++++++++++
 4 files changed, 117 insertions(+), 92 deletions(-)
 delete mode 100644 
broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/filter/ForbiddingTraceFilter.java
 copy 
broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/filter/{RewriteRequestForUncompressedJavascript.java
 => MethodFilter.java} (57%)
 create mode 100644 
broker-plugins/management-http/src/test/java/org/apache/qpid/server/management/plugin/filter/MethodFilterTest.java

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to