|
||||||||
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
[JIRA] (JENKINS-14205) BetweenTokensEditor corrupts page if start marker not found
scm_issue_l...@java.net (JIRA) Mon, 25 Jun 2012 09:46:20 -0700
- [JIRA] (JENKINS-14205) BetweenTokensEditor ... sampo.niska...@iki.fi (JIRA)
- [JIRA] (JENKINS-14205) BetweenTokensEd... scm_issue_l...@java.net (JIRA)
- [JIRA] (JENKINS-14205) BetweenTokensEd... jhans...@myyearbook.com (JIRA)
- [JIRA] (JENKINS-14205) BetweenTokensEd... jhans...@myyearbook.com (JIRA)
Code changed in jenkins
User: Joe Hansche
Path:
.classpath
pom.xml
src/main/java/com/myyearbook/hudson/plugins/confluence/wiki/editors/BetweenTokensEditor.java
src/test/java/com/myyearbook/hudson/plugins/confluence/wiki/editors/BetweenTokensEditorTest.java
http://jenkins-ci.org/commit/confluence-publisher-plugin/2aa0a59ff18c82a0fb914e5498651f23aa557502
Log:
[Fix JENKINS-14205] Fix logic error checking for start token.
If the start token is configured, but does not exist in the content,
the check for the start token's existence would fail, causing the content
to become corrupt.