[Resin-interest] Limiting access to caucho-status

2009-02-06 Thread Ronan Lucio
Hi, Is there a way to limit access to site/caucho-status URL either per IP or per user/password? I read that it's suggested to disable it in production servers, but it has good information for monitoring servers. I think it would be nice to just limit accesses. Ronan

[Resin-interest] Different MD5-base64 digest passwords Resin 2.1 vs. Resin 3.1 with realm of none

2009-02-06 Thread BUSCH Steffen
Hi all, I have a small Issue while trying to prepare the upgrade from Resin 2.1.14 to Resin 3.1 Snapshot as of 19th December with the Digest Password in Resin XmlAuthenticator. I used to have the following configuration in Resin 2.1.14 authenticator

Re: [Resin-interest] Different MD5-base64 digest passwords Resin 2.1 vs. Resin 3.1 with realm of none

2009-02-06 Thread Scott Ferguson
On Feb 6, 2009, at 8:15 AM, BUSCH Steffen wrote: Hi all, I have a small Issue while trying to prepare the upgrade from Resin 2.1.14 to Resin 3.1 Snapshot as of 19th December with the Digest Password in Resin XmlAuthenticator. 2.1.14 had an incorrect implementation of base64 encoding. Is

Re: [Resin-interest] Different MD5-base64 digest passwords Resin2.1 vs. Resin 3.1 with realm of none

2009-02-06 Thread Scott Ferguson
On Feb 6, 2009, at 9:22 AM, BUSCH Steffen wrote: Thanks Scott, I think I'm aware of 80 % of the passwords and can regenerate them. As I'm having several external passwords files with the old base64 encoded passwords for different web-apps, it would be great if you could advise how to

[Resin-interest] Resin 3.0/3.2 Inconsistency

2009-02-06 Thread Aaron Freeman
Under Resin-3.0.x the following code works whether I pass in a 'email' param or not. However on Resin 3.2.1, which I just installed .. It throws an exception if an 'email' param wasn't passed in. However it works great if I do pass an email param in. Any thoughts? c:set var=email

Re: [Resin-interest] Resin 3.0/3.2 Inconsistency

2009-02-06 Thread Scott Ferguson
On Feb 6, 2009, at 1:21 PM, Aaron Freeman wrote: Under Resin-3.0.x the following code works whether I pass in a 'email' param or not. However on Resin 3.2.1, which I just installed .. It throws an exception if an 'email' param wasn't passed in. However it works great if I do pass