When I try to do a redirect using Tomcat 4.0.3 I get the following. It
works with 4.0.2. Anyone else have this problem?
Turbine 2.2b.1
This is in an action. After the action I have it do a redirect to my
next template.
Apache Tomcat/4.0.3
java.lang.IllegalStateException: Current state = FLUSHED, new state =
CODING_END
at
java.nio.charset.CharsetEncoder.throwIllegalStateException(CharsetEncoder.java:919)
at java.nio.charset.CharsetEncoder.encode(CharsetEncoder.java:528)
at
sun.nio.cs.StreamEncoder$CharsetSE.flushLeftoverChar(StreamEncoder.java:345)
at sun.nio.cs.StreamEncoder$CharsetSE.implClose(StreamEncoder.java:402)
at sun.nio.cs.StreamEncoder.close(StreamEncoder.java:150)
at java.io.OutputStreamWriter.close(OutputStreamWriter.java:225)
at java.io.PrintWriter.close(PrintWriter.java:140)
at
org.apache.catalina.connector.ResponseBase.finishResponse(ResponseBase.java:482)
at
org.apache.catalina.connector.HttpResponseBase.finishResponse(HttpResponseBase.java:236)
at
org.apache.catalina.connector.http.HttpResponseImpl.finishResponse(HttpResponseImpl.java:288)
at
org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:1039)
at
org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1107)
at java.lang.Thread.run(Thread.java:539)
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>