billbarker2004/09/29 23:02:39
Modified:src/facade22/org/apache/tomcat/facade
RequestDispatcherImpl.java
Log:
Set the correct query-string on forwards.
The parameters are the sum of the forward URI and the request URI, but the
query-string is the one from
costin 01/09/19 20:38:15
Modified:src/facade22/org/apache/tomcat/facade
RequestDispatcherImpl.java
Log:
Fix for 3726, reported by [EMAIL PROTECTED] In forward you should be able to
set Content-Type and other headers ( this worked fine for normal forward, b
costin 01/09/16 17:44:55
Modified:.build.xml
src/facade22/org/apache/tomcat/facade
RequestDispatcherImpl.java
Log:
#2641, thanks Daniele Gaffuri for reporting the bug.
Also, removed the (unused) container/tomcat-startup.jar
R
costin 01/08/25 18:47:41
Modified:src/facade22/org/apache/tomcat/facade
RequestDispatcherImpl.java
Log:
Another fix for RD, the queryString wasn't updated in the forwarded request.
I'm not sure if the query string is a 'path' property, but for consisten
costin 01/08/25 11:11:12
Modified:src/facade22/org/apache/tomcat/facade
RequestDispatcherImpl.java
Log:
Fix for 3162, requestDispatcher.forward must reset PathInfo and the other
path related info in the passed request.
Revision ChangesPath
1.20
costin 01/08/20 21:56:44
Modified:src/facade22/org/apache/tomcat/facade
RequestDispatcherImpl.java
Log:
Update for the compat fix.
Revision ChangesPath
1.19 +2 -2
jakarta-tomcat/src/facade22/org/apache/tomcat/facade/RequestDispatcherIm
costin 01/03/31 13:52:34
Modified:src/facade22/org/apache/tomcat/facade
RequestDispatcherImpl.java
Log:
Fix for #1112, set parent on the child.
Revision ChangesPath
1.18 +1 -0
jakarta-tomcat/src/facade22/org/apache/tomcat/facade/Reques
costin 01/02/10 11:01:57
Modified:src/facade22/org/apache/tomcat/facade
RequestDispatcherImpl.java
Log:
No debug messages in RDI.
Revision ChangesPath
1.16 +1 -1
jakarta-tomcat/src/facade22/org/apache/tomcat/facade/RequestDispatcherImp
costin 01/02/05 22:35:56
Modified:src/facade22/org/apache/tomcat/facade
RequestDispatcherImpl.java
Log:
A bigger change in RequestDispatcherImpl:
- the parameter manipulation ( by using access to the internal representation)
is removed
- Parameters
costin 01/01/25 18:59:55
Modified:src/facade22/org/apache/tomcat/facade
RequestDispatcherImpl.java
Log:
Fix typo in method name - most tests are passing under sandbox.
Revision ChangesPath
1.13 +1 -19
jakarta-tomcat/src/facade22/org/apa
costin 01/01/06 16:08:59
Modified:src/facade22/org/apache/tomcat/facade
RequestDispatcherImpl.java
Log:
Bug: RuntimeException should be propagated to the caller ( previous behavior: it was
wrapped in a ServletException )
Bug: the included exception wa
11 matches
Mail list logo