提交 be2391ad 编写于 作者: K Kohsuke Kawaguchi

forgot the XSS PI

上级 cb2ced73
......@@ -21,12 +21,12 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
-->
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form" xmlns:i="jelly:fmt">
<l:layout title="${%Credential Saved}">
<l:layout title="${%Credential is saved}">
<l:main-panel>
<p>
${%Credential is saved.}
${%Credential is saved}
</p>
<input type="button" value="${%Close}" class="yui-button" onclick="window.close()" />
</l:main-panel>
......
......@@ -139,8 +139,8 @@ public class JDKInstallerTest extends HudsonTestCase {
*/
private void doTestAutoInstallation(String id, String fullversion) throws Exception {
// this is a really time consuming test, so only run it when we really want
// if(!Boolean.getBoolean("hudson.sunTests"))
// return;
if(!Boolean.getBoolean("hudson.sunTests"))
return;
retrieveUpdateCenterData();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册