Problem 5. SecurityFilter
Здравейте, колеги. Въпроса ми е свързан с последната задача от домашното към темата Containers, Filters and Sessions и по-скоро с условието на задачата.
The filter should take username and password from the request
If they exists and are correct (compare them to some username and password in the code) – add the user to the session and redirect to the HomePage
Някой може ли да ми обясни какво значи username and password да са correct? За мен това значи да се сравняват с регулярен израз ,но тук явно случая е друг?
Ако съдим по пояснението в скобите (compare them to some username and password in the code) то се има предвид точно това :)