commit | 230009f509c09549fe0556130ab7a5d48c03603f | [log] [tgz] |
---|---|---|
author | Daniel Hans <daniel.m.hans@gmail.com> | Sat Dec 29 17:29:47 2012 +0100 |
committer | Daniel Hans <daniel.m.hans@gmail.com> | Tue Jan 08 22:40:44 2013 +0100 |
tree | 2394aa2cdd163fca20ea6b86b84f21014249a12c | |
parent | c70c4012d81cb5ee03e245f5d6e48c101d3d5e5d [diff] |
redirect field is now a property in RequestData object. It makes it easier to manage the two objects. Before this change, we first had to create an "unpopulated" RequestData object, then use its reference to construct RedirectHelper and finally we were able to populate RequestData object with a reference to RedirectHelper. It also created an circular references. Right now, it is all simplified.