Commit 8bfd254
committed
minor #8411 Add note about LocaleListener (Steveb-p, javiereguiluz)
This PR was merged into the 3.3 branch.
Discussion
----------
Add note about LocaleListener
LocaleListener uses information provided by Request object.
Setting your own Listener, which is supposed to change request object locale, without priority results in LocaleListener already having it's locale set up and not reacting at all. This change adds this warning to documentation.
Commits
-------
531909d Reword
1492f3e Remove information about default priority
52681f4 Fix missing blank line
03de10f Add note about LocaleListener1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
29 | 36 | | |
30 | 37 | | |
31 | 38 | | |
| |||
0 commit comments