| Summary: | Ignore capital and small letters in MIME types | ||
|---|---|---|---|
| Product: | [Unmaintained] kdelibs | Reporter: | usrrgt |
| Component: | general | Assignee: | kdelibs bugs <kdelibs-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
usrrgt
2008-03-06 18:00:10 UTC
Fixed in KDE-4.0 and later.
From kmimetypetest.cpp:
QTest::newRow("text") << "textfile.txt" << "text/plain";
QTest::newRow("case-insensitive search") << "textfile.TxT" << "text/plain";
|