The new attributes in the request are causing tester to fail on a number of include 
and forward tests. For example
   [tester] EXPECTED: ======================================
   [tester] This is before the include
   [tester] Include00a PASSEDSessionListener01: sessionCreated()
   [tester] SessionListener02: sessionCreated()

   [tester] This is after the include

   [tester] ================================================
   [tester] RECEIVED: ======================================
   [tester] This is before the include
   [tester] Include00a PASSEDSessionListener01: sessionCreated()
   [tester] SessionListener02: sessionCreated()
   [tester] RequestListener01: 
attributeReplaced(org.apache.catalina.core.DISPATCHER_TYPE,8)
   [tester] RequestListener01: 
attributeReplaced(org.apache.catalina.core.DISPATCHER_REQUEST_PATH,/JspInclude01.jsp)

   [tester] This is after the include

   [tester] ================================================
   [tester] FAIL [GET /tester/JspInclude01.jsp?path=/Include00a] Failed Golden File 
Comparison

It looks like handling the dispatcher type as a request element is reasonable,
so it seems the golden files need to be updated.


On Wednesday 11 September 2002 08:09 pm, [EMAIL PROTECTED] wrote:
> amyroh      2002/09/11 17:09:28
>
>   Modified:    catalina/src/share/org/apache/catalina/core
>                         ApplicationDispatcher.java
>                         ApplicationFilterFactory.java
>                         StandardWrapperValve.java
>                catalina/src/share/org/apache/catalina/deploy FilterMap.java
>                catalina/src/share/org/apache/catalina/valves
>                         ErrorDispatcherValve.java
>   Log:
>   Fix RequestDispatcher for ERROR and INCLUDE - bugzilla bugs 12456 and
> 12457.


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to