If this is not the proper forum to be discussing Catalina related difficulties,
please advise me and I will take this elsewhere.  As some other kind soul
reported, BugRat is exactly that.  Even the usage page is broken.

I am using the CVS build of Catalina 4.0M5.  It was updated 15 minutes ago,
with no changes.  I am using IBM's 1.3 JDK on Linux 2.2.17 i686.

The parameter handling is HORRIBLY broken.  Asking for any valid name results
in a null value, and asking:

Enumeration params = request.getParameterNames();
while( params.hasMoreElements() ) {
    String name = params.nextElement().toString();
    log("Param("+name+") := "+request.getParameter(name));
}

results in

Param(/velocity/myservlet?) := 

for any number of parameters passed, regardless of their values.  
Same thing for JSP:

/velocity/test1.jsp?

I wanted to ask if this was a known problem before I tear into the meat of
Catalina (having only Tomcat 3.2b8 development experience prior).

  Thanks,
  -- /v\atthew
-- 
Matthew L Daniel                 Rich bachelors should be heavily taxed.
Internet Director                It is not fair that some men should be
SterlingPlanet, Inc.             happier than others.
[EMAIL PROTECTED]            -- Oscar Wilde

Reply via email to