Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
4835 | minor | always | 11-03-11 18:22 | 11-04-11 09:07 | |
|
|||||
Reporter: | cowan | Platform: | |||
Assigned To: | cowan | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 4.0.23 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 4.0.24 | ||
|
|||||
Summary: | 0004835: Custom constraint can not be added to SecurityConstraint | ||||
Description: |
A custom constraint that extends AbstractConstraint fails to be added to com.caucho.server.security.SecurityConstraint, throwing the error: WEB-INF/resin-web.xml:18: 'qa:MyConstraint' is an unknown property of 'com.caucho.server.security.SecurityConstraint'. Example configuration: <resin:security-constraint> <web-resource-collection> <url-pattern>/*</url-pattern> </web-resource-collection> <qa:MyConstraint> <foo>bar</foo> </qa:MyConstraint> </resin:security-constraint> |
||||
Steps To Reproduce: | |||||
Additional Information: | Rep by K. Ding | ||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|