From: Shellman, J. <Joe...@Su...> - 2002-07-23 22:40:06
|
I'm trying to use the mock servlet objects. The getAttribute(String) implementation of ServletRequest just returns something from a list instead of looking up in a HashMap or something like that. Why is this? How can a servlet that may set/get attributes any number of times function correctly with this implementation? Also, I've put in some quick code so I can use RequestDispatcher as well. I might be able to contribute to the project (I would like to), though accessing CVS is difficult because our corporate firewall won't let me through. Thanks, Joel Shellman |