> From: André Warnier [mailto:[EMAIL PROTECTED]
> Subject: Re: Manager app language
>
> Do you really mean that one webapp can change that setting and thus
> influence other webapps that way ?

Yes - which is why you can configure a SecurityManager to restrict anti-social 
behavior.

> If Tomcat <Host> has autoDeploy=true, is that still valid ?

It's not autoDeploy that would affect it, but rather deployOnStartup; 
regardless, the init() method of a servlet could change the value if its webapp 
happened to be deployed before the manager webapp.

> > If your server's locale file was somehow unavailable
> that is unlikely

It would only have to be momentarily, at the time the JVM attempts to retrieve 
the settings.

> I'll have to ask the colleague tomorrow if it also resets the system's
> user.language setting.  Better, I'll try it.

Despite the name "system properties", they are not system-wide, but rather just 
for each JVM independently.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to