Commit Graph

893 Commits

Author SHA1 Message Date
Greg Huber f3c54b90ac Copy changes from checkboxlist and refactor changes to match existing
code.  See WW-4181.
2014-01-31 13:45:03 +00:00
Lukasz Lenart b0e0ae4a0e Uses proper tagging for snippets 2014-01-20 09:21:43 +01:00
Lukasz Lenart 4ba5689b37 Uses proper tagging for snippets 2014-01-20 09:20:02 +01:00
Lukasz Lenart 750d68009c WW-4244 Uses ObjectFactory to instantiate action in config-browser 2014-01-15 09:12:23 +01:00
Lukasz Lenart a2d4bdd8cf WW-4185 makes default json date format configurable
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1556522 13f79535-47bb-0310-9956-ffa450edef68
2014-01-08 13:02:59 +00:00
Lukasz Lenart e73cc3fb09 WW-4271 Improves pattern logging in JSONUtil
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1556509 13f79535-47bb-0310-9956-ffa450edef68
2014-01-08 12:03:18 +00:00
Lukasz Lenart bb31672e8a WW-4263 Adds proper and thread safe handling of If-Modified-Since header
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1555018 13f79535-47bb-0310-9956-ffa450edef68
2014-01-03 06:42:19 +00:00
Lukasz Lenart 3c3168bff4 WW-4041 Uses the latest Commons Lang3 3.2 version and escapeJson method to solve problem with escaping single quote
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1554923 13f79535-47bb-0310-9956-ffa450edef68
2014-01-02 21:27:30 +00:00
Lukasz Lenart 612c02874d WW-4254 Adds missing parent theme definition
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1554759 13f79535-47bb-0310-9956-ffa450edef68
2014-01-02 07:35:31 +00:00
Lukasz Lenart ab98daf826 WW-4252 Uses TagUtils instead directly calling Dispatcher.getInstance()
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1549067 13f79535-47bb-0310-9956-ffa450edef68
2013-12-08 17:12:01 +00:00
Lukasz Lenart 0df28a4194 [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1546715 13f79535-47bb-0310-9956-ffa450edef68
2013-11-30 10:28:53 +00:00
Lukasz Lenart ced5f0ea1a [maven-release-plugin] prepare release STRUTS_2_3_16
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1546710 13f79535-47bb-0310-9956-ffa450edef68
2013-11-30 09:35:02 +00:00
Lukasz Lenart 54f38af0bd WW-4243 Extracts BeanSelectionProvider interface
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1543527 13f79535-47bb-0310-9956-ffa450edef68
2013-11-19 17:56:18 +00:00
Lukasz Lenart 9f5ba8cc53 WW-4243 Renames based test case class to avoid using it outside of core
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1542825 13f79535-47bb-0310-9956-ffa450edef68
2013-11-17 21:21:36 +00:00
Lukasz Lenart 0aa0a69068 WW-4243 Splits interface in to two to allow using different implementation
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1542808 13f79535-47bb-0310-9956-ffa450edef68
2013-11-17 20:42:46 +00:00
Lukasz Lenart fd27e5cc74 WW-4213 Non-breaking sanitise mechanism
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1536698 13f79535-47bb-0310-9956-ffa450edef68
2013-10-29 13:00:58 +00:00
Lukasz Lenart 9cab14bcf7 WW-4044 Solves problem with infinitive loop when used with <s:action/> tag and attribute executeResult is set to "true"
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1536598 13f79535-47bb-0310-9956-ffa450edef68
2013-10-29 07:01:49 +00:00
Lukasz Lenart 11228e643c WW-3832 Solves problem when not using flat layout with Convention plugin
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1535364 13f79535-47bb-0310-9956-ffa450edef68
2013-10-24 12:50:37 +00:00
Lukasz Lenart 615bf35f4f WW-4233 Adds UTF-8 encoding property to all poms
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1534982 13f79535-47bb-0310-9956-ffa450edef68
2013-10-23 10:56:53 +00:00
Lukasz Lenart 1189735db7 WW-4152 Solves problem with NPE as a side effect of concurrency issue, removes old code, use simpler dependency graph
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1534634 13f79535-47bb-0310-9956-ffa450edef68
2013-10-22 13:42:51 +00:00
Lukasz Lenart 01584fabc7 WW-4213 Sanitises input param namespace to avoid XSS
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1533354 13f79535-47bb-0310-9956-ffa450edef68
2013-10-18 08:10:07 +00:00
Lukasz Lenart 1c327e288a WW-4225 Extracts duplicated code into util class
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1533338 13f79535-47bb-0310-9956-ffa450edef68
2013-10-18 07:07:32 +00:00
Lukasz Lenart 020d93ab94 WW-4064 Reverts changes introduced by WW-3698 to avoid class cast exception
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1532741 13f79535-47bb-0310-9956-ffa450edef68
2013-10-16 12:05:23 +00:00
Lukasz Lenart f80c18d476 WW-4100 Solves problem with global "error" result when used with Convention plugin
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1532732 13f79535-47bb-0310-9956-ffa450edef68
2013-10-16 11:31:21 +00:00
Lukasz Lenart c643336945 Merged from STRUTS_2_3_15_1_X - Disables DMI [from revision 1524296]
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1525413 13f79535-47bb-0310-9956-ffa450edef68
2013-09-22 18:37:11 +00:00
Johannes Geppert ae4e2a80d8 Revert: WW-4197 Update Archetypes READMEs
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1521944 13f79535-47bb-0310-9956-ffa450edef68
2013-09-11 17:25:25 +00:00
Johannes Geppert b54f37823b WW-4197 Update Archetypes READMEs
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1521940 13f79535-47bb-0310-9956-ffa450edef68
2013-09-11 17:06:05 +00:00
Christian Grobmeier 5e3e793576 removed unused site folder and site.xml
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1521449 13f79535-47bb-0310-9956-ffa450edef68
2013-09-10 12:08:04 +00:00
Lukasz Lenart c8b616b17f Corrects typo
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1519959 13f79535-47bb-0310-9956-ffa450edef68
2013-09-04 09:46:14 +00:00
Lukasz Lenart 9f9f8eb045 Modifies expected results slightly
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1519925 13f79535-47bb-0310-9956-ffa450edef68
2013-09-04 07:36:00 +00:00
Lukasz Lenart 48a8dc5371 Modifies assertEquals on result to don't depend on order of validations
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1519918 13f79535-47bb-0310-9956-ffa450edef68
2013-09-04 06:51:05 +00:00
Lukasz Lenart ac5a18c4b8 Adds FEST assert to simplify testing
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1519917 13f79535-47bb-0310-9956-ffa450edef68
2013-09-04 06:50:12 +00:00
Bruce Allen Phillips f046343833 WW-4168 Added if statement in method isChecked to verify that the String Array of checkBox name values is not null.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1512348 13f79535-47bb-0310-9956-ffa450edef68
2013-08-09 15:41:10 +00:00
Lukasz Lenart fce9681270 WW-4158 Defines new factory interfaces with default implementations and uses them in ObjectFactory, docs updated as well
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1508392 13f79535-47bb-0310-9956-ffa450edef68
2013-07-30 11:27:46 +00:00
Lukasz Lenart 6cfc28b359 WW-3964 Defines DEFAULT_PARAM static field to reduce noise in the logs
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1507951 13f79535-47bb-0310-9956-ffa450edef68
2013-07-29 06:40:10 +00:00
Bruce Allen Phillips 90b51e4381 WW-4126 - changed logic of is statement so that every element in the Object array is compared to null
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1504168 13f79535-47bb-0310-9956-ffa450edef68
2013-07-17 15:11:41 +00:00
Bruce Allen Phillips 2e750206aa NOJIRA - Added unit test for Jsr286Dispatcher class based on the JSR168DispatcherTest class - trying to learn more about how this plugin works to hopefully improve it.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1503787 13f79535-47bb-0310-9956-ffa450edef68
2013-07-16 16:33:51 +00:00
Bruce Allen Phillips ea544d5b42 NOJIRA - Added JavaDoc for enum
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1503769 13f79535-47bb-0310-9956-ffa450edef68
2013-07-16 15:49:46 +00:00
Lukasz Lenart 535481d46e WW-4120 Improves loop
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1502453 13f79535-47bb-0310-9956-ffa450edef68
2013-07-12 07:18:54 +00:00
Lukasz Lenart a2f6ec9921 WW-4124 Improves loop
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1502446 13f79535-47bb-0310-9956-ffa450edef68
2013-07-12 07:09:42 +00:00
Lukasz Lenart 5e166cb52d WW-4125 Improves loop and minor changes
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1502443 13f79535-47bb-0310-9956-ffa450edef68
2013-07-12 07:05:33 +00:00
Lukasz Lenart eb41dc6ea6 Removes unneeded validation annotation
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1499265 13f79535-47bb-0310-9956-ffa450edef68
2013-07-03 08:44:46 +00:00
Lukasz Lenart 6625dfea27 WW-4116 Reduces work when scanning packages
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1494876 13f79535-47bb-0310-9956-ffa450edef68
2013-06-20 07:09:04 +00:00
Lukasz Lenart 75f8048186 WW-4115 Adds break to break immediately after "deferred" is set to "true"
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1494873 13f79535-47bb-0310-9956-ffa450edef68
2013-06-20 06:51:30 +00:00
Lukasz Lenart 597b14b13b [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1493007 13f79535-47bb-0310-9956-ffa450edef68
2013-06-14 09:30:23 +00:00
Lukasz Lenart edb9c5e120 [maven-release-plugin] prepare release STRUTS_2_3_15
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1493005 13f79535-47bb-0310-9956-ffa450edef68
2013-06-14 09:29:42 +00:00
Lukasz Lenart 58f3b578e7 Simplifies example a bit and uses FreeMarker template to check response
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1492077 13f79535-47bb-0310-9956-ffa450edef68
2013-06-12 06:48:53 +00:00
Lukasz Lenart 2382586b85 WW-4086 Adds default-action-ref to Config Browser configuration instead of empty action name
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1488106 13f79535-47bb-0310-9956-ffa450edef68
2013-05-31 06:24:35 +00:00
Lukasz Lenart 26778533ef WW-4084 Restores appending <s:param>s to <s:a/> tag which was broken since WW-3920
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1487806 13f79535-47bb-0310-9956-ffa450edef68
2013-05-30 10:22:34 +00:00
Lukasz Lenart bde077ee0a WW-4086 Adds empty action definition to support requests to /
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1487783 13f79535-47bb-0310-9956-ffa450edef68
2013-05-30 08:33:04 +00:00