adamcik / plan

Timetable generator
http://ntnu.1024.no/
Other
51 stars 9 forks source link

Cache should respect language selection #29

Closed adamcik closed 14 years ago

adamcik commented 14 years ago

When the language selector is used, the cached page (in the wrong language) shows up. Instead, language should be changed right away.

Possible solutions:

adamcik commented 14 years ago

CacheMiddleware now creates a cache wrapper that adds both realm prefix and language to the key automaticly. (72b3a8ba)