Anonymous | Login | Signup for a new account | 12-17-2024 08:53 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0004835 | [Resin] | minor | always | 11-03-11 18:22 | 11-04-11 09:07 | ||||
Reporter | cowan | View Status | public | ||||||
Assigned To | cowan | ||||||||
Priority | normal | Resolution | fixed | ||||||
Status | closed | Product Version | 4.0.23 | ||||||
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> |
||||||||
Additional Information | Rep by K. Ding | ||||||||
Attached Files | |||||||||
|
Notes | |
(0005603) cowan 11-03-11 18:23 |
SecurityConstraint is missing the necessary method: public void add(AbstractConstraint constraint) |
(0005604) cowan 11-04-11 09:07 |
server/1at1 |
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
30 total queries executed. 26 unique queries executed. |