[1666556 views]

[]

Odi's astoundingly incomplete notes

New entries | Code

What 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!


posted on 2005-03-23 10:37 UTC in Code | 0 comments | permalink