Branch: refs/heads/jetty
  Home:   https://github.com/jenkinsci/winstone
  Commit: ab2b9be488bd78b90da56c34d6b9ec8aef9107df
      
https://github.com/jenkinsci/winstone/commit/ab2b9be488bd78b90da56c34d6b9ec8aef9107df
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-10-06 (Sun, 06 Oct 2013)

  Changed paths:
    A src/ssl/server.txt

  Log Message:
  -----------
  explaining what these files are.


  Commit: 0ff7eef429ff1230bf0c94712c6b67cac21bc1f9
      
https://github.com/jenkinsci/winstone/commit/0ff7eef429ff1230bf0c94712c6b67cac21bc1f9
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-10-06 (Sun, 06 Oct 2013)

  Changed paths:
    M src/java/winstone/LocalStrings.properties

  Log Message:
  -----------
  modified the version


  Commit: db521a89d2d766a476f83e284bf991892b0b9e82
      
https://github.com/jenkinsci/winstone/commit/db521a89d2d766a476f83e284bf991892b0b9e82
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-10-06 (Sun, 06 Oct 2013)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  couldn't make jarjar plugin work. Switching to the shade plugin


  Commit: 71471fa027456bd1f1836bc7d7c9a52b2df83b05
      
https://github.com/jenkinsci/winstone/commit/71471fa027456bd1f1836bc7d7c9a52b2df83b05
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-10-06 (Sun, 06 Oct 2013)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  turns out relocation didn't work very well


  Commit: 531a7b0339973a19a96c8dd003c2bdb0a12e3c30
      
https://github.com/jenkinsci/winstone/commit/531a7b0339973a19a96c8dd003c2bdb0a12e3c30
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-10-06 (Sun, 06 Oct 2013)

  Changed paths:
    M src/java/winstone/realm/ArgumentsRealm.java

  Log Message:
  -----------
  SecurityHandler.findLoginService looks for the name "default"

because web.xml <realm-name> defaults to "default" in Jetty.


  Commit: 2640cabd49c46f6eec0961008417507b7b254ccd
      
https://github.com/jenkinsci/winstone/commit/2640cabd49c46f6eec0961008417507b7b254ccd
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-10-06 (Sun, 06 Oct 2013)

  Changed paths:
    A src/test/winstone/realm/ArgumentsRealmTest.java
    M src/testwebapp/WEB-INF/web.xml
    A src/testwebapp/secure/secret.txt

  Log Message:
  -----------
  added a test for security realm


  Commit: 6843b7e03c42d2f6c960ce1a5dd8eeb67c39a5ad
      
https://github.com/jenkinsci/winstone/commit/6843b7e03c42d2f6c960ce1a5dd8eeb67c39a5ad
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-10-06 (Sun, 06 Oct 2013)

  Changed paths:
    M src/java/winstone/HostConfiguration.java
    M src/java/winstone/HostGroup.java
    M src/java/winstone/Launcher.java
    M src/java/winstone/realm/ArgumentsRealm.java

  Log Message:
  -----------
  since realm name can be overridden by web.xml, do not rely on auto-wiring

Instead, manually set the LoginService to SecurityHandler to prevent Jetty from 
looking up


  Commit: 82237a33c812e35c96fcf82d0d96394ed739e4a5
      
https://github.com/jenkinsci/winstone/commit/82237a33c812e35c96fcf82d0d96394ed739e4a5
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-10-06 (Sun, 06 Oct 2013)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  indentation fix


  Commit: b9c1f0d0480d75add2f7c3dc3ef3609b850a2b44
      
https://github.com/jenkinsci/winstone/commit/b9c1f0d0480d75add2f7c3dc3ef3609b850a2b44
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-10-06 (Sun, 06 Oct 2013)

  Changed paths:
    M pom.xml
    M src/java/winstone/HttpsConnectorFactory.java
    M src/java/winstone/LocalStrings.properties
    M src/java/winstone/cmdline/Option.java

  Log Message:
  -----------
  added SPDY support


  Commit: a3774894451ce0749310363614bfbfba57c102ff
      
https://github.com/jenkinsci/winstone/commit/a3774894451ce0749310363614bfbfba57c102ff
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-10-06 (Sun, 06 Oct 2013)

  Changed paths:
    M src/java/winstone/HttpsConnectorFactory.java

  Log Message:
  -----------
  don't rely on SPDY statically.

... as it requires Java7


  Commit: ec5e289d29d743de43cd803092651efcc805578f
      
https://github.com/jenkinsci/winstone/commit/ec5e289d29d743de43cd803092651efcc805578f
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-10-06 (Sun, 06 Oct 2013)

  Changed paths:
    M src/java/winstone/HttpsConnectorFactory.java
    M src/java/winstone/LocalStrings.properties

  Log Message:
  -----------
  Improving the error diagnosis for missing NPN


  Commit: d9d422fa59aa6124cd22d17a8cd6432d92511703
      
https://github.com/jenkinsci/winstone/commit/d9d422fa59aa6124cd22d17a8cd6432d92511703
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-10-06 (Sun, 06 Oct 2013)

  Changed paths:
    M src/java/winstone/Launcher.java

  Log Message:
  -----------
  use java.util.logging for consistency with the rest of Winstone


Compare: 
https://github.com/jenkinsci/winstone/compare/cdfe11e85a34...d9d422fa59aa

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to