
|
If you were logged in you would be able to see more operations.
|
|
|
|
Issue Links:
|
Related
|
|
|
|
This issue is related to:
|
|
SPRNET-1027
Spring Page Handler Factory does not respect EnableSessionState="ReadOnly", page setting cached until app pool reload
|
|
|
|
|
|
|
see http://forum.springframework.net/showthread.php?p=9342#post9342
"Server.Transfer() still seems to have issues in the latest release. The Page instance is not initialized in the same manner when the Spring aspx handler is in the stream. Particularly the PreviousPage property is not set. Looking at HttpServer.ExecuteInternal() it appears to be injecting values into the page instance which with the SpringHandler inserted would be the SessionAwarePageHandler stub not the requested page. The only fix that I see at the moment would be to have The stub handler forward the value for PreviousPage (unfortunately there is no public method for setting this variable)."
|
|
Description
|
see http://forum.springframework.net/showthread.php?p=9342#post9342
"Server.Transfer() still seems to have issues in the latest release. The Page instance is not initialized in the same manner when the Spring aspx handler is in the stream. Particularly the PreviousPage property is not set. Looking at HttpServer.ExecuteInternal() it appears to be injecting values into the page instance which with the SpringHandler inserted would be the SessionAwarePageHandler stub not the requested page. The only fix that I see at the moment would be to have The stub handler forward the value for PreviousPage (unfortunately there is no public method for setting this variable)."
|
Show » |
|
"but when I'm using <property name="Mode" value="Transfer"/> or
don't explicit set the Mode the I get a System.Web.HttpException
when calling "SetResult": the inner-Exception tells something about "Error validatingView State-MAC"