Bug report #372 has just been filed.

You can view the report at the following URL:

   <http://znutar.cortexity.com:8888/BugRatViewer/ShowReport/372>

REPORT #372 Details.

Project: Tomcat
Category: Bug Report
SubCategory: New Bug Report
Class: swbug
State: received
Priority: high
Severity: serious
Confidence: public
Environment: 
   Release: 3.2 Beta 6
   JVM Release: 1.3
   Operating System: Windows 2000
   OS Release: 5.00.2195
   Platform: Windows

Synopsis: 
Container managed security bug

Description:
I tried to setup container managed security against MySQL database. I set up 
everything based on JDBCRealm.howto document 
(http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/JDBCRealm.howto). All tables 
were similar as they were in the example. When I accessed the protected area in 
"examples" webapp I was redirected to the login as it should have happened. When I 
gave my username (tomcat) and password (tomcat) - I got a following stack trace:

java.lang.ArrayIndexOutOfBoundsException
        at org.apache.tomcat.request.JDBCRealm.authorize(JDBCRealm.java:509)
        at org.apache.tomcat.core.ContextManager.doAuthorize(ContextManager.java:844)
        at 
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:778)
        at org.apache.tomcat.core.ContextManager.service(ContextManager.java:732)
        at 
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:210)
        at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:407)
        at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
        at java.lang.Thread.run(Thread.java:484)

--------------
if I enter a wrong password I am redirected to a error page, which has a link to login 
page. A correct behaviour.

Title: BugRat Report # 372

BugRat Report # 372

Project: Tomcat Release: 3.2 Beta 6
Category: Bug Report SubCategory: New Bug Report
Class: swbug State: received
Priority: high Severity: serious
Confidence: public

Submitter: Tero Piirainen ( [EMAIL PROTECTED] )
Date Submitted: Nov 11 2000, 03:28:06 CST
Responsible: Z_Tomcat Alias ( [EMAIL PROTECTED] )

Synopsis:
Container managed security bug
Environment: (jvm, os, osrel, platform)
1.3, Windows 2000, 5.00.2195, Windows

Additional Environment Description:

Report Description:
I tried to setup container managed security against MySQL database. I set up everything based on JDBCRealm.howto document (http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/JDBCRealm.howto). All tables were similar as they were in the example. When I accessed the protected area in "examples" webapp I was redirected to the login as it should have happened. When I gave my username (tomcat) and password (tomcat) - I got a following stack trace: java.lang.ArrayIndexOutOfBoundsException at org.apache.tomcat.request.JDBCRealm.authorize(JDBCRealm.java:509) at org.apache.tomcat.core.ContextManager.doAuthorize(ContextManager.java:844) at org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:778) at org.apache.tomcat.core.ContextManager.service(ContextManager.java:732) at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:210) at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:407) at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498) at java.lang.Thread.run(Thread.java:484) -------------- if I enter a wrong password I am redirected to a error page, which has a link to login page. A correct behaviour.

View this report online...
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to