Bug 52423 - CDI/Weld ServletRequestListeners to be fired on Forwards (see 50789)
Summary: CDI/Weld ServletRequestListeners to be fired on Forwards (see 50789)
Status: RESOLVED DUPLICATE of bug 50789
Alias: None
Product: Tomcat 6
Classification: Unclassified
Component: Catalina (show other bugs)
Version: 6.0.35
Hardware: PC All
: P2 normal (vote)
Target Milestone: default
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-05 00:28 UTC by Jeremy Landis
Modified: 2012-01-05 01:14 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Landis 2012-01-05 00:28:48 UTC
See https://issues.apache.org/bugzilla/show_bug.cgi?id=50789.

This issue was reported for both tomcat 6 and 7.  It was resolved in tomcat 7.0.9 and further noted to have been solved earlier by another similar issue in error pages in tomcat 7.0.5 (#49991).  Can this same issue be resolved in tomcat 6?  We are limited currently to using tomcat 6 and unlikely to be off of that this year.  It would be nice to have this resolved.  We do testing in both tomcat 6 and 7 locally on our machines.  The issue doesn't appear in tomcat 7 as this solution indicated.  The issue as I see it revolves around the error pages specifically as we use BASIC authentication in WEB.XML as a stub and another mechanism for authentication through our mainframe.  We are aware our configuration is resulting in error pages most likely through ajax where we don't really expect to see the page thrown up to the user.  However, this makes it difficult to look at logs as we are developing and fixing it might make it somewhat easier for us to catch another issue we see only in tomcat 6.

We are using WELD 1.1.4, Mojarra 2.1.6, Richfaces 4.1.0, and replaced tomcat version of EL 2.1 with 2.2 api/impl.  We have also been running with Apache Commons Daemon 1.0.8 which I see is going to be officially in the next update of tomcat 6.
Comment 1 Konstantin Kolinko 2012-01-05 01:00:50 UTC

*** This bug has been marked as a duplicate of bug 50789 ***
Comment 2 Jeremy Landis 2012-01-05 01:14:17 UTC
I understand this is a duplicate, but it doesn't appear to have been resolved in tomcat 6.  Has this been resolved in the upcoming version of tomcat 6?  All the bugzilla requests attached to this state is that it was resolved in tomcat 7.