I don't know what would have changed from 2.1.6 to now (outside of
DefaultActionMapper), but I know prior to 2.1.6 we made a change to
have the default extension be - ,,action
I don't know if it's related, but thought I'd bring it up.
-Wes
On Thu, Oct 1, 2009 at 4:57 PM, Musachy Barroso wrote:
no clue
On Thu, Oct 1, 2009 at 1:15 PM, Nils-Helge Garli Hegvik
wrote:
> In DefaultActionMapper.getUriFromActionMapping(ActionMapping):
>
> The code tries to resolve which extension to use.
>
> String extension = mapping.getExtension();
> if (extension == null) {
> extension = g
In DefaultActionMapper.getUriFromActionMapping(ActionMapping):
The code tries to resolve which extension to use.
String extension = mapping.getExtension();
if (extension == null) {
extension = getDefaultExtension();
// Look for the current extension, if available