Plugin - Config Browser : Error when action extension is blank (Unnecessary 
comma in default location)
------------------------------------------------------------------------------------------------------

                 Key: WW-3675
                 URL: https://issues.apache.org/jira/browse/WW-3675
             Project: Struts 2
          Issue Type: Bug
          Components: Other
            Reporter: liew
            Priority: Minor


Error occur when 

[struts.xml]
 <constant name="struts.action.extension" value=",," />

[/config-browser/]
[Action information]
Default location : namespace/actionName. (Unnecessary comma)


Suggested solution
In [/struts2-config-browser-plugin/config-browser/showConfig.ftl], replace
.${extension}
with 
<#if extension?has_content>.${extension}</#if>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to