Hubert Rabago wrote:
Bugs 16104 and 34663 ask for a default method in DispatchAction.  In
both cases, the response has been to use unspecified().  I think the
problem in both cases is the requirement for a mapping.getParameter()
value.

unspecified() only gets called if ActionMapping.parameter is present
but doesn't match any existing methods.  If .parameter is null, we
throw a servlet exception [ http://tinyurl.com/9hswq ].  We can easily
change the code so that this requirement goes away, though this might
create compatibility issues.

+1

unspecified() does seem to imply it should be called when no method is specified.

Don


Hubert

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to