Fix for #293557: Add "jad" mime mapping.
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1015 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
parent
227fb5abec
commit
3562c5e457
|
@ -15,7 +15,7 @@ jetty-7.0.1-SNAPSHOT
|
|||
+ JETTY-937 More JVM bug work arounds. Insert pause if all else fails
|
||||
+ JETTY-983 Send content-length with multipart ranges
|
||||
+ JETTY-1114 unsynchronised WebAppClassloader.getResource(String)
|
||||
+ JETTY-1121 Merge Multipart query parameters
|
||||
+ JETTY-1121 Merge Multipart query parameters
|
||||
+ JETTY-1122 Handle multi-byte utf that causes buffer overflow
|
||||
+ JETTY-1125 TransparentProxy incorrectly configured for test webapp
|
||||
+ JETTY-1129 Filter control characters out of StdErrLog
|
||||
|
@ -26,7 +26,8 @@ jetty-7.0.1-SNAPSHOT
|
|||
+ Promoted Jetty Centralized Logging from Sandbox
|
||||
+ Promoted Jetty WebApp Verifier from Sandbox
|
||||
+ Refactored continuation test harnessess
|
||||
|
||||
+ 293557 Add "jad" mime mapping
|
||||
|
||||
jetty-7.0.0.v20091005 5 October 2009
|
||||
291340 Race condition in onException() notifications
|
||||
|
||||
|
|
|
@ -45,6 +45,7 @@ ico = image/x-icon
|
|||
ief = image/ief
|
||||
iges = model/iges
|
||||
igs = model/iges
|
||||
jad = text/vnd.sun.j2me.app-descriptor
|
||||
jar = application/java-archive
|
||||
java = text/plain
|
||||
jnlp = application/x-java-jnlp-file
|
||||
|
|
Loading…
Reference in New Issue