henning     2003/07/31 09:32:11

  Modified:    conf     TurbineResources.properties
               conf/master TurbineResources.master
  Log:
  Document the new properties for $content and $link tool.
  
  Revision  Changes    Path
  1.50      +23 -1     jakarta-turbine-2/conf/TurbineResources.properties
  
  Index: TurbineResources.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/conf/TurbineResources.properties,v
  retrieving revision 1.49
  retrieving revision 1.50
  diff -u -r1.49 -r1.50
  --- TurbineResources.properties       25 Jul 2003 18:41:43 -0000      1.49
  +++ TurbineResources.properties       31 Jul 2003 16:32:11 -0000      1.50
  @@ -500,6 +500,28 @@
   
   tool.ui.skin=default
   
  +#
  +# The content tool can put its URIs through the Servlet container,
  +# which might attach things like the jsessionid even to URIs that
  +# are not servered by the container. 
  +#
  +# The default behaviour was not to put these through the container.
  +#
  +# Set this to true if you need things like jsessionid attached to all
  +# links generated from the $content pull tool.
  +#
  +tool.content.want.encoding = false
  +
  +#
  +# Both the link and the content tool normally return absolute URIs
  +# You can change this by exchanging the tool classes but this is not
  +# really recommended. Setting these properties to true allow you
  +# to change the behaviour if you want only relative URIs (e.g. if you
  +# run behind a reverse proxy or a load balancer).
  +#
  +tool.content.want.relative = false
  +tool.link.want.relative = false
  +
   # -------------------------------------------------------------------
   #
   #  V E L O C I T Y  S E R V I C E
  
  
  
  1.49      +23 -1     jakarta-turbine-2/conf/master/TurbineResources.master
  
  Index: TurbineResources.master
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/conf/master/TurbineResources.master,v
  retrieving revision 1.48
  retrieving revision 1.49
  diff -u -r1.48 -r1.49
  --- TurbineResources.master   25 Jul 2003 18:41:42 -0000      1.48
  +++ TurbineResources.master   31 Jul 2003 16:32:11 -0000      1.49
  @@ -500,6 +500,28 @@
   
   tool.ui.skin=default
   
  +#
  +# The content tool can put its URIs through the Servlet container,
  +# which might attach things like the jsessionid even to URIs that
  +# are not servered by the container. 
  +#
  +# The default behaviour was not to put these through the container.
  +#
  +# Set this to true if you need things like jsessionid attached to all
  +# links generated from the $content pull tool.
  +#
  +tool.content.want.encoding = false
  +
  +#
  +# Both the link and the content tool normally return absolute URIs
  +# You can change this by exchanging the tool classes but this is not
  +# really recommended. Setting these properties to true allow you
  +# to change the behaviour if you want only relative URIs (e.g. if you
  +# run behind a reverse proxy or a load balancer).
  +#
  +tool.content.want.relative = false
  +tool.link.want.relative = false
  +
   # -------------------------------------------------------------------
   #
   #  V E L O C I T Y  S E R V I C E
  
  
  

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

Reply via email to