pastebin - collaborative debugging

pastebin is a collaborative debugging tool allowing you to share and modify code snippets while chatting on IRC, IM or a message board.

This site is developed to XHTML and CSS2 W3C standards. If you see this paragraph, your browser does not support those standards and you need to upgrade. Visit WaSP for a variety of options.

helma private pastebin - collaborative debugging tool What's a private pastebin?


Posted by zumbrunn on Mon 27 Oct 14:38
report abuse | download | new post

  1. <li>Relative repository paths now resolve relative to Helma home directory, fixing bug 639.</li>
  2. <li>Introduced hopdir servlet parameter to be able to set the helma directory.</li>
  3. <li>The location of db.properties is now customizable using the dbPropFile server property, fixing bug 640</li>
  4. <li>Fixed bug with closed database connections in very long running requests by making sure connections are re-checked every 10 seconds.</li>
  5. <li>Changed HopObject.getOrderedView() to return a transient HopObject instead of a ListViewWrapper.</li>
  6. <li>Fixed bug in request handling when incoming requests are attached to an existing response and the response is generated by directly accessing the res.servletResponse HttpServletResponse instance.</li>
  7. <li>Go back to Java 1.4 compatibility. The few generics uses aren't worth it to require Java 1.5.</li>
  8. <li>Made sub-properties updateable.</li>
  9. <li>Logging improvements, such as an additional log message when a request starts evaluating, making commit log messages look nicer and easier to parse, and improved thread naming including thread ids in helma log messages.</li>
  10. <li>Unified macro error handling, no longer dumping stack traces for macro errors.</li>
  11. <li>Ampersand is no longer encoded as entity when encountered in macro tags.</li>
  12. <li>Added support for secure and HttpOnly session cookies, with HttpOnly being enabled by default. The features are controlled through the httpOnlySessionCookie and secureSessionCookie app properties. We now compose and set the session cookie ourselves as this is the only reliable way to do it in a cross-servlet-container compatible way and without adding dependencies to the servlet container.</li>
  13. <li>Fixed a problem with the code evaluation order of repositories added via app.addRepository().<li>
  14. <li>Fixed app.xmlrpcCount to be increased for "new style" XML-RPC requests served by Jetty, fixing bug 629.</li>
  15. <li>Changed code to not track unset() on non-persitable properties, fixing bug 633.</li>
  16. <li>Fixed serialization for transient HopObjects.</li>
  17. <li>Synchronize more methods in TypeManager as well as app.addRepository() to avoid memory race conditions.</li>
  18. <li>Use LinkedHashMap for dirty node tracking to preserve insertion order.</li>
  19. <li>Made checkXmlRpc work with content-types containing a charset subheader, fixing bug 628.</li>
  20. <li>Continue parsing macro tags even if it is a comment. This is the only way we can correctly catch embedded macros. Fixes bug 588.</li>
  21. <li>Only resolve direct prototype matches in parent chain, fixing bug 617.</li>

Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.

Syntax highlighting:

To highlight particular lines, prefix each line with @@


Remember me so that I can delete my post