| Issue 209: | NPE in PdfViewExporter | |
| 1 person starred this issue and may be notified of changes. | Back to list |
PdfViewExporter:
private String getBaseUrl() {
return request.getRequestURL().toString();
}
NPE returning the requestURL because the request is null.
This happens in the cases where the TableFacadeImpl is created using an
WebContext, in which case the request isn't initialized.
This patch only covers the case where the WebContext contains a
HttpServletRequest backing object.
Jul 26, 2009
Project Member
#1
jeff.johnston.mn@gmail.com
Status:
Fixed
|