Last I knew, the "new" API was incomplete, and I don't know if we want to start forcing people to use it before it is complete. The plan was to leave the old API in place until the new one was done, then depreciate the old. But, again, I believe the new API is still incomplete.
-Ted. On 2/1/07, Rene Gielen <[EMAIL PROTECTED]> wrote:
Working on the ProxyPrincipal problem, I discovered that we have two different ServletRequestAware interfaces: - org.apache.struts2.servlet.ServletRequestAware in api - org.apache.struts2.interceptor.ServletRequestAware in core I doubt this is by intention. ServletConfigInterceptor uses the second variant, which is IMO bad choice and makes it difficult to remove it in favor for the api variant, as it will most likely break many users code. On the other hand, since we are not in production yet, we should work on clean interfaces and risk some minor/easy to fix code breaks for users. I'm +1 for dropping the core variant. - Rene
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]