Do Not Bug

Results 6 comments of Do Not Bug

Hi @MarcGiffing , after I increase the order, it seems work, but another problem I'm facing now is your ServletRequestFilter is never be executed when 401 unauthorized is returned. More...

If I define 2 Filter configurations. One before and one after Spring Security like that. then any request will be fall into the Filter before Spring security, and the getAuthentication()...

I've already define like this, the first filter is for all unauthorized users. The second filter is used for the authenticated users. But the problem is, even authenticated user's requests...

Hi @DaGeRe, could you teach me how to refactor to iterator? I want to create a fix for it

In http, we have Content-Encoding, Accept-Encoding headers to decide whether we should compress/uncompress the data and the codec to do that (gzip is a case). Is there any equivalent in...

So please consider this simple scenario: Add one more bit to req header: respCompressionRequired default false. If true, server will use gzip to compress resp (only gzip), don't care about...