|
Re: There is no report design object available. [message #1018419 is a reply to message #1018392] |
Wed, 13 March 2013 20:24  |
|
We changed the source to not allow full paths for security concerns. You can change the behavior in the web.xml:
<!--
Settings for how to deal with the url report path. e.g. "http://host/repo/test.rptdesign".
Following values are supported:
<all> - All paths.
<domain> - Only the paths with host matches current domain. Note the comparison is literal, "127.0.0.1" and "localhost" are considered as different hosts.
<none> - URL paths are not supported.
Defaults to "domain".
-->
<context-param>
<param-name>URL_REPORT_PATH_POLICY</param-name>
<param-value>domain</param-value>
</context-param>
[Updated on: Wed, 13 March 2013 20:25] Report message to a moderator
|
|
|
Powered by
FUDForum. Page generated in 0.01937 seconds