Opened 7 years ago

Closed 7 years ago

#921 closed enhancement (fixed)

Delivery client should set session control in <base:page> taglib

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: trivial Milestone: Reggie v4.9
Component: net.sf.basedb.reggie Keywords:
Cc:

Description

Typically, the <base:page> taglib tries to find the current session control by inspecting and extracting the session ID from request URL. The only problem with this is that in some places it assumes that the regular web client is used which causes warning messages in the log file that the current user is not allowed to use the web client. The taglibs en general are usable by any web client and the log message can be avoided by explicitly setting the session control on the <base:page> taglib. This requires BASE 3.10 (http://base.thep.lu.se/ticket/2038).

Change History (2)

comment:1 by Nicklas Nordborg, 7 years ago

Milestone: Reggie v4.xReggie v4.9

comment:2 by Nicklas Nordborg, 7 years ago

Resolution: fixed
Status: newclosed

(In [4323]) Fixes #921: Delivery client should set session control in <base:page> taglib

Note: See TracTickets for help on using tickets.