Re: [External] Re: Client Certificates

2023-07-20 Thread Robert Egan
I suspect the problem is occurring before I can see the certificate, because the only way the request even reaches my filter is when the is set to auth="none". I have been pulled away from this project for now, but thanks for the answers. Robert Egan -- *VSolvit LLC*, *CMMI (Level 3), ISO 9001,

Re: why is @ServerEndpoint not implemented as @inherited?

2023-07-20 Thread Christopher Schultz
To whom it may concern, On 7/18/23 22:50, X wrote: My team is developing a new web app with tomcat 9.0.65 and Spring boot 2.7.4. We declare a @ServerEndpoint  annotated class, which can not be aop-proxied. The root cause is the tomcat implemented like this: ServerEnpoint annotation = pojo.getA