- May 04, 2012
-
-
Kohsuke Kawaguchi authored
If a resource with 'Set-Cookie' header is cached (either by intermediary like HTTP proxy and reverse proxy, or by the browser), it'll cause identity swap / session mix-up as discussed in this ticket. I suspect this was caused by HttpSessionContextIntegrationFilter2, which is the only code path that attempts to create a session when a request to a static resource is made. So I'm disabling the creation of session in HttpSessionContextIntegrationFilter2. This in turn requires that we have sessions already created when the authentication was successful and people need to login (or else the login will have no effect.) We already do so in layout.jelly, so any request that renders a Jenkins page would have a session, but I've also added it in AuthenticationProcessingFilter2, which ensures that a successful login does have a session.
-
- May 03, 2012
-
-
Olivier Lamy authored
-
- Apr 30, 2012
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Apr 26, 2012
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Reynald Borer authored
When a client uses the buildWithParameters API and request a json output, return the job definition as a json string instead of doing a redirect on the job page.
-
Rob Petti authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Apr 25, 2012
-
-
Kohsuke Kawaguchi authored
Conflicts: changelog.html
-
Kohsuke Kawaguchi authored
(cherry picked from commit 2e5a7bf4)
-
Kohsuke Kawaguchi authored
-
- Apr 24, 2012
-
-
Kohsuke Kawaguchi authored
This reverts commit 9a1ad74b. The bits aren't yet synchronized to central apparently. Conflicts: changelog.html
-
Christoph Thelen authored
This is also related to [JENKINS-9778].
-
Kohsuke Kawaguchi authored
-
Jerome Lacoste authored
[FIXED JENKINS-8214] Added a DISCOVER permission to allow anonymous users to be presented the login screen when accessing job URLs
-
Vojtech Juranek authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Apr 23, 2012
-
-
Kohsuke Kawaguchi authored
-
- Apr 21, 2012
-
-
Seiji Sogabe authored
-
- Apr 19, 2012
-
-
Fred G authored
-
- Apr 17, 2012
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Apr 15, 2012
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Apr 14, 2012
-
-
Olivier Lamy authored
-
Vincent Latombe authored
Maven Job If the -U flag is specified in the goals/options of the build step of a Maven job, it should be used as well in the parsing step.
-
- Apr 12, 2012
-
-
Seiji Sogabe authored
-
- Apr 11, 2012
-
-
Kohsuke Kawaguchi authored
-
- Apr 09, 2012
-
-
Kohsuke Kawaguchi authored
-
- Apr 06, 2012
-
-
Christoph Kutzinski authored
[Re-FIXED JENKINS-12457] 'Age' column on 'Test Result' tab may show incorrect value when a test suite divided into multiple junit files
-
Kohsuke Kawaguchi authored
-
Christoph Kutzinski authored
Added testcase and changelog for JENKINS-13214. The actual fix is in 7fba6527
-
- Apr 05, 2012
-
-
Kohsuke Kawaguchi authored
-
- Apr 03, 2012
-
-
Kohsuke Kawaguchi authored
-