• Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Blocker Blocker
    • core
    • None

      1.368 no longer seems to send the X-Hudson header indicating which version it is. This prevents the NetBeans integration from working and may cause problems for other XML API clients as well.

          [JENKINS-7100] X-Hudson header not being sent

          Jesse Glick added a comment -

          Jesse Glick added a comment - http://fisheye.jenkins-ci.org/changelog/Hudson/?cs=33149 seems the most likely cause.

          Jesse Glick added a comment -

          Confirmed cause of regression as change in web.xml. Also prevents X-Hudson-CLI-Port from being sent.

          Jesse Glick added a comment - Confirmed cause of regression as change in web.xml. Also prevents X-Hudson-CLI-Port from being sent.

          Jesse Glick added a comment -

          Forgot to mention that I am testing using hudson-dev:run, but was also reported as occurring under Tomcat 6:

          http://netbeans.org/bugzilla/show_bug.cgi?id=189080

          Jesse Glick added a comment - Forgot to mention that I am testing using hudson-dev:run, but was also reported as occurring under Tomcat 6: http://netbeans.org/bugzilla/show_bug.cgi?id=189080

          Code changed in hudson
          User: : jglick
          Path:
          trunk/hudson/main/core/src/main/resources/hudson/model/View/index.jelly
          trunk/hudson/main/test/src/test/java/hudson/model/ViewTest.java
          http://jenkins-ci.org/commit/33379
          Log:
          [FIXED JENKINS-7100] X-Hudson header was not being sent after change of servlet mapping.

          SCM/JIRA link daemon added a comment - Code changed in hudson User: : jglick Path: trunk/hudson/main/core/src/main/resources/hudson/model/View/index.jelly trunk/hudson/main/test/src/test/java/hudson/model/ViewTest.java http://jenkins-ci.org/commit/33379 Log: [FIXED JENKINS-7100] X-Hudson header was not being sent after change of servlet mapping.

          Code changed in hudson
          User: : jglick
          Path:
          trunk/www/changelog.html
          http://jenkins-ci.org/commit/33380
          Log:
          JENKINS-7100 Noting.

          SCM/JIRA link daemon added a comment - Code changed in hudson User: : jglick Path: trunk/www/changelog.html http://jenkins-ci.org/commit/33380 Log: JENKINS-7100 Noting.

          Jesse Glick added a comment -

          Please make sure this fix gets into 1.369.

          Jesse Glick added a comment - Please make sure this fix gets into 1.369.

          dogfood added a comment -

          Integrated in hudson_main_trunk #148
          [FIXED JENKINS-7100] X-Hudson header was not being sent after change of servlet mapping.

          jglick :
          Files :

          • /trunk/hudson/main/core/src/main/resources/hudson/model/View/index.jelly
          • /trunk/hudson/main/test/src/test/java/hudson/model/ViewTest.java

          dogfood added a comment - Integrated in hudson_main_trunk #148 [FIXED JENKINS-7100] X-Hudson header was not being sent after change of servlet mapping. jglick : Files : /trunk/hudson/main/core/src/main/resources/hudson/model/View/index.jelly /trunk/hudson/main/test/src/test/java/hudson/model/ViewTest.java

          Code changed in hudson
          User: : mindless
          Path:
          branches/rc/core/src/main/resources/hudson/model/View/index.jelly
          trunk/www/changelog.html
          http://jenkins-ci.org/commit/33392
          Log:
          JENKINS-7100 merge into rc branch for inclusion in 1.369

          SCM/JIRA link daemon added a comment - Code changed in hudson User: : mindless Path: branches/rc/core/src/main/resources/hudson/model/View/index.jelly trunk/www/changelog.html http://jenkins-ci.org/commit/33392 Log: JENKINS-7100 merge into rc branch for inclusion in 1.369

          dogfood added a comment -

          Integrated in hudson_main_trunk #153
          Merged revisions 33392,33438,33440,33444 via svnmerge from
          https://www.dev.java.net/svn/hudson/branches/rc

          ........
          r33392 | mindless | 2010-07-30 08:50:29 -0700 (Fri, 30 Jul 2010) | 2 lines

          JENKINS-7100 merge into rc branch for inclusion in 1.369
          ........
          r33438 | kohsuke | 2010-07-30 20:11:01 -0700 (Fri, 30 Jul 2010) | 1 line

          [maven-release-plugin] prepare release hudson-1_369
          ........
          r33440 | kohsuke | 2010-07-30 20:11:17 -0700 (Fri, 30 Jul 2010) | 1 line

          [maven-release-plugin] prepare for next development iteration
          ........
          r33444 | kohsuke | 2010-07-30 21:07:15 -0700 (Fri, 30 Jul 2010) | 1 line

          updated changelog as a part of the release
          ........

          kohsuke :
          Files :

          • /trunk/hudson/main
          • /trunk/hudson/main/core/pom.xml
          • /trunk/hudson/main/war/pom.xml
          • /trunk/hudson/main/test/pom.xml
          • /trunk/hudson/main/remoting/pom.xml
          • /trunk/hudson/main/debian/debian/changelog
          • /trunk/hudson/main/maven-plugin/pom.xml
          • /trunk/hudson/main/pom.xml
          • /trunk/hudson/main/cli/pom.xml
          • /trunk/hudson/main/ui-samples-plugin/pom.xml
          • /trunk/hudson/main/maven-agent/pom.xml
          • /trunk/hudson/main/maven-interceptor/pom.xml

          dogfood added a comment - Integrated in hudson_main_trunk #153 Merged revisions 33392,33438,33440,33444 via svnmerge from https://www.dev.java.net/svn/hudson/branches/rc ........ r33392 | mindless | 2010-07-30 08:50:29 -0700 (Fri, 30 Jul 2010) | 2 lines JENKINS-7100 merge into rc branch for inclusion in 1.369 ........ r33438 | kohsuke | 2010-07-30 20:11:01 -0700 (Fri, 30 Jul 2010) | 1 line [maven-release-plugin] prepare release hudson-1_369 ........ r33440 | kohsuke | 2010-07-30 20:11:17 -0700 (Fri, 30 Jul 2010) | 1 line [maven-release-plugin] prepare for next development iteration ........ r33444 | kohsuke | 2010-07-30 21:07:15 -0700 (Fri, 30 Jul 2010) | 1 line updated changelog as a part of the release ........ kohsuke : Files : /trunk/hudson/main /trunk/hudson/main/core/pom.xml /trunk/hudson/main/war/pom.xml /trunk/hudson/main/test/pom.xml /trunk/hudson/main/remoting/pom.xml /trunk/hudson/main/debian/debian/changelog /trunk/hudson/main/maven-plugin/pom.xml /trunk/hudson/main/pom.xml /trunk/hudson/main/cli/pom.xml /trunk/hudson/main/ui-samples-plugin/pom.xml /trunk/hudson/main/maven-agent/pom.xml /trunk/hudson/main/maven-interceptor/pom.xml

            kohsuke Kohsuke Kawaguchi
            jglick Jesse Glick
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: