You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by bu...@apache.org on 2003/06/25 21:48:04 UTC

DO NOT REPLY [Bug 21092] - Using the browser's back button does not take the user to the proper pane / sub-pane they were at.

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21092>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21092

Using the browser's back button does not take the user to the proper pane / sub-pane they were at.

morciuch@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|1.4b2                       |---



------- Additional Comments From morciuch@apache.org  2003-06-25 19:48 -------
First, I would upgrade the latest release of Jetspeed (1.4b4).

Then, take a look at these properties in jr.props:

#########################################
# HTTP Page header                      #
#########################################
# http.lifetime is the lifetime of the page as set in the
# HTTP Headers
#  -1 = Do not set cache related headers (Jetspeed 1.3a1 behavior)
#   0 = set the following http headers
#           Cache-Control = "no-cache"
#           Last-Modified = (current time)
#           Pragma        = "no-cache"
#           Expires       = "0"
#   n where n is the number of seconds:
#           Cache-Control = "max-age: n" where n is the number of seconds
#           Last-Modified = (current time)
#           Expires       = (current time + n seconds)
http.lifetime=0

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org