svn commit: r1054964 - in /struts/struts2/trunk: apps/blank/pom.xml core/pom.xml plugins/codebehind/pom.xml plugins/dojo/pom.xml plugins/jfreechart/pom.xml plugins/json/pom.xml plugins/junit/pom.xml p
Author: mcucchiara Date: Tue Jan 4 10:42:02 2011 New Revision: 1054964 URL: http://svn.apache.org/viewvc?rev=1054964&view=rev Log: Javassist is now provided by ognl 3.0.1 Modified: struts/struts2/trunk/apps/blank/pom.xml struts/struts2/trunk/core/pom.xml struts/struts2/trunk/plugins/codebehind/pom.xml struts/struts2/trunk/plugins/dojo/pom.xml struts/struts2/trunk/plugins/jfreechart/pom.xml struts/struts2/trunk/plugins/json/pom.xml struts/struts2/trunk/plugins/junit/pom.xml struts/struts2/trunk/plugins/portlet/pom.xml struts/struts2/trunk/pom.xml struts/struts2/trunk/xwork-core/pom.xml Modified: struts/struts2/trunk/apps/blank/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/blank/pom.xml?rev=1054964&r1=1054963&r2=1054964&view=diff == --- struts/struts2/trunk/apps/blank/pom.xml (original) +++ struts/struts2/trunk/apps/blank/pom.xml Tue Jan 4 10:42:02 2011 @@ -54,12 +54,6 @@ -javassist -javassist -test - - - ${project.groupId} struts2-junit-plugin ${project.version} Modified: struts/struts2/trunk/core/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/pom.xml?rev=1054964&r1=1054963&r2=1054964&view=diff == --- struts/struts2/trunk/core/pom.xml (original) +++ struts/struts2/trunk/core/pom.xml Tue Jan 4 10:42:02 2011 @@ -235,12 +235,6 @@ ognl - -javassist -javassist -test - - org.apache.velocity Modified: struts/struts2/trunk/plugins/codebehind/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/codebehind/pom.xml?rev=1054964&r1=1054963&r2=1054964&view=diff == --- struts/struts2/trunk/plugins/codebehind/pom.xml (original) +++ struts/struts2/trunk/plugins/codebehind/pom.xml Tue Jan 4 10:42:02 2011 @@ -78,11 +78,5 @@ provided - -javassist -javassist -test - - Modified: struts/struts2/trunk/plugins/dojo/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/dojo/pom.xml?rev=1054964&r1=1054963&r2=1054964&view=diff == --- struts/struts2/trunk/plugins/dojo/pom.xml (original) +++ struts/struts2/trunk/plugins/dojo/pom.xml Tue Jan 4 10:42:02 2011 @@ -145,12 +145,6 @@ true - -javassist -javassist -test - - junit Modified: struts/struts2/trunk/plugins/jfreechart/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/jfreechart/pom.xml?rev=1054964&r1=1054963&r2=1054964&view=diff == --- struts/struts2/trunk/plugins/jfreechart/pom.xml (original) +++ struts/struts2/trunk/plugins/jfreechart/pom.xml Tue Jan 4 10:42:02 2011 @@ -91,11 +91,6 @@ easymock test - -javassist -javassist -test - Modified: struts/struts2/trunk/plugins/json/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/json/pom.xml?rev=1054964&r1=1054963&r2=1054964&view=diff == --- struts/struts2/trunk/plugins/json/pom.xml (original) +++ struts/struts2/trunk/plugins/json/pom.xml Tue Jan 4 10:42:02 2011 @@ -93,11 +93,5 @@ test - -javassist -javassist -test - - Modified: struts/struts2/trunk/plugins/junit/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/junit/pom.xml?rev=1054964&r1=1054963&r2=1054964&view=diff == --- struts/struts2/trunk/plugins/junit/pom.xml (original) +++ struts/struts2/trunk/plugins/junit/pom.xml Tue Jan 4 10:42:02 2011 @@ -63,11 +63,6 @@ jsp-api provided - -javassist -javassist -test - Modified: struts/struts2/trunk/plugins/portlet/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/pom.xml?rev=1054964&r1=1054963&r2=1054964&view=diff == --- struts/struts2/trunk/plugins/portlet/pom.xml (original) +++ struts/struts2/trunk/plugins/portlet/pom.xml Tue Jan 4 10:42:02 2011 @@ -80,12 +80,6 @@ -javassist -javass
svn commit: r1054978 - /struts/struts2/trunk/core/src/main/resources/template/simple/submit.ftl
Author: mcucchiara Date: Tue Jan 4 11:37:14 2011 New Revision: 1054978 URL: http://svn.apache.org/viewvc?rev=1054978&view=rev Log: WW-3551 Removed the unnecessary property parameters.body Modified: struts/struts2/trunk/core/src/main/resources/template/simple/submit.ftl Modified: struts/struts2/trunk/core/src/main/resources/template/simple/submit.ftl URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/resources/template/simple/submit.ftl?rev=1054978&r1=1054977&r2=1054978&view=diff == --- struts/struts2/trunk/core/src/main/resources/template/simple/submit.ftl (original) +++ struts/struts2/trunk/core/src/main/resources/template/simple/submit.ftl Tue Jan 4 11:37:14 2011 @@ -52,7 +52,6 @@ > <#else> <#if parameters.type?? && parameters.type=="image"> -<@s.property value="parameters.body"/> <#if parameters.label??> alt="${parameters.label?html}"<#rt/>
svn commit: r1055126 - /struts/struts2/trunk/plugins/json/src/main/java/org/apache/struts2/json/JSONUtil.java
Author: mcucchiara Date: Tue Jan 4 18:14:46 2011 New Revision: 1055126 URL: http://svn.apache.org/viewvc?rev=1055126&view=rev Log: WW-3519 Added encoding type to prevent encoding errors Modified: struts/struts2/trunk/plugins/json/src/main/java/org/apache/struts2/json/JSONUtil.java Modified: struts/struts2/trunk/plugins/json/src/main/java/org/apache/struts2/json/JSONUtil.java URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/json/src/main/java/org/apache/struts2/json/JSONUtil.java?rev=1055126&r1=1055125&r2=1055126&view=diff == --- struts/struts2/trunk/plugins/json/src/main/java/org/apache/struts2/json/JSONUtil.java (original) +++ struts/struts2/trunk/plugins/json/src/main/java/org/apache/struts2/json/JSONUtil.java Tue Jan 4 18:14:46 2011 @@ -171,7 +171,7 @@ public class JSONUtil { public static Object deserialize(Reader reader) throws JSONException { // read content BufferedReader bufferReader = new BufferedReader(reader); -String line = null; +String line; StringBuilder buffer = new StringBuilder(); try { @@ -234,7 +234,7 @@ public class JSONUtil { InputStream in = null; try { out = new GZIPOutputStream(response.getOutputStream()); -in = new ByteArrayInputStream(json.getBytes()); +in = new ByteArrayInputStream(json.getBytes(serializationParams.getEncoding())); byte[] buf = new byte[1024]; int len; while ((len = in.read(buf)) > 0) {
[CONF] Confluence Changes in the last 24 hours
This is a daily summary of all recent changes in Confluence. - Updated Spaces: - Apache ActiveMQ (https://cwiki.apache.org/confluence/display/ACTIVEMQ) Pages - Producer Flow Control edited by bsnyder (06:46 PM) https://cwiki.apache.org/confluence/display/ACTIVEMQ/Producer+Flow+Control Articles edited by gliesian (01:18 PM) https://cwiki.apache.org/confluence/display/ACTIVEMQ/Articles Advisory Message edited by dejanb (09:05 AM) https://cwiki.apache.org/confluence/display/ACTIVEMQ/Advisory+Message Apache Camel (https://cwiki.apache.org/confluence/display/CAMEL) Pages - aws created by tjsnell (06:14 PM) https://cwiki.apache.org/confluence/display/CAMEL/aws Component List edited by tjsnell (06:07 PM) https://cwiki.apache.org/confluence/display/CAMEL/Component+List Routebox created by akarpe (09:39 AM) https://cwiki.apache.org/confluence/display/CAMEL/Routebox Mailing Lists edited by davsclaus (09:30 AM) https://cwiki.apache.org/confluence/display/CAMEL/Mailing+Lists Camel 2.6.0 Release edited by davsclaus (04:38 AM) https://cwiki.apache.org/confluence/display/CAMEL/Camel+2.6.0+Release Apache CXF (https://cwiki.apache.org/confluence/display/CXF) Pages - FAQ edited by gliesian (01:11 PM) https://cwiki.apache.org/confluence/display/CXF/FAQ Apache Felix (https://cwiki.apache.org/confluence/display/FELIX) Pages - Apache Felix File Install edited by fdiotalevi (04:16 PM) https://cwiki.apache.org/confluence/display/FELIX/Apache+Felix+File+Install Apache Maven (https://cwiki.apache.org/confluence/display/MAVEN) Pages - PluginIncompatibleException created by bentmann (03:41 PM) https://cwiki.apache.org/confluence/display/MAVEN/PluginIncompatibleException Apache ActiveMQ NMS (https://cwiki.apache.org/confluence/display/NMS) Pages - Apache.NMS 1.5.0 Release created by tabish121 (05:43 PM) https://cwiki.apache.org/confluence/display/NMS/Apache.NMS+1.5.0+Release OFBiz Project Administration Workspace (https://cwiki.apache.org/confluence/display/OFBADMIN) Pages - ASF Board Report 2011-03 DRAFT created by jacopoc (10:05 AM) https://cwiki.apache.org/confluence/display/OFBADMIN/ASF+Board+Report+2011-03+DRAFT OFBiz (Open For Business) Project Open Wiki (https://cwiki.apache.org/confluence/display/OFBIZ) Pages - Visual Themes Gallery edited by adrianc (09:33 AM) https://cwiki.apache.org/confluence/display/OFBIZ/Visual+Themes+Gallery FAQ - Tips - Tricks - Cookbook - HowTo edited by jacques.le.roux (04:37 AM) https://cwiki.apache.org/confluence/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookbook+-+HowTo Apache Shiro (https://cwiki.apache.org/confluence/display/SHIRO) Pages - Articles edited by lhazlewood (01:28 PM) https://cwiki.apache.org/confluence/display/SHIRO/Articles Apache Sling (https://cwiki.apache.org/confluence/display/SLING) Pages - Using Scala with Sling edited by mdue...@day.com (08:15 AM) https://cwiki.apache.org/confluence/display/SLING/Using+Scala+with+Sling Apache Tapestry (https://cwiki.apache.org/confluence/display/TAPESTRY) Pages - IoC cookbook - override edited by bobharner (09:41 PM) https://cwiki.apache.org/confluence/display/TAPESTRY/IoC+cookbook+-+override Aliases edited by bobharner (09:30 PM) https://cwiki.apache.org/confluence/display/TAPESTRY/Aliases User Guide edited by bobharner (08:56 PM) https://cwiki.apache.org/confluence/display/TAPESTRY/User+Guide Cookbook edited by hlship (08:45 PM) https://cwiki.apache.org/confluence/display/TAPESTRY/Cookbook Meta-Programming Page Content created by hlship (07:56 PM) https://cwiki.apache.org/confluence/display/TAPESTRY/Meta-Programming+Page+Content Traffic Server (https://cwiki.apache.org/confluence/display/TS) Pages - CentOS created by zwoop (03:57 PM) https://cwiki.apache.org/confluence/display/TS/CentOS Change your notification preferences: https://cwiki.apache.org/confluence/users/viewnotifications.action