admin@glassfish.java.net

Re: REST API and slashes in resource names

From: Anissa Lam <anissa.lam_at_oracle.com>
Date: Mon, 21 Jun 2010 21:39:44 -0700

I think you can go ahead and check that in after running QL.
Otherwise, Admin Console will be broken for JDBC resources in MS2.
According to the attached email, Snjezana confirmed thats the location
and file for making changes to the template.

thanks
Anissa.

On 6/21/10 9:16 PM, Jason Lee wrote:
> I think I found the place. Here's the diff:
>
> Index: packager/nucleus-base/lib/templates/domain.xml
> ===================================================================
> --- packager/nucleus-base/lib/templates/domain.xml (revision 38014)
> +++ packager/nucleus-base/lib/templates/domain.xml (working copy)
> @@ -179,7 +179,7 @@
> <ssl ssl3-enabled="false" cert-nickname="s1as"></ssl>
> </protocol>
> <protocol name="admin-listener">
> - <http default-virtual-server="__asadmin" max-connections="250">
> + <http default-virtual-server="__asadmin" max-connections="250"
> encoded-slash-enabled="true" >
> <file-cache enabled="false"></file-cache>
> </http>
> </protocol>
>
> Without this change, REST tests as Admin Console tests fail (which
> indicates, of course, that a feature is not working correctly). This
> does affect MS2 deliverables.
>
> Are there complaints with me committing this change?
>

attached mail follows: