1. b4e24a0 [FILEUPLOAD-232] mime test class relocated in the right util.mime package by Simone Tripodi · 11 years ago
  2. 58563f6 [FILEUPLOAD-232] added ISO-8859-1?B encoded test, renamed UTF-8 encoded test methods by Simone Tripodi · 11 years ago
  3. 65a6b03 trivial: javadoc comments by Simone Tripodi · 11 years ago
  4. c89f94c [FILEUPLOAD-232] test cases granularization, massive test cases make hard to understand which is the failing assertion by Simone Tripodi · 11 years ago
  5. 6ad8dd7 [FILEUPLOAD-232] started importing MimeUtility test case from http://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-javamail_1.4_spec-1.4/src/test/java/javax/mail/internet/MimeUtilityTest.java by Simone Tripodi · 11 years ago
  6. dacd046 Typo by Sebastian Bazley · 11 years ago
  7. 336767d Typo by Sebastian Bazley · 11 years ago
  8. dbb8fc3 Document and rename the magic constant by Sebastian Bazley · 11 years ago
  9. 75a88c2 Use same line break as for upper-case letters by Sebastian Bazley · 11 years ago
  10. 70cb7b2 Javadoc params by Sebastian Bazley · 11 years ago
  11. 3678325 Document the magic number used as the decoding table size. Javadoc typos by Sebastian Bazley · 11 years ago
  12. 1269e0e Extract out deprecated call to clarify code and reduce scope of suppression by Sebastian Bazley · 11 years ago
  13. d6c4395 FILEUPLOAD-229 - toLowerCase() is Locale-dependent; should use toLowerCase(Locale.ENGLISH) instead by Sebastian Bazley · 11 years ago
  14. 6d72b58 checkstyle: First sentence should end with a period. by Simone Tripodi · 11 years ago
  15. cc3ccac checkstyle: magic numbers by Simone Tripodi · 11 years ago
  16. 1f1c444 trivial: code format by Simone Tripodi · 11 years ago
  17. 5558e9d Javadoc sentences start with upper case letters by Simone Tripodi · 11 years ago
  18. 947d642 trivial: extracted constants by Simone Tripodi · 11 years ago
  19. 32a0719 trivial: use StringBuilder in place of StringBuffer by Simone Tripodi · 11 years ago
  20. 7d9af0c Fix spelling in comments by Mark Thomas · 11 years ago
  21. c8a7ee5 Remove unnecessary instanceof check by Mark Thomas · 11 years ago
  22. deabeaf Fix typo in JavaDoc by Benedikt Ritter · 11 years ago
  23. 006b5a3 Change JavaDoc so that sentences start with upper case letters by Benedikt Ritter · 11 years ago
  24. 2b57a4f trivial: code format by Simone Tripodi · 11 years ago
  25. b6a6332 checkstyle: '256' is a magic number. by Simone Tripodi · 11 years ago
  26. 2e00ddf excluded org.apache.commons.fileupload.util.mime package from OSGi export - props to Felix Meshberger for pointing it by Simone Tripodi · 11 years ago
  27. d893364 checkstyle: '4' is a magic number. by Simone Tripodi · 11 years ago
  28. 8528b10 checkstyle: '128' is a magic number. by Simone Tripodi · 11 years ago
  29. 4dc87f3 checkstyle: Missing a Javadoc comment by Simone Tripodi · 11 years ago
  30. 3ea81ce minor Base64Decoder refactoring to reflect QuotedPrintableDecoder structure by Simone Tripodi · 11 years ago
  31. 86fedc9 checkstyle: First sentence should end with a period. by Simone Tripodi · 11 years ago
  32. b8232ae checkstyle: Utility classes should not have a public or default constructor by Simone Tripodi · 11 years ago
  33. 076e855 dropped unused variables, decode() method made static by Simone Tripodi · 11 years ago
  34. 4684c3f checkstyle: Missing a Javadoc comment. by Simone Tripodi · 11 years ago
  35. 728bafa checkstyle: 'private' modifier out of order with the JLS suggestions. by Simone Tripodi · 11 years ago
  36. abf627b checkstyle: 'cast' is not followed by whitespace. by Simone Tripodi · 11 years ago
  37. 679cdb2 checkstyle: 'protected' modifier out of order with the JLS suggestions. by Simone Tripodi · 11 years ago
  38. 463d924 trivial: no need to expose ParseException outside the mime package, since it is used internally only by Simone Tripodi · 11 years ago
  39. 4c5f2ed checkstyle: Missing a Javadoc comment. by Simone Tripodi · 11 years ago
  40. 9c288ad checkstyle: Avoid inline conditionals. by Simone Tripodi · 11 years ago
  41. 1cb84b2 trivial: added comment on empty catch block by Simone Tripodi · 11 years ago
  42. 9236afa checkstyle: '}' should be on the same line. by Simone Tripodi · 11 years ago
  43. 3207d43 PMD: These nested if statements could be combined by Simone Tripodi · 11 years ago
  44. d44c714 PMD: These nested if statements could be combined by Simone Tripodi · 11 years ago
  45. 084c24e checkstyle: Expected @throws tag by Simone Tripodi · 11 years ago
  46. a9ff743 checkstyle: Missing a Javadoc comment by Simone Tripodi · 11 years ago
  47. 40563df trivial: original source link in package-info already by Simone Tripodi · 11 years ago
  48. 236bfa8 checkstyle: '==' is not followed by whitespace. by Simone Tripodi · 11 years ago
  49. fe56666 checkstyle: Variable 'padding' must be private and have accessor methods by Simone Tripodi · 11 years ago
  50. 21f3034 checkstyle: Variable 'decodingTable' must be private and have accessor methods by Simone Tripodi · 11 years ago
  51. 2df4331 checkstyle: Variable 'encodingTable' must be private and have accessor methods by Simone Tripodi · 11 years ago
  52. ae1329b checkstyle: 'cast' is not followed by whitespace. by Simone Tripodi · 11 years ago
  53. 5b49d83 checkstyle: Variable 'encodingTable' must be private and have accessor methods by Simone Tripodi · 11 years ago
  54. 4c32be0 [FILEUPLOAD-199] shaded javax.mail dependencies class replaced by retailed classes from geronimo-javamail_1.4_spec-1.4, which are licensed under ALv2.0 by Simone Tripodi · 11 years ago
  55. ce463cc trivial: as discussed in ML, mentioned the fact that this interface may vanish in 2.X by Simone Tripodi · 11 years ago
  56. e59df2b [FILEUPLOAD-229]from RFC2616, section 19.3: by Simone Tripodi · 11 years ago
  57. 10244f0 [FILEUPLOAD-199] updated FileUpload main page to make clear that since 1.3 RFC 2047 is supported in header values by Simone Tripodi · 11 years ago
  58. 949a107 releng: current RC is RC2 by Simone Tripodi · 11 years ago
  59. 59c4fc6 [FILEUPLOAD-229] included resolved issue in the changelist by Simone Tripodi · 11 years ago
  60. 2b5ca5f trivial: no needs to duplicate the code to check if an HttpServletRequest is a multipart/* request, just reuse existing FileUploadBase#isMultipartContent method by Simone Tripodi · 11 years ago
  61. 958ce9b [FILEUPLOAD-229] If an actual lower/upper case is required, then should use a fixed locale (unless the code is intended to use the default locale, which is quite unusual for Commons). by Simone Tripodi · 11 years ago
  62. 4198190 [FILEUPLOAD-229] If an actual lower/upper case is required, then should use a fixed locale (unless the code is intended to use the default locale, which is quite unusual for Commons). by Simone Tripodi · 11 years ago
  63. 8da4f53 trivial: authors already enlisted in the POM only by Simone Tripodi · 11 years ago
  64. 648a706 [FILEUPLOAD-229] RFC-2616 5.1.1 Method states that http methods are case-sensitive, so there is no need for equalsIgnoreCase or toLowerCase at all and "POST".equals(...) should just do it by Simone Tripodi · 11 years ago
  65. bd3ab58 trivial: javadoc format, no functional modifications by Simone Tripodi · 11 years ago
  66. 664f1a4 trivial: code format, no functional modifications by Simone Tripodi · 11 years ago
  67. 986ab78 fix for Clirr report and keep [FILEUPLOAD-188] [FILEUPLOAD-195] fixed by Simone Tripodi · 11 years ago
  68. 228ecce trivial: updated SVN ignore list by Simone Tripodi · 11 years ago
  69. aedb227 added missing FILEUPLOAD-202 in the changelist by Simone Tripodi · 11 years ago
  70. aaa4a5c trivial: reordered actions as JIRA builds the release notes so it makes easier to check which are missing in the changelist by Simone Tripodi · 11 years ago
  71. 54c6dea trivial: added FILEUPLOAD-202 reporter by Simone Tripodi · 11 years ago
  72. 7bf5188 Fix typo. by Thomas Neidhart · 11 years ago
  73. 81321af Fix checkstyle warnings. by Thomas Neidhart · 11 years ago
  74. 9804151 Fix checkstyle warnings. by Thomas Neidhart · 11 years ago
  75. b9f37aa Add entries for FILEUPLOAD-202 and FILEUPLOAD-212. by Thomas Neidhart · 11 years ago
  76. 5aef9e0 [FILEUPLOAD-212] Add more unit tests for sizeMax setting; propagate correctly any SizeException to the caller. by Thomas Neidhart · 11 years ago
  77. 44f8cfa Document use of default charset by Sebastian Bazley · 11 years ago
  78. 61d02a1 [FILEUPLOAD-210] #comment added shortcut methods in (Port|Serv)letFileUpload by Simone Tripodi · 11 years ago
  79. 3bc8809 [FILEUPLOAD-199] #comment fixed encoding issue on tests which fails in shell (but not in Eclipse...) by Simone Tripodi · 11 years ago
  80. bad4e91 [FILEUPLOAD-210] #comment as requested by the user, added a new method that maps each FileItem to its related field name, so users can access to them by key #resolved by Simone Tripodi · 11 years ago
  81. 8861cb9 [FILEUPLOAD-199] #comment as suggested by Thomas, shaded the MimeUtility class from javax.mail APIs in order to decode RFC2047 header values #resolve by Simone Tripodi · 11 years ago
  82. 3cf0df9 trivial: extracted POST string constant by Simone Tripodi · 11 years ago
  83. 5a81b13 trivial: javadoc format, no functional modification by Simone Tripodi · 11 years ago
  84. 7d52ee7 releng: added [FILEUPLOAD-143] in change list, credited to Jochen who provided the fix but that for some reason was lost in the FAQ page by Simone Tripodi · 11 years ago
  85. f7b9437 [FILEUPLOAD-143] #comment somehow Jochen's entry was not previously included in the FAQ, this commit to restore the workaround for Flash client having the `Stream ended unexpectedly` issue #resolve by Simone Tripodi · 11 years ago
  86. 13704dd trivial: typo by Simone Tripodi · 11 years ago
  87. a6e0fd2 trivial: code format, no functional modification by Simone Tripodi · 11 years ago
  88. c57a603 releng: MultipartStreamTest class updated to JUnit 4 style by Simone Tripodi · 11 years ago
  89. 8ad7629 malformed XML by Simone Tripodi · 11 years ago
  90. c9ef9fc added missing FILEUPLOAD-228 in the changelist by Simone Tripodi · 11 years ago
  91. 0bbb01e [FILEUPLOAD-212] - Insecure request size checking - fix provided by (and credited to) Thomas Neidhart by Simone Tripodi · 11 years ago
  92. b50acb3 [FILEUPLOAD-228] #comment if Content-length header is not available, the contantLength() method must return request.getContentLength() #resolve by Simone Tripodi · 11 years ago
  93. c908c38 releng: 1.3 not released yet, back to 1.3-SNAPSHOT by Simone Tripodi · 11 years ago
  94. 725b4d1 [maven-release-plugin] prepare for next development iteration by Simone Tripodi · 11 years ago
  95. 017d2ad [maven-release-plugin] prepare release FILEUPLOAD_1_3_RC1 by Simone Tripodi · 11 years ago
  96. 8077e27 releng: increased potential 1.3 release date - ready to cut RC1 by Simone Tripodi · 11 years ago
  97. 0d184ef trivial: unit tests code format aligned to main code format by Simone Tripodi · 11 years ago
  98. c3d0e07 releng: added `@version $Id$` tag where missing - it's a matter of consistency, used everywhere or don't use it at all by Simone Tripodi · 11 years ago
  99. 56e26cb releng: committers/contributors mentioned in @author tags moved to the pom, if not already by Simone Tripodi · 11 years ago
  100. e0055b1 releng: RC profile for site deployment no longer needed by Simone Tripodi · 11 years ago