Anthony said: ... > I had some time last night, and wrote a preliminary upgrade to > StrutsUtils. The biggest problem is going to be maintaining > backward compatibility with Struts 1.0.
yep. > All of the configuration information moved to > ModuleConfig, and I had to change the _interface_ of StrutsUtils > to make it work correctly with modules (many of the methods were > passing SevletContext, and now you need HttpServletRequest). > > I will mull it over myself. My guess is that, ideally, a binary > distribution that auto-detected the struts version would be best. ugh. > Any suggestions? i'm no CVS expert (barely competent actually), but i suspect that we'll end up using it to solve the issue. this would probably mean doing a release that works with 1.0 and then branching the code. that way we can still apply bug fixes to the 1.0 code if necessary, but focus development on supporting struts 1.1. now, that said, this also means we need to get a 1.0 release out before we can start committing 1.1 stuff. Nathan Bubna [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
