[
https://issues.apache.org/jira/browse/WINK-42?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Elman updated WINK-42:
------------------------------
Description:
The servlet init-params should not start with "Symphony". Actually init-params
should be unique within a servlet, so they may not have a project name prefix.
So the changes will be:
{code}
symphony.propertiesLocation - > propertiesLocation
symphony.applicationConfigLocation - > applicationConfigLocation
symphony.deploymentConfiguration - > deploymentConfiguration
{code}
In addition we need to change all classes and other resources that include the
word "Symphony":
*Classes:*
{code}
AbstractSymphonyServlet
ServletSymphonyApplication
SimpleSymphonyApplication
SymphonyApplication
{code}
*Unit Tests:*
{code}
SymphonyApplicationMock
ServletSymphonyApplicationTest
SimpleSymphonyApplicationTest
{code}
*Other resources:*
{code}
symphony.app
symphonyCoreContext-server.xml
symphony_hp.css
{code}
there are also pdf, docs, jpgs...
was:
The servlet init-params should not start with "Symphony". Actually init-params
should be unique within a servlet, so they may not have a project name prefix.
So the changes will be:
symphony.propertiesLocation - > propertiesLocation
symphony.applicationConfigLocation - > applicationConfigLocation
symphony.deploymentConfiguration - > deploymentConfiguration
In addition we need to change all classes and other resources that include the
word "Symphony":
Classes:
AbstractSymphonyServlet
ServletSymphonyApplication
SimpleSymphonyApplication
SymphonyApplication
Unit Tests:
SymphonyApplicationMock
ServletSymphonyApplicationTest
SimpleSymphonyApplicationTest
Other resources:
symphony.app
symphonyCoreContext-server.xml
symphony_hp.css
there are also pdf, docs, jpgs...
> Rename servlet's init-param to start with wink instead of symphony
> ------------------------------------------------------------------
>
> Key: WINK-42
> URL: https://issues.apache.org/jira/browse/WINK-42
> Project: Wink
> Issue Type: Bug
> Components: Server
> Affects Versions: 0.1
> Reporter: Michael Elman
> Assignee: Michael Elman
>
> The servlet init-params should not start with "Symphony". Actually
> init-params should be unique within a servlet, so they may not have a project
> name prefix. So the changes will be:
> {code}
> symphony.propertiesLocation - > propertiesLocation
> symphony.applicationConfigLocation - > applicationConfigLocation
> symphony.deploymentConfiguration - > deploymentConfiguration
> {code}
> In addition we need to change all classes and other resources that include
> the word "Symphony":
> *Classes:*
> {code}
> AbstractSymphonyServlet
> ServletSymphonyApplication
> SimpleSymphonyApplication
> SymphonyApplication
> {code}
> *Unit Tests:*
> {code}
> SymphonyApplicationMock
> ServletSymphonyApplicationTest
> SimpleSymphonyApplicationTest
> {code}
> *Other resources:*
> {code}
> symphony.app
> symphonyCoreContext-server.xml
> symphony_hp.css
> {code}
> there are also pdf, docs, jpgs...
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.