java - Single Stateless Servlet in Spring Maven App -


i have 1 spring maven application,

i want add new servlet, have added that, need servlet stateless,

i.e. example, simple servlet souts hello, user needs login that,

if user not logged in redirects login page offcourse due session validation,

so question can exclude 1 particular servlet session check?? possible? if yes how?

just add new servlet mapping url exclusion urls not need session validation. per question login.jsp must configured not require authentication token present in session, add new servlet url configuration


Comments

Popular posts from this blog

jQuery Mobile app not scrolling in Firefox -

c++ - How to add Crypto++ library to Qt project -

php array slice every 2th rule -