You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Rémi Flament (JIRA)" <ji...@apache.org> on 2009/11/30 01:27:20 UTC

[jira] Created: (CXF-2562) Make it possible to change the title of the service list page

Make it possible to change the title of the service list page
-------------------------------------------------------------

                 Key: CXF-2562
                 URL: https://issues.apache.org/jira/browse/CXF-2562
             Project: CXF
          Issue Type: Improvement
    Affects Versions: 2.2.5
            Reporter: Rémi Flament
            Priority: Minor
             Fix For: 2.2.6
         Attachments: title.patch

Here is a patch to change the title of the generated service list page.

When you use CXF in a product, you might want to change the default title by the name of the product (no offense :) ).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CXF-2562) Make it possible to change the title of the service list page

Posted by "Rémi Flament (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-2562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rémi Flament updated CXF-2562:
------------------------------

    Attachment: title.patch

> Make it possible to change the title of the service list page
> -------------------------------------------------------------
>
>                 Key: CXF-2562
>                 URL: https://issues.apache.org/jira/browse/CXF-2562
>             Project: CXF
>          Issue Type: Improvement
>    Affects Versions: 2.2.5
>            Reporter: Rémi Flament
>            Priority: Minor
>             Fix For: 2.2.6
>
>         Attachments: title.patch
>
>
> Here is a patch to change the title of the generated service list page.
> When you use CXF in a product, you might want to change the default title by the name of the product (no offense :) ).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CXF-2562) Make it possible to change the title of the service list page

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-2562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp resolved CXF-2562.
------------------------------

    Resolution: Fixed
      Assignee: Daniel Kulp

Patch applied.  Thanks!

> Make it possible to change the title of the service list page
> -------------------------------------------------------------
>
>                 Key: CXF-2562
>                 URL: https://issues.apache.org/jira/browse/CXF-2562
>             Project: CXF
>          Issue Type: Improvement
>    Affects Versions: 2.2.5
>            Reporter: Rémi Flament
>            Assignee: Daniel Kulp
>            Priority: Minor
>             Fix For: 2.2.6
>
>         Attachments: title.patch
>
>
> Here is a patch to change the title of the generated service list page.
> When you use CXF in a product, you might want to change the default title by the name of the product (no offense :) ).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CXF-2562) Make it possible to change the title of the service list page

Posted by "Rémi Flament (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-2562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12783508#action_12783508 ] 

Rémi Flament commented on CXF-2562:
-----------------------------------

Sample of use :

<servlet>
		<servlet-name>CXFServlet</servlet-name>
		<display-name>CXF Servlet</display-name>
		<servlet-class>
			org.apache.cxf.transport.servlet.CXFServlet
		</servlet-class>
		<init-param>
			<param-name>service-list-title</param-name>
			<param-value>The Great Marketing Name</param-value>
		</init-param>
		<load-on-startup>1</load-on-startup>
	</servlet>

> Make it possible to change the title of the service list page
> -------------------------------------------------------------
>
>                 Key: CXF-2562
>                 URL: https://issues.apache.org/jira/browse/CXF-2562
>             Project: CXF
>          Issue Type: Improvement
>    Affects Versions: 2.2.5
>            Reporter: Rémi Flament
>            Priority: Minor
>             Fix For: 2.2.6
>
>         Attachments: title.patch
>
>
> Here is a patch to change the title of the generated service list page.
> When you use CXF in a product, you might want to change the default title by the name of the product (no offense :) ).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.