Bug 29953 - redundancy in code
Summary: redundancy in code
Status: RESOLVED WONTFIX
Alias: None
Product: Tomcat 5
Classification: Unclassified
Component: Unknown (show other bugs)
Version: 5.0.0
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-07 14:53 UTC by Dayal Murukutla
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dayal Murukutla 2004-07-07 14:53:13 UTC
Hello,
In the class 'org.apache.ajp.tomcat4.Ajp13Processor' on lines - 134 & 135 the 
method call - 
'this.request.setConnector(connector);'

is repeated.

Any possible reason for doing the above???

Thanks
Comment 1 Tim Funk 2004-07-07 15:56:45 UTC
The org.apache.ajp. package is not supported.
Comment 2 Dayal Murukutla 2004-07-07 16:16:11 UTC
But this package is used in Tomcat 5 right?

Comment 3 Tim Funk 2004-07-07 16:44:28 UTC
nope