Hi there,
I am trying to implement our SingleLogin architecture
using the Servlet API 2.2 recomendations.
I would like to know why
org.apache.tomcat.core.Request
is not implementing methods from
javax.servlet.http.Request?
The error message is:
[javac]
D:\Apache-Group\src\jakarta-tomcat-3.2.1-src\src\share\org\apache\tomcat\request\CookieRealm.java:125:
Method getCookies() not found in interface
org.apache.tomcat.core.Request.
[javac] Cookie cookies[] =
request.getCookies();
and only work around is to use getCookie(i) method
?!?!
TIA
Drasko
__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35
a year! http://personal.mail.yahoo.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]