More strict UTF-8 validation on input
This commit is contained in:
parent
5a863c20c2
commit
2e9a40da69
3 changed files with 9 additions and 2 deletions
2
FU.pm
2
FU.pm
|
|
@ -1267,7 +1267,7 @@ handler being run. Any other exception is passed to the C<500> error handler.
|
|||
|
||||
While the C<FU::> namespace is used for global configuration and utility
|
||||
functions, the C<fu> object is intended for methods that deal with request
|
||||
processing (although some are useful used outside of request handlers as well).
|
||||
processing (although some are useful outside of request handlers as well).
|
||||
|
||||
The C<fu> object itself can be used to store request-local data. For example,
|
||||
the following is a valid approach to handle user authentication:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue