Odi's astoundingly incomplete notes
New entries | CodeWhat the docs don't say
The API Docs for javax.servlet.ServletRequest don't mention that any Object stored into the request is cloned! That means when you get an attribute from a request and modify it, you still have to set it again in the request to publish the changes!
Add comment