Bug 43643 - Setting the executor attribute in a connector that does not support the executor attribute causes a
Summary: Setting the executor attribute in a connector that does not support the execu...
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 6
Classification: Unclassified
Component: Connectors (show other bugs)
Version: 6.0.14
Hardware: All All
: P3 normal (vote)
Target Milestone: default
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-17 08:02 UTC by Ruediger Pluem
Modified: 2007-10-19 07:11 UTC (History)
0 users



Attachments
Patch against 6.0.14 (850 bytes, patch)
2007-10-17 08:02 UTC, Ruediger Pluem
Details | Diff
Modified patch to log warning (1.32 KB, patch)
2007-10-17 14:37 UTC, Filip Hanik
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ruediger Pluem 2007-10-17 08:02:22 UTC
Setting the executor attribute for a connector that does not support the
executor attribute causes a NullPointerException. Usually elements simply ignore
attributes that do not know. The attached patch fixes this.
Comment 1 Ruediger Pluem 2007-10-17 08:02:50 UTC
Created attachment 20997 [details]
Patch against 6.0.14
Comment 2 Filip Hanik 2007-10-17 14:37:27 UTC
Created attachment 21000 [details]
Modified patch to log warning