Commit Graph

2464 Commits

Author SHA1 Message Date
Aleksandr Mashchenko b5e878e421 replace String.valueOf with Objects.toString to better handle null values in java configuration 2017-11-21 20:44:11 +02:00
Aleksandr Mashchenko 55ae024c0a WW-4875 Add location information for java based configuration 2017-10-26 21:58:19 +03:00
Aleksandr Mashchenko 0a86e4fe16 WW-4875 Add ability to use Java based configuration 2017-10-24 22:27:51 +03:00
Lukasz Lenart e9fe38608a Merge pull request #176 from lukaszlenart/multipart-regex
WW-4862: Multipart regex
2017-10-24 09:55:15 +02:00
Lukasz Lenart 94315daf80 Enables disabled tests 2017-10-24 07:14:27 +02:00
Lukasz Lenart 4ad5ff8ade Drops unused imports 2017-10-22 18:39:40 +02:00
Lukasz Lenart 7ad2a4214e WW-4862 Adds additional tests to cover new regex 2017-10-22 18:38:02 +02:00
Lukasz Lenart 10027dae42 WW-4862 Extends existing regex to include charset 2017-10-22 18:37:43 +02:00
Lukasz Lenart 8b95838c58 Adds proper XML header 2017-10-22 12:29:13 +02:00
Lukasz Lenart eafed3883f Converts content to a proper CSS 2017-10-22 08:59:41 +02:00
Lukasz Lenart 3a6f48517d Removes unneeded header 2017-10-22 08:52:59 +02:00
Lukasz Lenart d267180735 Puts back JavaDoc reference 2017-10-22 08:50:56 +02:00
Lukasz Lenart fd8e3bc912 Adds missing header with license 2017-10-21 11:51:44 +02:00
Lukasz Lenart ce335f19c4 Adds missing header with license 2017-10-21 11:36:24 +02:00
Lukasz Lenart 73359c480b Adds missing header with license 2017-10-21 11:24:48 +02:00
Lukasz Lenart e678792430 Adds missing header with license 2017-10-21 11:01:31 +02:00
Lukasz Lenart 8b738bd061 Adds missing header with license 2017-10-21 10:46:49 +02:00
Lukasz Lenart 6e51f28d86 Adds missing header with license 2017-10-21 10:23:30 +02:00
Lukasz Lenart b37af16aee Adds missing header with license or updates the existing one 2017-10-21 09:59:08 +02:00
Lukasz Lenart 0ae6aa84ee Adds missing header with license or updates the existing one 2017-10-21 09:26:11 +02:00
Lukasz Lenart cb389d292d Fixes Maven site generation 2017-10-20 09:05:29 +02:00
Lukasz Lenart 3d33a82da5 Fixes JavaDoc 2017-10-13 18:37:49 +02:00
Pengyu Nie 9e087e4c49 remove an obsolete TODO comment 2017-10-12 14:51:25 -05:00
Lukasz Lenart 15a6942789 Adds since tag 2017-09-27 08:48:19 +02:00
Lukasz Lenart ca63540256 Extracts duplicated code into a method 2017-09-27 08:37:20 +02:00
Lukasz Lenart 1a1a2e0b00 Adds comment how to use a method 2017-09-27 08:05:12 +02:00
Lukasz Lenart 61931d7a3a Uses the new interface to init bean on the beginning 2017-09-26 08:48:42 +02:00
Lukasz Lenart 4dfc8a2d6a Introduces a new interface to allow initialise beans at the end of setup 2017-09-26 08:47:42 +02:00
Lukasz Lenart 2acf0ab16e Reverts changes introduced with WW-4827 and adds default constructors 2017-09-26 08:47:10 +02:00
Lukasz Lenart fe31a24b74 WW-4861 Makes code more re-usable 2017-09-19 10:27:57 +02:00
Lukasz Lenart 50a0a72e9d WW-4861 Adds fallback to lookup container using ActionContext 2017-09-19 09:26:20 +02:00
Aleksandr Mashchenko 0b9e68ed16 WW-4843 DefaultUrlHelper().buildUrl() not outputting port when used as parameter 2017-08-23 23:05:29 +03:00
Lukasz Lenart c9bdb24bf9 [maven-release-plugin] prepare for next development iteration 2017-08-23 13:05:27 +02:00
Lukasz Lenart 9f5082615e [maven-release-plugin] prepare release STRUTS_2_5_13 2017-08-23 13:05:07 +02:00
Lukasz Lenart 68cb702dc8 WW-4838 Allows define incompatible improvements as an init-param 2017-08-23 09:23:23 +02:00
Lukasz Lenart ff6148795a WW-4839 JakartaStreamMultiPartRequest honors struts.multipart.maxSize 2017-08-07 08:10:48 +02:00
Lukasz Lenart 41c6335812 WW-4840 Drops unused import to fix build 2017-08-07 08:02:20 +02:00
Lukasz Lenart a05259ed69 WW-4834 fixes faulty regex 2017-08-07 07:55:25 +02:00
Aaron Johnson 9cea981c33 WW-4840 Build Fails Due to Unused com.sun Import 2017-08-04 16:14:10 -05:00
Aaron Johnson eb0137168f WW-4839 JakartaStreamMultiPartRequest Should Honor "struts.multipart.maxSize" 2017-08-04 15:58:23 -05:00
Lukasz Lenart c9d20b573e WW-4837 Adds a test to test how Strings are treated 2017-08-04 08:16:28 +02:00
Lukasz Lenart 3e53a58bb3 WW-4837 Adds a test to proof that Integers are treated as Integers 2017-08-04 07:49:38 +02:00
Stefaan Dutry 13828056b4 added tests for valid urls with default regex consisting of ip-address 2017-08-03 19:01:14 +02:00
Stefaan Dutry 418a20c059 further fixed faulty RegEx: missing grouping for last number in ip-address and escaped '/' to work in javascript 2017-08-03 18:49:22 +02:00
Lukasz Lenart 81718c62bd WW-4827 Injects Container in constructor 2017-08-03 09:01:26 +02:00
Stefaan Dutry 8a04e80f01 WW-4834 fixed faulty regex 2017-08-02 09:31:11 +02:00
Stefaan Dutry 9d47af6ffa WW-4834 Improve RegEx used to validate URLs 2017-08-01 17:33:53 +02:00
Lukasz Lenart 7f90a4fec9 WW-4831 Converts nulls to nulls 2017-08-01 15:56:36 +02:00
Lukasz Lenart 8df5a897f6 Uses better regex to improve performance 2017-08-01 11:29:23 +02:00
thrawnca 60d61fac0a [WW-4831] add unit tests for conversion of String arrays 2017-08-01 11:51:37 +10:00