Author: lukaszlenart
Date: Sun Jan 27 18:41:57 2013
New Revision: 1439137
URL: http://svn.apache.org/viewvc?rev=1439137&view=rev
Log:
WW-3664 extends Dispatcher to create directory tree defined as
struts.multipart.saveDir
Modified:
struts/struts2/trunk/core/src/main/java/org/apache/struts2/
Author: lukaszlenart
Date: Sun Jan 27 19:48:59 2013
New Revision: 1439156
URL: http://svn.apache.org/viewvc?rev=1439156&view=rev
Log:
WW-3363 removes struts.multipart.handler and reference only to
struts.multipart.parser to be consistent with the docs
Modified:
struts/struts2/trunk/core/src
Author: lukaszlenart
Date: Sun Jan 27 20:23:06 2013
New Revision: 1439169
URL: http://svn.apache.org/viewvc?rev=1439169&view=rev
Log:
WW-3492 adds proper handling of If-Modified-Since header
Modified:
struts/struts2/trunk/plugins/rest/src/main/java/org/apache/struts2/rest/DefaultHttpHeaders.
Author: lukaszlenart
Date: Sun Jan 27 20:27:04 2013
New Revision: 1439171
URL: http://svn.apache.org/viewvc?rev=1439171&view=rev
Log:
WW-3698 wraps value with ValueStackDataSource if no already wrapped
Modified:
struts/struts2/trunk/plugins/jasperreports/src/main/java/org/apache/struts2/view
This is a daily summary of all recent changes in Confluence.
-
Updated Spaces:
-
Apache Bigtop (https://cwiki.apache.org/confluence/display/BIGTOP)
Pages
-
Author: lukaszlenart
Date: Mon Jan 28 06:14:30 2013
New Revision: 1439265
URL: http://svn.apache.org/viewvc?rev=1439265&view=rev
Log:
WW-3492 uses getter instead direct field access
Modified:
struts/struts2/trunk/plugins/rest/src/test/java/org/apache/struts2/rest/RestWorkflowInterceptorTest.