Commit Graph

  • 9c5177c961 WW-4266 Adds support for IBM JVM to reload resources Lukasz Lenart 2014-02-28 10:11:46 +01:00
  • 5d0cf8baca Reverts validation of properties via dedicated SecurityJudge interface Lukasz Lenart 2014-02-25 11:08:29 +01:00
  • 6f43464fca Adds security constraints to block access to jsp files Lukasz Lenart 2014-02-25 10:57:21 +01:00
  • 6b00db2d23 Moves jsps under WEB-INF Lukasz Lenart 2014-02-25 10:56:53 +01:00
  • 7d383d6d39 WW-4286 Upgrades commons-fileupload to version 1.3.1 Lukasz Lenart 2014-02-19 16:28:54 +01:00
  • ff2a4063c2 WW-4292 Solves problem with failing tests Lukasz Lenart 2014-02-19 10:22:36 +01:00
  • c9d01e220c WW-4292 Finishes refactoring Dispatcher to avoid passing ServletContext as it is available via field reference Lukasz Lenart 2014-02-19 07:23:37 +01:00
  • c7ca91446b Increases ServletContext visibility Lukasz Lenart 2014-02-18 08:52:39 +01:00
  • 8be797fccd Removes commented out if statment Lukasz Lenart 2014-02-18 07:58:26 +01:00
  • 4da2ec65c7 Updates classes to use the new version of Dispatcher's methods without ServletContext Lukasz Lenart 2014-02-17 09:35:20 +01:00
  • 9ff04d17a5 Updates tests to new version of methods without ServletContext Lukasz Lenart 2014-02-17 09:34:47 +01:00
  • ddd27197f5 Updates tests to new version of methods without ServletContext Lukasz Lenart 2014-02-17 09:34:10 +01:00
  • d4ddd74ebe Updates tests to new version of methods without ServletContext Lukasz Lenart 2014-02-17 09:34:03 +01:00
  • 4a4d04164a Uses the new versions of methods without ServletContext Lukasz Lenart 2014-02-17 09:33:38 +01:00
  • a2e97a9ca4 Uses the new versions of methods without ServletContext Lukasz Lenart 2014-02-17 09:32:42 +01:00
  • ba0eda0c54 Uses new constructors of Prepare and Execution without ServletContext Lukasz Lenart 2014-02-17 09:32:19 +01:00
  • 8746fd1f1c Deprecates constructors based on ServletContext and introduces new one instead Lukasz Lenart 2014-02-17 09:31:56 +01:00
  • 01d401ea14 Removes duplicated ServletContext passed via parameters Lukasz Lenart 2014-02-17 09:29:40 +01:00
  • ad58c0eff9 WW-3887 Finishes refactoring Problem Resport Generation Lukasz Lenart 2014-02-16 20:27:14 +01:00
  • 17a9a9d56b WW-3887 Updates @see reference Lukasz Lenart 2014-02-16 20:21:07 +01:00
  • 701f0a06d0 WW-3887 Extracts methods Lukasz Lenart 2014-02-16 20:15:37 +01:00
  • ef733aa9ee WW-3887 Uses new version of Dispatcher#sendError Lukasz Lenart 2014-02-16 20:08:30 +01:00
  • 51629304b3 Sets proper output directory for reports Lukasz Lenart 2014-02-16 19:17:48 +01:00
  • e98cd4005a WW-3887 Updates unit tests to match the new error handling mechanism Lukasz Lenart 2014-02-16 18:37:17 +01:00
  • ea75fadc96 WW-3887 Extracts dedicated interface (with default implementation) to handle errors Lukasz Lenart 2014-02-16 18:36:45 +01:00
  • 18b9c55b4b Code formatting changes only. Greg Huber 2014-02-03 14:02:39 +00:00
  • e858e4d000 Make we sure we handle doubles/longs correctly, for class cast exception. Greg Huber 2014-02-03 10:09:22 +00:00
  • b0dee67bf3 For eclipse Greg Huber 2014-01-31 13:45:24 +00:00
  • f3c54b90ac Copy changes from checkboxlist and refactor changes to match existing code. See WW-4181. Greg Huber 2014-01-31 13:45:03 +00:00
  • 763264238a Moves JSP files into WEB-INF/jsp to promote best practises Lukasz Lenart 2014-01-21 07:44:28 +01:00
  • 9cf7bb4fcd Adds proper snipet tag Lukasz Lenart 2014-01-20 09:36:51 +01:00
  • 9d1b6bea54 Reformats source code Lukasz Lenart 2014-01-20 09:34:08 +01:00
  • 18da65e43b Adds missing snippet start Lukasz Lenart 2014-01-20 09:32:26 +01:00
  • b0e0ae4a0e Uses proper tagging for snippets Lukasz Lenart 2014-01-20 09:21:43 +01:00
  • 4ba5689b37 Uses proper tagging for snippets Lukasz Lenart 2014-01-20 09:19:19 +01:00
  • 1cc2d67826 See JIRA: https://issues.apache.org/jira/browse/WW-4259 phillips1021 2014-01-19 09:18:01 -06:00
  • cfac7388c5 Escapes error messages Lukasz Lenart 2014-01-15 11:03:21 +01:00
  • b1d3401c32 WW-4282 Adds WARN level when DTD cannot be resolved locally Lukasz Lenart 2014-01-15 09:13:39 +01:00
  • 750d68009c WW-4244 Uses ObjectFactory to instantiate action in config-browser Lukasz Lenart 2014-01-15 09:12:23 +01:00
  • f62ea507f8 Excludes shell scripts Lukasz Lenart 2014-01-15 08:29:43 +01:00
  • d71f9b70fd Update ciManagment section and change the outdated url value Johannes Geppert 2014-01-14 21:06:33 +01:00
  • 986771fa38 Update scm section with new git repository location Johannes Geppert 2014-01-14 21:04:08 +01:00
  • 9229f11ab0 Tests committer settings Lukasz Lenart 2014-01-14 18:12:04 +01:00
  • 1a40ff505a Tests git migration Lukasz Lenart 2014-01-14 18:07:14 +01:00
  • 32065db1db Fix class cast exception. See WW-4275. trunk Greg Huber 2014-01-10 11:21:45 +00:00
  • 93d55e0b53 WW-4274 Uses methodName instead of actionConfig#getMethodName in logging Lukasz Lenart 2014-01-10 06:22:37 +00:00
  • a2d4bdd8cf WW-4185 makes default json date format configurable Lukasz Lenart 2014-01-08 13:02:59 +00:00
  • e73cc3fb09 WW-4271 Improves pattern logging in JSONUtil Lukasz Lenart 2014-01-08 12:03:18 +00:00
  • bb31672e8a WW-4263 Adds proper and thread safe handling of If-Modified-Since header Lukasz Lenart 2014-01-03 06:42:19 +00:00
  • 3c3168bff4 WW-4041 Uses the latest Commons Lang3 3.2 version and escapeJson method to solve problem with escaping single quote Lukasz Lenart 2014-01-02 21:27:30 +00:00
  • 612c02874d WW-4254 Adds missing parent theme definition Lukasz Lenart 2014-01-02 07:35:31 +00:00
  • 17507dcf8e Applies the same naming pattern and removes unused profile Lukasz Lenart 2013-12-31 11:29:15 +00:00
  • b7caa28be0 WW-4265 Allows dynamic attributes in checkboxlist tag Lukasz Lenart 2013-12-30 07:03:55 +00:00
  • d818283075 Adds missing JavaDocs to be included in assemblies Lukasz Lenart 2013-12-30 06:31:55 +00:00
  • 0feca5fd96 Fix issue where if parameter name is greater then max parameter name length a log error is written when devMode is false - see: https://issues.apache.org/jira/browse/WW-4264 Bruce Allen Phillips 2013-12-28 14:08:48 +00:00
  • 66c14ede8f WW-4260 Uses ServletContext to load themes.properties from Lukasz Lenart 2013-12-17 07:52:13 +00:00
  • 7587cbf1f4 Adds missing reference to some plugins Lukasz Lenart 2013-12-11 14:41:24 +00:00
  • ab98daf826 WW-4252 Uses TagUtils instead directly calling Dispatcher.getInstance() Lukasz Lenart 2013-12-08 17:12:01 +00:00
  • 0df28a4194 [maven-release-plugin] prepare for next development iteration Lukasz Lenart 2013-11-30 10:28:53 +00:00
  • 402374de33 [maven-release-plugin] copy for tag STRUTS_2_3_16 STRUTS_2_3_16 tags/STRUTS_2_3_16 Lukasz Lenart 2013-11-30 10:27:46 +00:00
  • ced5f0ea1a [maven-release-plugin] prepare release STRUTS_2_3_16 Lukasz Lenart 2013-11-30 09:35:02 +00:00
  • 9226d8787a Updates version of archetypes to match the release Lukasz Lenart 2013-11-30 08:55:40 +00:00
  • 8de3254a28 WW-4227 Temporally reverts changes related to SecurityGate to allow prepare new release without introducing new API Lukasz Lenart 2013-11-29 07:27:54 +00:00
  • 902d276972 WW-4227 Removes wrong class reference Lukasz Lenart 2013-11-29 07:27:16 +00:00
  • 7fde346b32 WW-4227 Temporally reverts changes related to SecurityGate to allow prepare new release without introducing new API Lukasz Lenart 2013-11-29 07:12:14 +00:00
  • 75addf0133 WW-4247: jetty-maven-plugin configuration problem in struts2-archetype-blank Johannes Geppert 2013-11-21 18:18:52 +00:00
  • 3568814288 WW-4243 Adds missing BeanSelectionProvider interface Lukasz Lenart 2013-11-20 08:03:09 +00:00
  • 54f38af0bd WW-4243 Extracts BeanSelectionProvider interface Lukasz Lenart 2013-11-19 17:56:18 +00:00
  • 9f5ba8cc53 WW-4243 Renames based test case class to avoid using it outside of core Lukasz Lenart 2013-11-17 21:21:36 +00:00
  • 0aa0a69068 WW-4243 Splits interface in to two to allow using different implementation Lukasz Lenart 2013-11-17 20:42:46 +00:00
  • eb05f9f830 Uses name "jakarta" instead of default name for bean MultiPartRequest Lukasz Lenart 2013-11-04 09:56:12 +00:00
  • ffe9185c3f Allows to skip exporting pages from Confluence Lukasz Lenart 2013-10-30 16:28:33 +00:00
  • fd27e5cc74 WW-4213 Non-breaking sanitise mechanism Lukasz Lenart 2013-10-29 13:00:58 +00:00
  • 9cab14bcf7 WW-4044 Solves problem with infinitive loop when used with <s:action/> tag and attribute executeResult is set to "true" Lukasz Lenart 2013-10-29 07:01:49 +00:00
  • 9b3f98e572 WW-4145 Improves extending theme mechanism to allow override just one file in parent theme Lukasz Lenart 2013-10-28 17:29:30 +00:00
  • deebe53114 Uses proper path to Highlighter styles Lukasz Lenart 2013-10-28 16:53:43 +00:00
  • 03abd355bd WW-4229 Adds the new PostbackResult to struts-default.xml Lukasz Lenart 2013-10-24 20:02:41 +00:00
  • 83d4b6c004 WW-4229 Implements new PostbackResult Lukasz Lenart 2013-10-24 19:44:34 +00:00
  • 11228e643c WW-3832 Solves problem when not using flat layout with Convention plugin Lukasz Lenart 2013-10-24 12:50:37 +00:00
  • a305897c2b WW-4232 Implements new DeprecationInterceptor and adds it to basicStack and defaultStack Lukasz Lenart 2013-10-23 12:36:22 +00:00
  • 615bf35f4f WW-4233 Adds UTF-8 encoding property to all poms Lukasz Lenart 2013-10-23 10:56:53 +00:00
  • 37ef9461d1 WW-4223 Uses safe toString method to avoid exception during generating debug info Lukasz Lenart 2013-10-23 10:32:02 +00:00
  • 74d80b0ccb WW-4131 Polishes JavaDoc a bit Lukasz Lenart 2013-10-23 07:43:25 +00:00
  • 880734803c WW-4131 Polishes JavaDoc a bit Lukasz Lenart 2013-10-23 07:41:57 +00:00
  • f2a3a3e8c2 Updates description about method: and action: prefixes Lukasz Lenart 2013-10-23 07:40:35 +00:00
  • 829869b3db WW-4131 Polishes JavaDoc a bit Lukasz Lenart 2013-10-23 07:36:28 +00:00
  • 391b8ce2c3 WW-4131 Implements new ActionProxyFactory to cooperate with PrefixBasedActionMapper Lukasz Lenart 2013-10-23 07:33:44 +00:00
  • ee346f9071 WW-4152 Removes unused option Lukasz Lenart 2013-10-22 13:43:38 +00:00
  • 1189735db7 WW-4152 Solves problem with NPE as a side effect of concurrency issue, removes old code, use simpler dependency graph Lukasz Lenart 2013-10-22 13:42:51 +00:00
  • f1b6998762 Add toString method for better debugging Lukasz Lenart 2013-10-22 08:02:45 +00:00
  • 1702bc6ec2 WW-4066 Solves problem with StringIndexOutOfBoundsException when message was already translated Lukasz Lenart 2013-10-21 13:51:04 +00:00
  • 4e98aaaa1b WW-4109 WW-4154 Reverts to previous behaviour where both ParametersInterceptor and ParameterNameAware must accept parameter Lukasz Lenart 2013-10-21 12:19:52 +00:00
  • 00427de1dc WW-4192 Reduces log verbosity about missing property Lukasz Lenart 2013-10-21 10:57:43 +00:00
  • 0efcc08445 WW-4023 Adds action: and method: prefixes to excludeParams list and changes order to first check for excludeParams and then for acceptedParams in ParametersInterceptor Lukasz Lenart 2013-10-21 10:49:52 +00:00
  • 666e14bee8 WW-4129 Removes checking if configuration changed in ContainerHolder and allows to explicit set reload/cache options independent from devMode Lukasz Lenart 2013-10-21 10:43:53 +00:00
  • ade9fb151c WW-4088 Defines new suppressEmptyParams flag Lukasz Lenart 2013-10-18 09:16:34 +00:00
  • afae14eb86 WW-4162 Doesn't check for disallowed ognl expressions if getting from expression cache Lukasz Lenart 2013-10-18 08:39:11 +00:00
  • b6e013a600 WW-4118 Adds logic to allow validate defined roles and changes precedence that disallowedRoles are examined first Lukasz Lenart 2013-10-18 08:33:22 +00:00
  • 01584fabc7 WW-4213 Sanitises input param namespace to avoid XSS Lukasz Lenart 2013-10-18 08:10:07 +00:00
  • 81f847022e WW-4182 Adds additional check to avoid NPE Lukasz Lenart 2013-10-18 07:39:20 +00:00