Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 668a0cc4dc786dc1b6a726b17db74e9974afa82a
      
https://github.com/jenkinsci/jenkins/commit/668a0cc4dc786dc1b6a726b17db74e9974afa82a
  Author: Thomas Van Doren <[email protected]>
  Date:   2012-04-06 (Fri, 06 Apr 2012)

  Changed paths:
    M core/src/main/java/hudson/model/Api.java

  Log Message:
  -----------
  [FIXED JENKINS-13378] Remove XML string writer from IOException2 when XPath 
error occurs.

Remove XML string writer from IOException2 message when XPath error
occurs in /api/xml request.

The XML string writer has the potential to be very large (many
megabytes or even gigabytes) and these exceptions will be logged to
the default jenkins logfile by winstone. This has the potential to
quickly use all available disk space if, for example, a jenkins poller
(i.e. a chrome extension) makes frequent calls to the API that cause
errors.


  Commit: e1a1d3f098d938fb9c4690cd283653a91a496ae6
      
https://github.com/jenkinsci/jenkins/commit/e1a1d3f098d938fb9c4690cd283653a91a496ae6
  Author: Thomas Van Doren <[email protected]>
  Date:   2012-04-09 (Mon, 09 Apr 2012)

  Changed paths:
    M core/src/main/java/hudson/model/Api.java

  Log Message:
  -----------
  [JENKINS-13378] Add FINER logging of XML when XPath handling fails.


  Commit: 752a7c7b8bd357f2962c0b361eef465b1fd1c83f
      
https://github.com/jenkinsci/jenkins/commit/752a7c7b8bd357f2962c0b361eef465b1fd1c83f
  Author: Thomas Van Doren <[email protected]>
  Date:   2012-04-09 (Mon, 09 Apr 2012)

  Changed paths:
    M changelog.html

  Log Message:
  -----------
  [JENKINS-13378] Update changelog.html with fix.


  Commit: d3f233ddf4faf64e2726ecb4a452aa85e85beea6
      
https://github.com/jenkinsci/jenkins/commit/d3f233ddf4faf64e2726ecb4a452aa85e85beea6
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2012-06-05 (Tue, 05 Jun 2012)

  Changed paths:
    M changelog.html
    M core/src/main/java/hudson/model/Api.java

  Log Message:
  -----------
  Merge branch 'pull-428'

Moved the changelog entry to the trunk part.


Compare: https://github.com/jenkinsci/jenkins/compare/99b11d0...d3f233d

Reply via email to