[
https://jira.codehaus.org/browse/CONTINUUM-2730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=363542#comment-363542
]
Brent N Atkinson commented on CONTINUUM-2730:
---------------------------------------------
This occurs because the global result error was overridden for the save action:
{code:xml|title=struts.xml}
...
<action name="configuration_save" class="configuration" method="save">
...
<result name="error">/WEB-INF/jsp/admin/configurationEdit.jsp</result>
</action>
...
{code}
> Failure to save to config directory shows no error message
> ----------------------------------------------------------
>
> Key: CONTINUUM-2730
> URL: https://jira.codehaus.org/browse/CONTINUUM-2730
> Project: Continuum
> Issue Type: Bug
> Affects Versions: 1.4.2, 1.4.3
> Reporter: Brent N Atkinson
> Assignee: Brent N Atkinson
> Fix For: 1.5.0
>
>
> Saving the initial configuration with an unwritable directory shows no error
> message and displays the configuration edit page again. I have confirmed this
> is present on 1.4.2 and the 1.4.3, but it may be present in other versions.
> To reproduce, change the permissions of $\{appserver.base\}/conf to be
> unwritable by the continuum process.
--
This message was sent by Atlassian JIRA
(v6.1.6#6162)