Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000475 [Resin] minor always 12-01-05 14:07 01-26-06 19:51
Reporter sam View Status public  
Assigned To ferg
Priority normal Resolution fixed  
Status closed   Product Version
Summary 0000475: XmlAuthenticator starts failing if passwords.xml is modified
Description If the <path> directive of XmlAuthenticator is used, modifications to
the file referred to by <path> cause all logins to fail until the server
is restarted.

<login-config>
  <auth-method>DIGEST</auth-method>
</login-config>

   <authenticator type="com.caucho.server.security.XmlAuthenticator">

   <init>
     <password-digest>none</password-digest>
     <path>${server.rootDir}/conf/passwords.xml</path>
   </init>
  </authenticator>
  <security-constraint url-pattern='resin-status' role-name='admin'/>


passwords.xml:

<authenticator>
     <user name='harry' password='XXX' role='admin,user'/>
</authenticator>
Additional Information
Attached Files

- Relationships

- Notes
(0000800)
ferg
01-26-06 19:51

server/12h5
 

- Issue History
Date Modified Username Field Change
12-01-05 14:07 sam New Issue
12-01-05 14:07 sam Status new => confirmed
01-26-06 19:51 ferg Note Added: 0000800
01-26-06 19:51 ferg Assigned To  => ferg
01-26-06 19:51 ferg Status confirmed => closed
01-26-06 19:51 ferg Resolution open => fixed
01-26-06 19:51 ferg Fixed in Version  => 3.0.18
01-26-06 19:51 ferg View Status @0@ => public


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed.
26 unique queries executed.
Powered by Mantis Bugtracker