


i have one login page in aem which is in java script and one authentication servlet for login page i have to create a login filter which will track all records of log users i am not understanding how to do mapping for authentication servlet
i given @slingservlet(path=/bin/loginservlet)
what i have to give for filter to confiure this servlet
Path based servlets are not recommended, use resourcetype for the servlet and a pattern for fliter
In pattern i have to write a path of servlet??
Views
Replies
Sign in to like this content
Total Likes
request path pattern
Views
Replies
Sign in to like this content
Total Likes
If you are looking at writing a login component - we have an example of that here: Creating a Login Component for the Experience Manager Weekend Site
That shows you HOW TO write a login component for the AEM WEEKEND Site - that is created here: Getting Started with AEM Sites - WKND Tutorial
Views
Replies
Sign in to like this content
Total Likes