Commit Graph

4888 Commits

Author SHA1 Message Date
Lukasz Lenart 5fd605eb97 WW-4578 Supports collections when validating a value 2017-04-19 09:42:06 +02:00
Lukasz Lenart 9d4aac0589 WW-4786 Properly handles empty spaces in path 2017-04-19 09:40:10 +02:00
Lukasz Lenart 13f49a0978 WW-4785 Allows disable multipart support via an config option 2017-04-16 14:33:15 +02:00
Lukasz Lenart 30ec6f8310 Puts back public scope for class 2017-04-14 12:54:20 +02:00
Lukasz Lenart 034e098184 Reduces scope 2017-04-14 12:45:56 +02:00
Lukasz Lenart b1f9068f2b Puts back indentation 2017-04-14 12:25:04 +02:00
Lukasz Lenart 1ad6d2c317 WW-4578 Cleans up code 2017-04-14 11:25:22 +02:00
Lukasz Lenart 569e1f6c82 WW-4578 Fixes small typo 2017-04-14 11:18:39 +02:00
Lukasz Lenart 6f272e4873 WW-4578 Converts URL validator to support collections 2017-04-14 11:16:59 +02:00
Lukasz Lenart 2fe050578a Fixes wrong injection type 2017-04-13 07:31:16 +02:00
Lukasz Lenart 16e8f10f66 WW-4578 Converts length string validator to support collections 2017-04-11 09:10:19 +02:00
Lukasz Lenart df5583f117 WW-4578 Converts required string validator to support collections 2017-04-11 08:46:24 +02:00
Lukasz Lenart 01a56ca117 WW-4578 Converts double range validator to support collections 2017-04-10 21:54:03 +02:00
Lukasz Lenart e66fd538b5 WW-4578 Makes required validator to support collections 2017-04-10 09:13:14 +02:00
Lukasz Lenart 158eda9783 WW-4578 Changes range validators to support collections 2017-04-10 08:37:22 +02:00
Lukasz Lenart caca3d057d WW-4578 Makes RegexFieldValidator to support collections 2017-04-06 08:59:11 +02:00
Lukasz Lenart 1162ddf823 WW-4663 Fallback to old behaviour if there is no action defined 2017-04-04 09:16:48 +02:00
Lukasz Lenart c56d95d28c WW-4779 Marks as deprecated the profiling layer 2017-04-04 08:34:39 +02:00
Lukasz Lenart b4f8d03910 WW-4769 Uses emptySet instead of manually creating Sets 2017-04-04 08:28:04 +02:00
Lukasz Lenart ed20ccd3f3 WW-4744 Solves problem with supporting non public annotated methods in AnnotationWorkflowInterceptor 2017-03-29 07:22:55 +02:00
Yasser Zamani 3cee495a12 WW-4744: Add new line at end of DummyInterface file 2017-03-27 02:10:53 +04:30
Yasser Zamani f0a9226ffb WW-4744: Correct copyright to exactly as previous with no change 2017-03-27 01:53:29 +04:30
Yasser Zamani 67069a9724 WW-4744: Add @Deprecated tags 2017-03-27 01:46:48 +04:30
Yasser Zamani 2d5f0aaa66 WW-4744: Remove copied Spring's code (also from PR#117) 2017-03-26 18:07:58 +04:30
Lukasz Lenart 7627b83555 Moves documentation to wiki 2017-03-24 10:34:39 +01:00
Lukasz Lenart 350c77aba8 WW-4756 Implements TextProviderFactory and used it accros the framework 2017-03-24 10:09:46 +01:00
Lukasz Lenart 3d3bee0218 Process default conversion as required 2017-03-23 15:28:58 +01:00
Lukasz Lenart 98467c2753 Adds missing headers with license 2017-03-23 15:27:55 +01:00
Lukasz Lenart 748da3f8ce WW-4769 Makes excluded classes & packages definitions immutable 2017-03-23 14:50:05 +01:00
Lukasz Lenart d053df4924 WW-4768 Adds support for dashes in boundary definition 2017-03-23 10:13:59 +01:00
Lukasz Lenart 4e9fa84239 WW-4768 Adds proper validation if request is a multipart request 2017-03-23 08:07:21 +01:00
Lukasz Lenart 82f61666f8 WW-4767 Makes some methods protected instead private to allow override them when subclassing 2017-03-23 07:14:32 +01:00
Yasser Zamani e1bb1a70c0 WW-4744: AnnotationUtils supports non-public methods 2017-03-19 20:02:45 +04:30
Lukasz Lenart 915e162e8e Uses protected scope instead of private to allow override when subclassing 2017-03-17 09:25:03 +01:00
Lukasz Lenart e9d7cd09db Increases visibility to allow reuse fields when subclassing 2017-03-17 09:19:23 +01:00
Lukasz Lenart 0378161365 Increases visibility to allow reuse fields when subclassing 2017-03-17 09:09:23 +01:00
Lukasz Lenart 88a39333ce Drops authors tags 2017-03-17 08:12:52 +01:00
Lukasz Lenart e8a598c7bc Updates test to use the new injectable factory 2017-03-17 08:03:48 +01:00
Lukasz Lenart 132829cc24 Defines bean in test configuration 2017-03-17 08:03:28 +01:00
Lukasz Lenart c039685cf9 Moves bean into same area are other releated to it beans 2017-03-17 08:02:52 +01:00
Lukasz Lenart ee6c927db6 Drops unavailable dependency 2017-03-17 08:02:24 +01:00
Lukasz Lenart 944b1a2303 Injects proper dependencies into tag 2017-03-17 07:59:50 +01:00
Lukasz Lenart 16d1d60ed8 Uses dedicated logger instead the one from parent class 2017-03-17 07:51:57 +01:00
Lukasz Lenart 207ac17744 Defines proper interfaces and default implementation in configuration 2017-03-17 07:51:12 +01:00
Lukasz Lenart 3b73544a8f Uses existing instance instead of creating a new one 2017-03-17 07:49:33 +01:00
Aleksandr Mashchenko 6dcff10a68 WW-4761 Improve error logging in DefaultDispatcherErrorHandler 2017-03-16 20:16:06 +02:00
Aleksandr Mashchenko c83e07ec46 WW-4748 Upgrade commons-lang3 to 3.5 2017-03-16 19:53:33 +02:00
Aleksandr Mashchenko d7069fc393 use commons-lang3 classes, use StringUtils removeEnd instead of deprecated chomp 2017-03-16 19:44:15 +02:00
Lukasz Lenart 54974223fa Extracts TextProviderFactory interface 2017-03-16 14:55:35 +01:00
Lukasz Lenart 9376bb0ca1 Renames TextProviderFactory into StrutsTextProviderFactory 2017-03-16 14:43:07 +01:00