|
Description:
|
HttpContextMapper extends BaseRegexContextMapper, however doesn't check matches(...) in mapTo(..) or mapFrom(..). If it's not going to support regex filtering, than it should extends BaseContextMapper instead of BaseRegexContextMapper. However, it is suggested it continues to extend BaseRegexContextMapper, and do a check against matches(..) in the mapTo(..) and mapFrom(..) methods, like our other components' context mappers do.
|