Release Notes: Version 1.5.2 ------------- - Catching Exception instead of deprecated PortalException and SystemException. Version 1.5.1 ------------- - Fixed character encoding of URL parameters. Version 1.5.0 ------------- - Added constant script params to differentiate between initial request params and params to be sent with ever RESTful request. - HTTP method attribute added to session to span action and render phase only and to prevent it from being propagated to non-direct subsequent render requests. Version 1.4.0 ------------- - Use Portlet 2.0's resource phase to proxy download script URLs - Externalized STAr authentication info to portlet.xml Version 1.3.0 ------------- - Proxy all script URL request parameters not just the ones defined in the portlet preferences - Added support for sending all portal supported HTTP methods to the Web script. This will enable the use of Web scripts that have form elements in AWPr instances. Version 1.2.0 ------------- - Added a proxyAllUrls portlet prefernce to proxy all webscript URLs. This setting ignores the value of proxyUrls. You should only use proxyUrls if you want to have fine grained control over what gets proxied. Version 1.1.0 ------------- - Added javascript variable name portlet preference. This preference allows the user to speficy the name of the javascript variable that holds the encodeUrl() function. The default (also used if the value of the javascript variable preference is blank) is AWPr. If a value is specified the (e.g. ABC) the javascript variable will be named AWPr_<javascript_variable> (e.g. AWPr_ABC). The encodeUrl function can then be called (e.g. AWPr_ABC.encodeUrl). - Added a proxyURLs portlet preference to allow users to specify a list of webscript URLs to be proxied. Earlier the only URL that was proxied was the webscript URL as defined in the portlet preferences. This prevented the use case where a webscript contains a link to another webscript. This new preference now allows the definition of any number of webscript URLs that will also be proxied. - Added a character encoding type portlet preference to allow users to control what type of character encoding AWPr should use when encoding request parameter values (default is UTF-8)