Top "Servlet-2.5" questions

A Servlet 2.5 (JSR-154) specification targeted to the Java EE 5 platform.

Setting an httponly cookie with javax.servlet 2.5

here is a function that sets a cookie: public void addCookie(String cookieName, String cookieValue, Integer maxAge, HttpServletResponse response) { Cookie …

java cookies cookie-httponly servlet-2.5
How to deploy Spring Boot app to Tomcat 6 Servlet 2.5

I created a FAQ using spring boot. it needs to be deployed to a tomcat 6 server (servlet 2.5). I need to …

spring deployment spring-boot servlet-2.5
Application does not start with Spring Boot 1.2.1 + Spring Security + Servlet 2.5

I have a Spring Boot application with Spring Security starter that works well in "modern" (i.e. Servlet 3.0+) J2E …

java spring-security spring-boot servlet-2.5