#

servlets

Java Servlet API and web applications

ProgrammingJava Servlet Remember Me: Fix Null Session in Filter

Implement stay logged in with session cookies and DB in Java servlets. Fix null session in servlet filter after login forward using getSession(true), REQUEST dispatchers, and secure cookie session ID practices.

1 answer 1 view
ProgrammingJetty 12 ClassNotFoundException for ResourceServlet Fix

Resolve Jetty 12 ClassNotFoundException for org.eclipse.jetty.ee10.servlet.ResourceServlet on /webapp/* paths. Fix WebAppClassLoader isolation with parentLoaderPriority or bundle ee10-servlet JARs in web.xml for static resources in Java 21 WAR deployments.

1 answer 1 view