2007/9/17, Piero Sartini <[EMAIL PROTECTED]>: > > After looking at the code the problem is within Component.java. > > The determineActionURL method has 2 new parameters which were not present > in > 2.0.9 and are passed to UrlHelper.java: > boolean forceAddSchemeHostAndPort, boolean escapeAmp
It seems like an API change. For the moment I added a line to the release notes: http://cwiki.apache.org/confluence/display/WW/Release+Notes+2.0.10 Anyway, since 2.0.10 fixes a security issue: Would it be good to have a > method > in Component.java that is compatible with 2.0.9? Maybe tagged as > @Deprecated? Good question: it depends on how the method is used: in the core I see it used only in URL component. Antonio