Code Monkey home page Code Monkey logo

Comments (2)

spring-projects-issues avatar spring-projects-issues commented on May 16, 2024

Mike Wiesner said:

I can't reproduce that. There is a log statement in the catch AuthenticationException block with priority "warn".

In most of the cases this exception has a wrong server side Kerberos configuration as the root cause and therefore is an internal server error. But it can also happen when someone sends malicious input to the server, and therefore it is only logged as "warn" and not as "error".

from spring-security-kerberos.

spring-projects-issues avatar spring-projects-issues commented on May 16, 2024

Harald Radi said:

I only partially agree with you.

First, the proposed sample configuration in the javadoc of the same file doesn't include a failureHandler and hence would be 'a wrong server side Kerberos configuration' as you put it. It took me some time to figure this out although i should have been quite obvious.

Second, the "warn" is ok where it is, but there should additionally be an "error" in the else branch as an SC_INTERNAL_SERVER_ERROR is something fatal and not just a warning (and one might not have "warn" enabled by default).

Using the provided sample configuration one just sees 500 pages when accessing the webapp with a browser that doesn't send the "Negotiate" header. I don't think that this is ok.

from spring-security-kerberos.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.