Re: [Broker-J] Http management interface should ignore OPTIONS method

2021-07-15 Thread Mantas Gridinas
es the Qpid web console actually do any cross-origin requests that would > require a pre-flight request ( > https://developer.mozilla.org/en-US/docs/Glossary/Preflight_request)? > > I didn’t think it did, but I certainly could be wrong. > > -- > Tom > > From: Mantas Gridinas &

Re: [Broker-J] Http management interface should ignore OPTIONS method

2021-07-15 Thread Mantas Gridinas
Sadly options request is necessary for browsers to assert whether or not the result of a request should be exposed to caller, isn't it? On Thu, Jul 15, 2021, 17:47 Tom Jordahl wrote: > Hello Devs, > > In our environment we run security scanning tools. They flag any HTTP > port that supports

Re: Overriding Thread factory

2021-07-12 Thread Mantas Gridinas
t; it doesn't, but that also shouldnt really matter as per the JMS spec > it is a "programming error for a MessageListener to throw an > exception". > > On Mon, 12 Jul 2021 at 14:54, Mantas Gridinas wrote: > > > > Yo! > > > > I'm using asynchronous message

Fwd: Overriding Thread factory

2021-07-12 Thread Mantas Gridinas
Yo! I'm using asynchronous message consumption method for my topics and sometimes the consumption throws an exception, but that exception does not get reported by qpid or anything else. I suspect it's because created threads (by default) use thread group's exception handler, which only checks if