Author: scottbw
Date: Tue Sep 13 09:02:36 2011
New Revision: 1170094
URL: http://svn.apache.org/viewvc?rev=1170094&view=rev
Log:
updated release notes for 0.9.1 with added KNOWN ISSUES entry for WOOKIE-222
Modified:
incubator/wookie/trunk/RELEASE_NOTES
Modified: incubator/wookie/trunk/RELEASE_NOTES
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/RELEASE_NOTES?rev=1170094&r1=1170093&r2=1170094&view=diff
==============================================================================
--- incubator/wookie/trunk/RELEASE_NOTES (original)
+++ incubator/wookie/trunk/RELEASE_NOTES Tue Sep 13 09:02:36 2011
@@ -2,136 +2,99 @@ Apache Wookie Release Notes
===========================
See https://issues.apache.org/jira/browse/WOOKIE-* (where * is the number of
the issue below)
-Version 0.9.0
+Version 0.9.1
=============
Bugs Fixed
===========
- * [WOOKIE-9] - Return Widget types in all Widget representations
- * [WOOKIE-10] - Add methods to API for getting list of widgets by type
- * [WOOKIE-37] - Make wookie to conform to W3C Widgets API
- * [WOOKIE-92] - Add Locale parameter for requesting a widget instance
- * [WOOKIE-94] - Add filter to enable folder-based localization
- * [WOOKIE-95] - Update documentation on use of Locale parameters
- * [WOOKIE-96] - Ensure all start files have JS injected
- * [WOOKIE-97] - Recode default widgets to use W3C localization model, and
remove old localization shared JS
- * [WOOKIE-122] - Create an admin user interface to review, grant and
revoke widget access requests
- * [WOOKIE-13] - java.sql.SQLException: Connections could not be acquired
from the underlying database!
- * [WOOKIE-21] - Website sync script
- * [WOOKIE-23] - Invalid web.xml files
- * [WOOKIE-25] - Reporting failed API request as success
- * [WOOKIE-40] - Website Sync not working
- * [WOOKIE-42] - Wookie rewrites HTML start file incorrectly when injecting
JavaScript, where there are self-closing script tags
- * [WOOKIE-43] - SQL script incorrectly configures server features
- * [WOOKIE-45] - Wookie does not seem to support .html as start files?
- * [WOOKIE-47] - add required properties to build.properties and add docs
to readme
- * [WOOKIE-48] - W3C Widgets conformance: incorrect processing of
height/width attributes
- * [WOOKIE-49] - Error in algorithm for determining the start page for a
widget
- * [WOOKIE-53] - Eclipse .classpath configuration uses hardcoded local user
path for ivysettings.xml and is missing classpath references to a few
additionally required jars
- * [WOOKIE-54] - W3C Widgets conformance: incorrect processing of
whitespace and localized elements
- * [WOOKIE-55] - W3C Widgets conformance: does not support Short name
attribute
- * [WOOKIE-56] - W3C Widgets conformance: does not correctly handle
language-localized elements
- * [WOOKIE-58] - W3C Widgets conformance: problems processing icons
- * [WOOKIE-59] - W3C Widgets conformance: problems processing preferences
- * [WOOKIE-60] - W3C Widgets conformance: need to fix default identifiers
to support valid IRIs
- * [WOOKIE-61] - W3C Widgets conformance: problems processing content
elements with inner tags
- * [WOOKIE-62] - W3C Widgets conformance: treat widget as invalid if it
requires an unsupported feature
- * [WOOKIE-63] - HibernateException: flush is not valid without active
transaction
- * [WOOKIE-64] - Wookie rewrites HTML start file incorrectly when injecting
JavaScript: incorrectly encodes inline scripts
- * [WOOKIE-77] - W3C Widgets conformance: feature name must be a valid IRI
- * [WOOKIE-78] - W3C Widgets conformance: author href must be a valid URL
- * [WOOKIE-79] - W3C Widgets conformance: language tags should be verified
- * [WOOKIE-82] - WARN C3P0ConnectionProvider messages at server runtim
- * [WOOKIE-83] - Improvements to widget template
- * [WOOKIE-84] - Remove injected script tags from widget source
- * [WOOKIE-101] - Binary files are filtered when seeding a widget
- * [WOOKIE-102] - Javascript can be broken on reformatting
- * [WOOKIE-105] - Servlet.service() for servlet default threw exception
java.lang.NoSuchMethodError
- * [WOOKIE-106] - Buildbot gives warnings when running 'ant'
- * [WOOKIE-107] - warnings when running 'ant compile test'
- * [WOOKIE-108] - incorrectly named jar when running 'ant jar'
- * [WOOKIE-109] - Build Failure for 'ant publish-local'
- * [WOOKIE-113] - Wookie reordering script tags
- * [WOOKIE-118] - GET and POST request broken (jQuery + Widget.proxify)
- * [WOOKIE-120] - Testinstallation jetty fails on start on case sensitve
Operationg systems
- * [WOOKIE-123] - DELETE {wookie}/properties creates property with NULL
value
- * [WOOKIE-124] - Error when starting development server: cannot run due to
initialisation problem
- * [WOOKIE-129] - Ant task 'stopserver' does not stop the server
- * [WOOKIE-136] - Demo of any widget returns 401
- * [WOOKIE-145] - JPA error when Widget sets preference values
- * [WOOKIE-148] - Posting XML in the body of a text/xml HTTP request
through the proxy fails
- * [WOOKIE-157] - Redirected error page has bad links
- * [WOOKIE-158] - Butterfly widget causes javascript error alert in IE8
- * [WOOKIE-159] - Old 'basic chat widget' not updating online users when
user navigates away from page
- * [WOOKIE-160] - Forum widget lists user who posted message as 'No
matching key found'
- * [WOOKIE-161] - Missing icon in natter widget for user
- * [WOOKIE-162] - Sharedraw widget has JS errors in IE8
- * [WOOKIE-163] - Simple chat - typed in messages are being lost
- * [WOOKIE-164] - Original 'Vote' widget not working
- * [WOOKIE-165] - Camera widget causes js errors in IE8
- * [WOOKIE-166] - Geolocation widget causes JS errors in IE8
- * [WOOKIE-168] - Cannot remove widget from wookie after it has become an
instance.
- * [WOOKIE-171] - There is a suspected problem with the way the id handler
of the manifest parser is managing odd characters
- * [WOOKIE-195] - Source and Binary distribution need a few more
disclaimers and notices
- * [WOOKIE-196] - initDB = True in distribution files
- * [WOOKIE-197] - readme for WAR is incomplete
- * [WOOKIE-198] - Standalone binary distribution does not mention 3rd party
license library licenses
- * [WOOKIE-199] - Unnecessary build directories being created
- * [WOOKIE-200] - Source distribution is missing MIT license for JQuery
- * [WOOKIE-202] - Release candidate includes snapshot Jars
+ * WOOKIE-206 - SharedDataKey not kept unique internally
+ * WOOKIE-151 - Numeric keys for preferences result in Parse Error in Safari
+ * WOOKIE-119 - Author info does not support bidirectional text
+ * WOOKIE-80 - W3C Widgets conformance: check content type of icons
+ * WOOKIE-90 - JQuery document ready function not working
+ * WOOKIE-152 - Problem building Wookie using Ant 1.8 (was: Build paths
doubling up Windows XP SP3 & 7)
+ * WOOKIE-156 - API Test widget causes DB errors when opened in two
browsers at the same time
+ * WOOKIE-186 - Settings widget template not in build file
+ * WOOKIE-14 - juel.jar - java.lang.LinkageError: loader constraint
violation: when resolving interface method
+ * WOOKIE-201 - Run RAT for all Wookie distributions
+ * WOOKIE-204 - Widget metadata values are being returned using styled i18n
content rather than encoded
+ * WOOKIE-203 - Widget metadata values are being returned using styled i18n
content rather than encoded
+ * WOOKIE-183 - JQuery Mobile doesn't work on IE workaround necessary
+ * WOOKIE-230 - Features are loaded from the wrong location
+ * WOOKIE-187 - Don't create local.*.properties files automatically
+ * WOOKIE-236 - HTMLCleaner removes doctype from pages which causes IE 9
problems
+ * WOOKIE-222 - "Session Error" dialog for each widget appears in tomcat 7
(using the WAR build)
+ * WOOKIE-175 - Version attribute is not BIDI-compliant
+ * WOOKIE-169 - Request API Key Form Problem
+ * WOOKIE-193 - Eclipse .classpath file contains mac specific java settings
+ * WOOKIE-44 - Default widget returns js "error" when loaded into a
browser
+ * WOOKIE-191 - Images missing from JQuery Mobile widgets
+ * WOOKIE-114 - Ant 1.8 build error on Windows
+ * WOOKIE-217 - HtmlCleaner appends rather than overrides charset and
content-type information
+ * WOOKIE-17 - Embedding Wookie Widget in Flex/Flash based Rich
Internet Application
+ * WOOKIE-15 - Companion document links
+ * WOOKIE-221 - Build.properties has two 'run.args="port=8080"' entries
+ * WOOKIE-192 - web.xml violates schema contraints
+ * WOOKIE-178 - Result of widget.getWidgetTitle() can sometimes contain
html span tags which may upset javascript code in jsps
Improvements
============
- * [WOOKIE-24] - Javadocs still refer to old package names
- * [WOOKIE-26] - Standalone version of Wookie for development
- * [WOOKIE-28] - Preview widgets within server application
- * [WOOKIE-39] - Allow deployment specific properties
- * [WOOKIE-41] - Enable local configuration of the email server
- * [WOOKIE-50] - Creation and management of widgets
- * [WOOKIE-51] - Remove binary widget packages from core server source
- * [WOOKIE-57] - Use commons-io to replace file util methods
- * [WOOKIE-69] - deploy-webbapp creates unnecessary interim lib directory
- * [WOOKIE-70] - Inform the user when an a widget fails to be deployed
using hot-deploy
- * [WOOKIE-72] - Don't silently swallow exceptions
- * [WOOKIE-73] - localisation messages are meaningless
- * [WOOKIE-86] - Configure standalone port
- * [WOOKIE-87] - Widget template improvements
- * [WOOKIE-88] - "Friendly" error message to recommend clean-db?
- * [WOOKIE-91] - Deploy a widget to a running server
- * [WOOKIE-116] - POST and Basic Auth through proxy
- * [WOOKIE-125] - Updated PHP framework
- * [WOOKIE-128] - PHP framework patch
- * [WOOKIE-130] - Run diagnostic tests on server when starting up
- * [WOOKIE-135] - Wigets locale changing
- * [WOOKIE-137] - In CSharp connector all reference to maximize should be
removed.
- * [WOOKIE-138] - Widgets are not ordered when viewing widget gallery
- * [WOOKIE-144] - Pluggable Persistence Component
- * [WOOKIE-153] - Minimal chat widget
+
+ * WOOKIE-34 - Accept/reject REST API proposal for getting/creating widgets
+ * WOOKIE-110 - Implement reset() method of Wave Gadget API
+ * WOOKIE-8 - Categories for widgets
+ * WOOKIE-65 - Refactored comet notifications with sibling-instance scope
+ * WOOKIE-52 - Improve integration with Shindig
+ * WOOKIE-170 - Update Shindig integration to support Shindig 2.0.0
+ * WOOKIE-207 - Ensure all administrative tasks can be carried out using
REST API
+ * WOOKIE-7 - Search capabilities in the advertise?all=true servlet
+ * WOOKIE-111 - Enable support for virtual hosts
+ * WOOKIE-131 - Skinnable widgets
+ * WOOKIE-210 - Refactor Feature loading and enable runtime inclusion
+ * WOOKIE-98 - Widget upload
+ * WOOKIE-194 - shouldn't be able to add a widget if Shindig is not deployed
+ * WOOKIE-71 - No services listed on default install
+ * WOOKIE-225 - Refactor Widget API impl to separate standard W3C API and
Wookie-specific extensions
+ * WOOKIE-190 - Making required Ant version more apparent
+ * WOOKIE-67 - Implement localization of widgets on per-instance basis
+ * WOOKIE-174 - Complete user thumbnail handling in connection framework
+ * WOOKIE-180 - Write documentation for access policies UI and WARP
+ * WOOKIE-215 - Deprecate "services"
+ * WOOKIE-220 - Update JQueryMobile Feature to use latest patched version
+ * WOOKIE-233 - readme.txt and README files in the trunk
+ * WOOKIE-93 - Implementing charset selection for start files
+ * WOOKIE-18 - Write Plugin developers guide
+ * WOOKIE-209 - Add support for registering OpenSocial gadgets to the
Widget admin API
+ * WOOKIE-208 - Add REST API for API Key management
+ * WOOKIE-211 - Implement defaultlocale attribute
+ * WOOKIE-19 - Write server admin guide
+ * WOOKIE-229 - Add API documentation to website
+ * WOOKIE-231 - Fix configuration for Tomcat
New Features
============
- * [WOOKIE-33] - testing issues for review subscription
- * [WOOKIE-85] - Implement W3C Widget Access Request Policy (WARP)
specification
- * [WOOKIE-99] - Dynamic deployment of Features
- * [WOOKIE-121] - PHP Connector framework
- * [WOOKIE-126] - C# Inital framework
- * [WOOKIE-127] - Python inital framework
- * [WOOKIE-143] - ActionScript 3.0 / Flex Connector
-
+
+ * [WOOKIE-112] - Widget management
+ * [WOOKIE-182] - Flatpack: Allow exporting of Widgets including instance
information.
+ * [WOOKIE-189] - Packaging of Wookie to run portably from a usb stick
Known Issues
============
- * [WOOKIE-152] - There is a known issue when using Ant version 1.8.x to
build and run Wookie;
- you should instead use version 1.7.1. To
check which version of ant you are using,
- type ant -version.
+
* [WOOKIE-222] - There is a known issue when using Tomcat 7.* with
Wookie. Sometimes when a widget is actually
- loaded, a browser alert box sometimes
appears informing the user of a "Session Error".
- A workaround for this is to add the
following to the WEB-INF/web.xml file
+ loaded, a browser alert box sometimes
appears informing the user of a "Session Error".
+
+ This is caused by the DWR library used
by Wookie for Comet-based widgets handling HTTP-only cookies incorrectly;
+ Tomcat 7 uses HTTP-only cookies as the
default setting to prevent cross-site scripting (XSS) attacks.
+
+ A workaround is to add the following
to the WEB-INF/web.xml file
<init-param>
<param-name>crossDomainSessionSecurity</param-name>
<param-value>false</param-value>
</init-param>
+
+ Note that XSS prevention will still be
in place in Tomcat 7; this just disables the additional mechanism
+ implemented in DWR that conflicts with
it.
- This is an issue for Tomcat 7.* only.
Previous versions do not appear to have this issue.
-
\ No newline at end of file
+ This is an issue for DWR 2.* with
Tomcat 7.* (or earlier versions of Tomcat where useHttpOnly="true" is set.)
\ No newline at end of file