Stapler implements only the servlet 2.5 API - yet Jenkins uses 3.1
If you attempt to use parts of the 3.1 API on a StaplerRequest or StaplerResponse then wierd/bad things could happen depending on what you get underneath..
I have not observed any issues yet - but if you get a org.kohsuke.stapler.StaplerResponseWrapper rather than a org.kohsuke.stapler.ResponseImpl then things are liable to blow up. the same probably applies to StaplerRequest sub classes.
- causes
-
JENKINS-68696 Remove javax.servlet:servlet-api dependency
- Closed
- links to