Issues Closed: week of 2008-05-02
Struts2 - Friday, May 2, 2008 32 closed in last 7 days [WW-2167] Memory leak when app stopped http://issues.apache.org/struts/browse/WW-2167 [WW-2149] Add new S2 tags for html, head and body http://issues.apache.org/struts/browse/WW-2149 [WW-1885] All form elements are null when form enctype set as multipart http://issues.apache.org/struts/browse/WW-1885 [WW-2526] CheckboxInterceptor incorrectly sets attributes as simple String primitives instead of String array http://issues.apache.org/struts/browse/WW-2526 [WW-2504] Request get parameters are included into the result URL even though the request is PortletRequest http://issues.apache.org/struts/browse/WW-2504 [WW-2200] showcase/pom.xml resources tag produces NullPointerException http://issues.apache.org/struts/browse/WW-2200 [WW-1880] File Uploads not reproducable (after first time success) http://issues.apache.org/struts/browse/WW-1880 [WW-2147] Configure RAT plugin to fail in case of missing licenses http://issues.apache.org/struts/browse/WW-2147 [WW-2615] Improve feedback for missing tag templates http://issues.apache.org/struts/browse/WW-2615 [WW-2093] Server validation not ok for a simple select list http://issues.apache.org/struts/browse/WW-2093 [WW-2620] when we ignore the required field getting alert as[object error] while submitting the form and then displaying the message that field is mandatory http://issues.apache.org/struts/browse/WW-2620 [WW-2175] Clarification necessary for actions with multiple words http://issues.apache.org/struts/browse/WW-2175 [WW-2527] Very serious OgnlRuntime scalability and concurrency bug in versions greater than 2.6.10 http://issues.apache.org/struts/browse/WW-2527 [WW-2599] action-tag will not call action method from a jsp page that is rendered from an "input" result http://issues.apache.org/struts/browse/WW-2599 [WW-2515] REST plugin does not throw a 404 if resource cannot be found http://issues.apache.org/struts/browse/WW-2515 [WW-2616] Struts 2.1.2 omnibus ticket http://issues.apache.org/struts/browse/WW-2616 [WW-2365] JasperReports plugin - exporter parameters via configuration http://issues.apache.org/struts/browse/WW-2365 [WW-1875] Consider namespace & method when creating portlet URLs http://issues.apache.org/struts/browse/WW-1875 [WW-2177] struts2-blank-2.0.9 example cannot be deployed http://issues.apache.org/struts/browse/WW-2177 [WW-2081] examples have improper formatting in tag reference documentation http://issues.apache.org/struts/browse/WW-2081 [WW-2166] autoStart="false" of divs within tabbedPanel doesn't work http://issues.apache.org/struts/browse/WW-2166 [WW-1998] Struts FilterDispatcher not parsing url encoded variables. http://issues.apache.org/struts/browse/WW-1998 [WW-2607] Default Mappings are broken in the codebehind plugin http://issues.apache.org/struts/browse/WW-2607 [WW-1797] Perform requested changes in the comments of the wiki http://issues.apache.org/struts/browse/WW-1797 [WW-2334] XSLTResult does not work with stylesheets that use xsl:include or xsl:import http://issues.apache.org/struts/browse/WW-2334 [WW-2068] struts.locale is ignored as constant in struts.xml, does work when specified in struts.properties http://issues.apache.org/struts/browse/WW-2068 [WW-2218] Parameters binding mismatch http://issues.apache.org/struts/browse/WW-2218 [WW-2594] XSL errors in action of type="xslt" generate uncatchable exceptions http://issues.apache.org/struts/browse/WW-2594 [WW-2161] subscription of ajax anchor tag is called repeatedly http://issues.apache.org/struts/browse/WW-2161 [WW-2291] XSLTResult fails when a direct connection to Internet is not available http://issues.apache.org/struts/browse/WW-2291 [WW-2474] Struts form tag increases the file descriptors to struts2-core-2.0.11.jar there by causing "Too many files open" exception http://issues.apache.org/struts/browse/WW-2474 [WW-1893] Rendered HTML contains line breaks inside tags http://issues.apache.org/struts/browse/WW-1893
svn commit: r652919 [3/3] - in /struts/sandbox/trunk/struts2-osgi-plugin/admin-bundle: ./ src/main/java/org/apache/struts2/osgi/admin/ src/main/java/org/apache/struts2/osgi/admin/actions/ src/main/jav
Added: struts/sandbox/trunk/struts2-osgi-plugin/admin-bundle/src/main/resources/static/iframe_history.html URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2-osgi-plugin/admin-bundle/src/main/resources/static/iframe_history.html?rev=652919&view=auto == --- struts/sandbox/trunk/struts2-osgi-plugin/admin-bundle/src/main/resources/static/iframe_history.html (added) +++ struts/sandbox/trunk/struts2-osgi-plugin/admin-bundle/src/main/resources/static/iframe_history.html Fri May 2 14:31:11 2008 @@ -0,0 +1,84 @@ +http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> + +http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en"> + + + + + // + + + + The Dojo Toolkit -- iframe_history.html + + This file is used in Dojo's back/fwd button management. + + Added: struts/sandbox/trunk/struts2-osgi-plugin/admin-bundle/src/main/resources/static/main.css URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2-osgi-plugin/admin-bundle/src/main/resources/static/main.css?rev=652919&view=auto == --- struts/sandbox/trunk/struts2-osgi-plugin/admin-bundle/src/main/resources/static/main.css (added) +++ struts/sandbox/trunk/struts2-osgi-plugin/admin-bundle/src/main/resources/static/main.css Fri May 2 14:31:11 2008 @@ -0,0 +1,39 @@ +.right { + clear: both; + float: right; +} + +.left { + clear: both; + float: left; +} + +.bundleDetails td { + border: 1px solid #C8C8C8; +} + +.rowTitle { + width: 141px; + font-weight: bold; +} + + +table.properties { + border-style: solid; + border-width: 1px; + border-color: #3366CC; +} + +table.properties td { +border-style: solid; +border-width: 1px; +border-color: #3366CC; +} + +table.properties td.name { + background-color: #C3D9FF; +} + +table.properties th { +background-color: #C3D9FF; +} \ No newline at end of file Added: struts/sandbox/trunk/struts2-osgi-plugin
svn commit: r652919 [1/3] - in /struts/sandbox/trunk/struts2-osgi-plugin/admin-bundle: ./ src/main/java/org/apache/struts2/osgi/admin/ src/main/java/org/apache/struts2/osgi/admin/actions/ src/main/jav
Author: musachy Date: Fri May 2 14:31:11 2008 New Revision: 652919 URL: http://svn.apache.org/viewvc?rev=652919&view=rev Log: Add Felix shell Added: struts/sandbox/trunk/struts2-osgi-plugin/admin-bundle/src/main/java/org/apache/struts2/osgi/admin/actions/ struts/sandbox/trunk/struts2-osgi-plugin/admin-bundle/src/main/java/org/apache/struts2/osgi/admin/actions/BundlesAction.java - copied, changed from r652098, struts/sandbox/trunk/struts2-osgi-plugin/admin-bundle/src/main/java/org/apache/struts2/osgi/admin/BundlesAction.java struts/sandbox/trunk/struts2-osgi-plugin/admin-bundle/src/main/java/org/apache/struts2/osgi/admin/actions/ShellAction.java struts/sandbox/trunk/struts2-osgi-plugin/admin-bundle/src/main/java/org/apache/struts2/osgi/admin/services/ struts/sandbox/trunk/struts2-osgi-plugin/admin-bundle/src/main/java/org/apache/struts2/osgi/admin/services/ServicesFactory.java struts/sandbox/trunk/struts2-osgi-plugin/admin-bundle/src/main/java/org/apache/struts2/osgi/admin/services/shell/ struts/sandbox/trunk/struts2-osgi-plugin/admin-bundle/src/main/java/org/apache/struts2/osgi/admin/services/shell/FelixShellService.java struts/sandbox/trunk/struts2-osgi-plugin/admin-bundle/src/main/java/org/apache/struts2/osgi/admin/services/shell/ShellService.java struts/sandbox/trunk/struts2-osgi-plugin/admin-bundle/src/main/resources/osgi/admin/commandResult.ftl struts/sandbox/trunk/struts2-osgi-plugin/admin-bundle/src/main/resources/osgi/admin/shell.ftl struts/sandbox/trunk/struts2-osgi-plugin/admin-bundle/src/main/resources/static/ struts/sandbox/trunk/struts2-osgi-plugin/admin-bundle/src/main/resources/static/LICENSE struts/sandbox/trunk/struts2-osgi-plugin/admin-bundle/src/main/resources/static/dojo.js struts/sandbox/trunk/struts2-osgi-plugin/admin-bundle/src/main/resources/static/iframe_history.html struts/sandbox/trunk/struts2-osgi-plugin/admin-bundle/src/main/resources/static/main.css struts/sandbox/trunk/struts2-osgi-plugin/admin-bundle/src/main/resources/static/shell.css struts/sandbox/trunk/struts2-osgi-plugin/admin-bundle/src/main/resources/static/shell.js Removed: struts/sandbox/trunk/struts2-osgi-plugin/admin-bundle/src/main/java/org/apache/struts2/osgi/admin/BundlesAction.java Modified: struts/sandbox/trunk/struts2-osgi-plugin/admin-bundle/pom.xml struts/sandbox/trunk/struts2-osgi-plugin/admin-bundle/src/main/resources/osgi/admin/viewBundle.vm struts/sandbox/trunk/struts2-osgi-plugin/admin-bundle/src/main/resources/osgi/admin/viewBundles.vm struts/sandbox/trunk/struts2-osgi-plugin/admin-bundle/src/main/resources/struts.xml Modified: struts/sandbox/trunk/struts2-osgi-plugin/admin-bundle/pom.xml URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2-osgi-plugin/admin-bundle/pom.xml?rev=652919&r1=652918&r2=652919&view=diff == --- struts/sandbox/trunk/struts2-osgi-plugin/admin-bundle/pom.xml (original) +++ struts/sandbox/trunk/struts2-osgi-plugin/admin-bundle/pom.xml Fri May 2 14:31:11 2008 @@ -1,53 +1,55 @@ - - - 4.0.0 - org.apache.struts2.osgi.admin - admin-bundle - bundle - Struts 2 OSGi Admin Bundle - 1.0-SNAPSHOT - - - -org.apache.struts -struts2-osgi-plugin -1.0-SNAPSHOT - - - - - -1.5 - - - - - - -org.apache.felix -maven-bundle-plugin -true -1.0.0 - - - META-INF - org.apache.struts2.osgi.admin* - * - org.apache.struts2.osgi.admin.MyBundleActivator - - - - - - - -maven-compiler-plugin - - 1.5 - 1.5 - - - - - - + + + 4.0.0 + org.apache.struts2.osgi.admin + admin-bundle + bundle + Struts 2 OSGi Admin Bundle + 1.0-SNAPSHOT + + + + org.apache.struts + struts2-osgi-plugin + 1.0-SNAPSHOT + + + + + 1.5 + + + + + + org.apache.felix + maven-bundle-plugin + true + 1.4.0 + + + META-INF + + org.apache.struts2.osgi.admin* + + *,com.opensymphony.xwork2 +