You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@continuum.apache.org by "Romain (JIRA)" <ji...@codehaus.org> on 2015/03/17 15:21:18 UTC

[jira] (CONTINUUM-2723) Attempting edit a project results in an internal error

    [ https://jira.codehaus.org/browse/CONTINUUM-2723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=365162#comment-365162 ] 

Romain commented on CONTINUUM-2723:
-----------------------------------

For those of you that are using Continuum 1.4.2 and can't wait for 1.4.3, you can fixthis quite easily :

{noformat}
vim apache-continuum-1.4.2/apps/continuum/WEB-INF/jsp/projectEdit.jsp
{noformat}

Simply replace this line (L62/63) :
{noformat}
                <s:checkbox label="%{getText('projectEdit.project.scmUseCache.label')}" name="scmUseCache"
                             onclick="checkUseCache()" size="100"/>
{noformat}

With this line, by removing the size attribute :
{noformat}
                <s:checkbox label="%{getText('projectEdit.project.scmUseCache.label')}" name="scmUseCache"
                             onclick="checkUseCache()"/>
{noformat}

This attribute does not have much sense anyway for a checkbox =)


> Attempting edit a project results in an internal error
> ------------------------------------------------------
>
>                 Key: CONTINUUM-2723
>                 URL: https://jira.codehaus.org/browse/CONTINUUM-2723
>             Project: Continuum
>          Issue Type: Bug
>    Affects Versions: 1.4.2
>         Environment: https://continuum-ci.apache.org/continuum/projectView.action?projectId=107
>            Reporter: SebbASF
>            Assignee: Brent N Atkinson
>            Priority: Blocker
>             Fix For: 1.4.3
>
>
> Press Edit button under the project summary, and Continuum responds with:
> https://continuum-ci.apache.org/continuum/httpError.action?errorCode=500
> The URL requested results in an internal error. 
> It does not appear to be possible to edit the project.
> I think this started happening a while back after a security fix was added.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)