Re: Need Help : Unable to write back a response error code from ReadListener#onError

2023-10-30 Thread Adwait Kumar Singh
FYI, I am doing the async processing on the Container thread itself, just that I yield the thread back if I can't read without blocking. Based on the code here , I see that the error is only

Need Help : Unable to write back a response error code from ReadListener#onError

2023-10-30 Thread Adwait Kumar Singh
Hi, I am using the async Servlet API and NIO, by setting a ReadListener. In the onError of the ReadListener, I am catching a SocketTimeoutException and trying to send back an error code 408. Here is the simplified example of what I am trying to do, @Override > public void onError(Throwable

RE: Accessing Credential handler inside the web application always returns null

2023-10-30 Thread Усманов Азат Анварович
I did recheck using 9.0.82, unfortunately nothing has changed CredentialHandler is still null От: Christopher Schultz Отправлено: 30 октября 2023 г. 18:52 Кому: Tomcat Users List ; Усманов Азат Анварович Тема: Re: Accessing Credential handler inside the web

Re: Accessing Credential handler inside the web application always returns null

2023-10-30 Thread Christopher Schultz
Азат, On 10/29/23 20:45, Усманов Азат Анварович wrote: Hi everyone!I'm trying to test CredentialHandeler functionality onour test server (Tomcat 9.0.64) inside the web-app I Our realm is defined as follows( excerpt from server.xml ) Currently pwd column defined as