Skip to content

General design flaw #3

Description

@twwwt

The approach implemented here - Java Servlet Filter-based authentication - involves a fundamental problem: it does no longer work once you start specifying <auth-constraint>s in your web.xml. The reason is that the container processes security constraints first, before it processes filters.

(This issue was created to make people aware of that rather than that this issue should be fixed.)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions