| Author |
Contradiction in servlet spec
|
Russell Tao
Greenhorn
Joined: Dec 13, 2004
Posts: 12
|
|
I found there was a contradiction in servlet spec(pdf), at p313: <!ELEMENT security-role-ref (description?, role-name, role-link)> at p336: <!ELEMENT security-role-ref (description?, role-name, role-link?)> Wondering whether role-link is required or not in security-role-ref?
|
 |
Narendra Dhande
Ranch Hand
Joined: Dec 04, 2004
Posts: 950
|
|
Hi,
at p336: <!ELEMENT security-role-ref (description?, role-name, role-link?)>
The <role-link> is optional. Thanks
|
Narendra Dhande
SCJP 1.4,SCWCD 1.4, SCBCD 5.0, SCDJWS 5.0, SCEA 5.0
|
 |
 |
|
|
subject: Contradiction in servlet spec
|
|
|