Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0006284 [Resin] minor always 09-25-19 17:46 10-11-19 13:36
Reporter nam View Status public  
Assigned To
Priority normal Resolution no change required  
Status closed   Product Version 4.0.62
Summary 0006284: BasicLogin and Allow tags are allowed in host tag, but doesn't do anything
Description (rep by KQJ)

<resin:BasicLogin> and/or <resin:Allow> tags are allowed in <host>, but doesn't do anything. They work if they are inside <web-app>.

<host id="" root-directory=".">
  <resin:BasicLogin/>
  <resin:Allow url-pattern="/*">
    <resin:IfUserInRole role="expert"/>
  </resin:Allow>

  <resin:XmlAuthenticator password-digest="none">
   <resin:user name="bar" password="foo123" group="expert"/>
  </resin:XmlAuthenticator>

  <web-app id="/" root-directory="webapps/ROOT"/>
</host>
Additional Information
Attached Files

- Relationships

There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
09-25-19 17:46 nam New Issue
10-11-19 13:36 ferg Status new => closed
10-11-19 13:36 ferg Resolution open => no change required


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