Push find 'unknown' ActionConfig into ModuleConfigImpl.findActionConfig?

2004-01-16 Thread Joe Germuska
I'm still a little gun-shy about changing core struts classes. I think the below is the right thing to do, but I thought I'd see first. ModuleConfigImpl.findActionConfig(String path) currently looks for an exact match of the path, and then uses the wild-card matching. However, it does not

Re: Push find 'unknown' ActionConfig into ModuleConfigImpl.findActionConfig?

2004-01-16 Thread David Graham
--- Joe Germuska [EMAIL PROTECTED] wrote: I'm still a little gun-shy about changing core struts classes. I think the below is the right thing to do, but I thought I'd see first. ModuleConfigImpl.findActionConfig(String path) currently looks for an exact match of the path, and then uses

Re: Push find 'unknown' ActionConfig into ModuleConfigImpl.findActionConfig?

2004-01-16 Thread Joe Germuska
At 8:36 AM -0800 1/16/04, David Graham wrote: I'd propose moving that from the RequestProcessor into the ModuleConfigImpl. This would then also involve removing a similar fallback that I committed to the struts-chain AbstractSelectAction class yesterday. How would removing it from

Re: Push find 'unknown' ActionConfig into ModuleConfigImpl.findActionConfig?

2004-01-16 Thread Joe Germuska
At 11:10 AM -0600 1/16/04, Joe Germuska wrote: At 8:36 AM -0800 1/16/04, David Graham wrote: I'd propose moving that from the RequestProcessor into the ModuleConfigImpl. This would then also involve removing a similar fallback that I committed to the struts-chain AbstractSelectAction class