|
[
Permlink
| « Hide
]
Matt Ryall [Atlassian] added a comment - 15/Oct/07 08:52 PM
Quick review from Chris would be good so he's aware of the problem.
Yes, needless to say we should not have debug modes enabled by default on shipped products anywhere. Might be useful to hook this mode into Confluence's developer run mode.
If you need to manually fix this problem on your instance you should edit the <confluence install>/confluence/WEB-INF/web.xml and locate the following lines -
<servlet-class>uk.ltd.getahead.dwr.DWRServlet</servlet-class>
<init-param>
<param-name>debug</param-name>
<param-value>true</param-value>
</init-param>
Change the param-value to false. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||