mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-01 03:19:13 +00:00
Issue #2684 - assumed MimeTypes can now be accessed/changed.
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
parent
33c497a883
commit
0a7ad593e4
@ -516,7 +516,7 @@ public class MimeTypes
|
||||
*/
|
||||
public static Map<String,String> getAssumedEncodings()
|
||||
{
|
||||
return __inferredEncodings;
|
||||
return __assumedEncodings;
|
||||
}
|
||||
|
||||
@Deprecated
|
||||
|
Loading…
x
Reference in New Issue
Block a user