Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

Commit

Permalink
Merge pull request #13 from maschmid/JBSEAM-5074
Browse files Browse the repository at this point in the history
JBSEAM-5074 add getRequestCharacterEncoding method to MockExternalContext
  • Loading branch information
mareknovotny committed Feb 18, 2013
2 parents b7c52ae + 5f4a3d0 commit 9be984f
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -191,6 +191,12 @@ public Object getRequest()
return request;
}

@Override
public String getRequestCharacterEncoding()
{
return request.getCharacterEncoding();
}

@Override
public String getRequestContextPath()
{
Expand Down

0 comments on commit 9be984f

Please sign in to comment.