<tangent>
Well, this is one of the things that amuses me slightly about shared
hosting companies. Some of them tell you not to put your DB password
in the Admin but to put it in all your <cfquery> tags instead for
"security". Then folks go ahead and put it in some application-wide
config (either directly in application scope or in a config file that
is read into application scope, via a framework etc). And of course
you can read everyone's application scope on a shared server (because
all application scopes are rooted in a single unnamed Java web
application context) so it's no security at all.
</tangent>
As others have said, if they have access to your server, they have
access to your DB already - regardless of whether the passwords are in
the admin or in your own code.
For shared hosting, Railo is more secure than Adobe ColdFusion in this
area because each site has its own separate admin and file system
access can be locked down per site so the DB passwords are more secure
in the admin - even unencrypted - than they would be in code.
That said, Chris, feel free to open a JIRA ticket if you'd rather see
DB passwords encrypted in the XML file.
--
Sean A Corfield -- (904) 302-SEAN
Railo Technologies US -- http://getrailo.com/
An Architect's View -- http://corfield.org/
"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood
-- Michael Offner-Streit CTO Railo Technologies GmbH michael...@railo.ch www.getrailo.com Mailing List (english): http://groups.yahoo.com/group/railo_talk/ Mailing List (german): http://de.groups.yahoo.com/group/railo/ Linked in: http://www.linkedin.com/e/gis/71368/0CF7D323BBC1 Issue Tracker: http://jira.jboss.org/jira/browse/RAILO Blog: http://www.railo-technologies.com/blog