What does Language filter do?
Reveal answer
Fill a bubble to check yourself
What does Language filter do?
It changes the context path, request URI and request URL back to the ones before HTTP server rewrote the request.
It rewrites the URLs in the format /nl/<application>?lang=<langCode> to /<langCode>/<application>.
Only 2
Both of the above
None of the above
A Language filter typically intercepts incoming requests to manage localization. It restores the context path, request URI, and URL to their original states before HTTP server rewrites, and handles URL rewriting between path-based and query-parameter-based language indicators, performing both functions.