Modify

Opened 8 years ago

Closed 8 years ago

#12596 closed defect (fixed)

Environment objects of delegrated environments won't be reloaded on configuration changes

Reported by: Ryan J Ollos Owned by: Ryan J Ollos
Priority: normal Component: SharedCookieAuthPlugin
Severity: normal Keywords:
Cc: Trac Release:

Description

As noted in comment:8:ticket:12592, the RequestDispatcher objects are cached, therefore the Environment instances are cached and won't be reloaded when the configuration changes.

Attachments (0)

Change History (2)

comment:1 Changed 8 years ago by Ryan J Ollos

Owner: changed from agitronic to Ryan J Ollos
Status: newassigned

comment:2 Changed 8 years ago by Ryan J Ollos

Resolution: fixed
Status: assignedclosed

In 15090:

0.1.5dev: Don't cache RequestDispatchers

By caching the dispatchers, and thus caching the environment
objects, the environments were not reloaded on configuration
changes.

Thanks to Jun Omae for spotting the issue.

Fixes #12596.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Ryan J Ollos.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.