Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-374

Creating a job with spaces in its name (winstone/windows) returns 404

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • core
    • None
    • Platform: All, OS: All

      When running Hudson under Winstone on windows (downloaded and JNLP version) I am
      unable to create a job with spaces in the name. Actually, the space is created
      but it seems Hudson dies when trying to configure it.

      The URL "http://localhost:8081/job/Job%20Spaces/configure" returns a 404 showing:

      Status Code: 404
      Exception:
      Stacktrace:

      (none)

      Generated by Winstone Servlet Engine v0.9.6 at Sun Mar 18 15:16:52 NZST 2007

      The directory 'C:\Documents and Settings\Mark Derricutt\.hudson\jobs\Job Spaces'
      contains config.xml and a builds directory as I would expect.

      The log file following the first reference to "Job Spaces" is:

      [Winstone 2007/03/18 15:16:51] - URI Line: GET
      /itemExistsCheck?value=Job%20Spaces HTTP/1.1
      [Winstone 2007/03/18 15:16:51] - Header: Host: localhost:8081
      [Winstone 2007/03/18 15:16:51] - Header: User-Agent: Mozilla/5.0 (Windows; U;
      Windows NT 5.1; en-US; rv:1.8.1.3pre) Gecko/20070315 BonEcho/2.0.0.3pre
      [Winstone 2007/03/18 15:16:51] - Header: Accept:
      text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,/;q=0.5
      [Winstone 2007/03/18 15:16:51] - Header: Accept-Language: en-us,en;q=0.5
      [Winstone 2007/03/18 15:16:51] - Header: Accept-Encoding: gzip,deflate
      [Winstone 2007/03/18 15:16:51] - Header: Accept-Charset:
      ISO-8859-1,utf-8;q=0.7,*;q=0.7
      [Winstone 2007/03/18 15:16:51] - Header: Keep-Alive: 300
      [Winstone 2007/03/18 15:16:51] - Header: Connection: keep-alive
      [Winstone 2007/03/18 15:16:51] - Header: X-Requested-With: XMLHttpRequest
      [Winstone 2007/03/18 15:16:51] - Header: X-Prototype-Version: 1.4.0
      [Winstone 2007/03/18 15:16:51] - Header: Referer: http://localhost:8081/newJob
      [Winstone 2007/03/18 15:16:51] - Header: Cookie: username=talios;
      bamboo.author.view=list; BAMBOO-BUILD-FILTER=LAST_25_BUILDS;
      atlassian.bamboo.dashboard.tab.selected=myTab;
      seraph.bamboo=8M<M.M1M-M9N5O-J1K/J7J1J;
      bamboo.dash.display.toggles=viewCommentFragment=1|resultSummaryTests=1|favourites_98305=1;
      bamboo.build.groupby.type=AUTO; BAMBOO-LOG-REFRESH=1; BAMBOO-MAX-DISPLAY-LINES=10
      [Winstone 2007/03/18 15:16:51] - Found cookie: [Cookie: name=username
      value=talios version=0 path=null domain=null comment=null maxAge=-1 secure=false]
      [Winstone 2007/03/18 15:16:51] - Found cookie: [Cookie: name=bamboo.author.view
      value=list version=0 path=null domain=null comment=null maxAge=-1 secure=false]
      [Winstone 2007/03/18 15:16:51] - Found cookie: [Cookie: name=BAMBOO-BUILD-FILTER
      value=LAST_25_BUILDS version=0 path=null domain=null comment=null maxAge=-1
      secure=false]
      [Winstone 2007/03/18 15:16:51] - Found cookie: [Cookie:
      name=atlassian.bamboo.dashboard.tab.selected value=myTab version=0 path=null
      domain=null comment=null maxAge=-1 secure=false]
      [Winstone 2007/03/18 15:16:51] - Found cookie: [Cookie: name=seraph.bamboo
      value=8M<M.M1M-M9N5O-J1K/J7J1J version=0 path=null domain=null comment=null
      maxAge=-1 secure=false]
      [Winstone 2007/03/18 15:16:51] - Found cookie: [Cookie:
      name=bamboo.dash.display.toggles
      value=viewCommentFragment=1|resultSummaryTests=1|favourites_98305=1 version=0
      path=null domain=null comment=null maxAge=-1 secure=false]
      [Winstone 2007/03/18 15:16:51] - Found cookie: [Cookie:
      name=bamboo.build.groupby.type value=AUTO version=0 path=null domain=null
      comment=null maxAge=-1 secure=false]
      [Winstone 2007/03/18 15:16:51] - Found cookie: [Cookie: name=BAMBOO-LOG-REFRESH
      value=1 version=0 path=null domain=null comment=null maxAge=-1 secure=false]
      [Winstone 2007/03/18 15:16:51] - Found cookie: [Cookie:
      name=BAMBOO-MAX-DISPLAY-LINES value=10 version=0 path=null domain=null
      comment=null maxAge=-1 secure=false]
      [Winstone 2007/03/18 15:16:51] - Starting request on host:[default] with id:
      1174187811854
      [Winstone 2007/03/18 15:16:51] - URL Match - path: /itemExistsCheck
      [Winstone 2007/03/18 15:16:51] - Cached filter chain available for
      cacheKey=REQUEST:URI:/itemExistsCheck
      [Winstone 2007/03/18 15:16:51] - Processing with RD: Stapler
      [Winstone 2007/03/18 15:16:51] - FORWARD: servlet=Stapler, path=/itemExistsCheck
      [Winstone 2007/03/18 15:16:51] - Resetting buffer - discarding 0 bytes
      [Winstone 2007/03/18 15:16:51] - Starting authentication check
      [Winstone 2007/03/18 15:16:51] - Evaluating security constraint: Security
      Constraint #0
      [Winstone 2007/03/18 15:16:51] - Passed authentication check
      [Winstone 2007/03/18 15:16:51] - Parsing parameters: value=Job%20Spaces (using
      encoding null)
      [Winstone 2007/03/18 15:16:51] - Param line:

      {value=Job Spaces}

      [Winstone 2007/03/18 15:16:51] - Called ServletResponse.getWriter()
      [Winstone 2007/03/18 15:16:51] - ServletOutputStream flushed
      [Winstone 2007/03/18 15:16:51] - Headers prepared for writing: [Server: Winstone
      Servlet Engine v0.9.6, Content-Type: text/html;charset=ISO-8859-1, Connection:
      Close, Date: Sun, 18 Mar 2007 03:16:51 GMT, X-Powered-By: Servlet/2.4
      (Winstone/0.8)]
      [Winstone 2007/03/18 15:16:51] - Committing response body
      [Winstone 2007/03/18 15:16:51] - Response: HTTP/1.1 200
      [Winstone 2007/03/18 15:16:51] - Header: Server: Winstone Servlet Engine v0.9.6
      [Winstone 2007/03/18 15:16:51] - Header: Content-Type: text/html;charset=ISO-8859-1
      [Winstone 2007/03/18 15:16:51] - Header: Connection: Close
      [Winstone 2007/03/18 15:16:51] - Header: Date: Sun, 18 Mar 2007 03:16:51 GMT
      [Winstone 2007/03/18 15:16:51] - Header: X-Powered-By: Servlet/2.4 (Winstone/0.8)
      [Winstone 2007/03/18 15:16:51] - Written 6 bytes to response body
      [Winstone 2007/03/18 15:16:51] - ServletOutputStream flushed
      [Winstone 2007/03/18 15:16:51] - Written 6 bytes to response body
      [Winstone 2007/03/18 15:16:51] - ServletOutputStream flushed
      [Winstone 2007/03/18 15:16:51] - Written 6 bytes to response body
      [Winstone 2007/03/18 15:16:51] - ServletOutputStream flushed
      [Winstone 2007/03/18 15:16:51] - Written 6 bytes to response body
      [Winstone 2007/03/18 15:16:51] - Finishing request id: 1174187811854
      [Winstone 2007/03/18 15:16:51] - ReqPool: Request released - available: 10
      [Winstone 2007/03/18 15:16:51] - RspPool: Response released - available: 10
      [Winstone 2007/03/18 15:16:51] - Processed complete request:
      headerParseTime=10ms totalTime=10ms path=/itemExistsCheck?value=Job%20Spaces
      [Winstone 2007/03/18 15:16:51] - RHPool: Releasing handler thread - used: 0
      unused: 5
      [Winstone 2007/03/18 15:16:51] - Thread entering wait state
      [Winstone 2007/03/18 15:16:51] - RHPool: Using pooled handler thread - used: 1
      unused: 4
      [Winstone 2007/03/18 15:16:51] - Thread leaving wait state
      [Winstone 2007/03/18 15:16:51] - Allocating request/response:
      RequestHandlerThread3
      [Winstone 2007/03/18 15:16:51] - ReqPool: Using pooled request - available: 9
      [Winstone 2007/03/18 15:16:51] - RspPool: Using pooled response - available: 9
      [Winstone 2007/03/18 15:16:51] - Parsing socket info
      [Winstone 2007/03/18 15:16:51] - Waiting for a URI line
      [Winstone 2007/03/18 15:16:51] - URI Line: POST /createItem HTTP/1.1
      [Winstone 2007/03/18 15:16:51] - Header: Host: localhost:8081
      [Winstone 2007/03/18 15:16:51] - Header: User-Agent: Mozilla/5.0 (Windows; U;
      Windows NT 5.1; en-US; rv:1.8.1.3pre) Gecko/20070315 BonEcho/2.0.0.3pre
      [Winstone 2007/03/18 15:16:51] - Header: Accept:
      text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,/;q=0.5
      [Winstone 2007/03/18 15:16:51] - Header: Accept-Language: en-us,en;q=0.5
      [Winstone 2007/03/18 15:16:51] - Header: Accept-Encoding: gzip,deflate
      [Winstone 2007/03/18 15:16:51] - Header: Accept-Charset:
      ISO-8859-1,utf-8;q=0.7,*;q=0.7
      [Winstone 2007/03/18 15:16:51] - Header: Keep-Alive: 300
      [Winstone 2007/03/18 15:16:51] - Header: Connection: keep-alive
      [Winstone 2007/03/18 15:16:51] - Header: Referer: http://localhost:8081/newJob
      [Winstone 2007/03/18 15:16:51] - Header: Cookie: username=talios;
      bamboo.author.view=list; BAMBOO-BUILD-FILTER=LAST_25_BUILDS;
      atlassian.bamboo.dashboard.tab.selected=myTab;
      seraph.bamboo=8M<M.M1M-M9N5O-J1K/J7J1J;
      bamboo.dash.display.toggles=viewCommentFragment=1|resultSummaryTests=1|favourites_98305=1;
      bamboo.build.groupby.type=AUTO; BAMBOO-LOG-REFRESH=1; BAMBOO-MAX-DISPLAY-LINES=10
      [Winstone 2007/03/18 15:16:51] - Header: Content-Type:
      application/x-www-form-urlencoded
      [Winstone 2007/03/18 15:16:51] - Header: Content-Length: 72
      [Winstone 2007/03/18 15:16:51] - Found cookie: [Cookie: name=username
      value=talios version=0 path=null domain=null comment=null maxAge=-1 secure=false]
      [Winstone 2007/03/18 15:16:51] - Found cookie: [Cookie: name=bamboo.author.view
      value=list version=0 path=null domain=null comment=null maxAge=-1 secure=false]
      [Winstone 2007/03/18 15:16:51] - Found cookie: [Cookie: name=BAMBOO-BUILD-FILTER
      value=LAST_25_BUILDS version=0 path=null domain=null comment=null maxAge=-1
      secure=false]
      [Winstone 2007/03/18 15:16:51] - Found cookie: [Cookie:
      name=atlassian.bamboo.dashboard.tab.selected value=myTab version=0 path=null
      domain=null comment=null maxAge=-1 secure=false]
      [Winstone 2007/03/18 15:16:51] - Found cookie: [Cookie: name=seraph.bamboo
      value=8M<M.M1M-M9N5O-J1K/J7J1J version=0 path=null domain=null comment=null
      maxAge=-1 secure=false]
      [Winstone 2007/03/18 15:16:51] - Found cookie: [Cookie:
      name=bamboo.dash.display.toggles
      value=viewCommentFragment=1|resultSummaryTests=1|favourites_98305=1 version=0
      path=null domain=null comment=null maxAge=-1 secure=false]
      [Winstone 2007/03/18 15:16:51] - Found cookie: [Cookie:
      name=bamboo.build.groupby.type value=AUTO version=0 path=null domain=null
      comment=null maxAge=-1 secure=false]
      [Winstone 2007/03/18 15:16:51] - Found cookie: [Cookie: name=BAMBOO-LOG-REFRESH
      value=1 version=0 path=null domain=null comment=null maxAge=-1 secure=false]
      [Winstone 2007/03/18 15:16:51] - Found cookie: [Cookie:
      name=BAMBOO-MAX-DISPLAY-LINES value=10 version=0 path=null domain=null
      comment=null maxAge=-1 secure=false]
      [Winstone 2007/03/18 15:16:51] - Starting request on host:[default] with id:
      1174187811974
      [Winstone 2007/03/18 15:16:51] - URL Match - path: /createItem
      [Winstone 2007/03/18 15:16:51] - No cached filter chain available. Calculating
      for cacheKey=REQUEST:URI:/createItem
      [Winstone 2007/03/18 15:16:51] - Processing with RD: Stapler
      [Winstone 2007/03/18 15:16:51] - FORWARD: servlet=Stapler, path=/createItem
      [Winstone 2007/03/18 15:16:51] - Resetting buffer - discarding 0 bytes
      [Winstone 2007/03/18 15:16:51] - Starting authentication check
      [Winstone 2007/03/18 15:16:51] - Evaluating security constraint: Security
      Constraint #0
      [Winstone 2007/03/18 15:16:51] - Passed authentication check
      [Winstone 2007/03/18 15:16:51] - Setting the request encoding from null to UTF-8
      [Winstone 2007/03/18 15:16:51] - Parsing parameters: (using encoding UTF-8)
      [Winstone 2007/03/18 15:16:51] - Param line: {}
      [Winstone 2007/03/18 15:16:51] - Parsing request body for parameters
      [Winstone 2007/03/18 15:16:51] - Parsing parameters:
      name=Job+Spaces&mode=Build+a+free-style+software+project&from=&Submit=OK (using
      encoding UTF-8)
      [Winstone 2007/03/18 15:16:51] - Param line:

      {name=Job Spaces, Submit=OK, from=, mode=Build a free-style software project}

      [Winstone 2007/03/18 15:16:52] - Resetting buffer - discarding 0 bytes
      [Winstone 2007/03/18 15:16:52] - Forcing request body parse
      [Winstone 2007/03/18 15:16:52] - Called ServletResponse.getWriter()
      [Winstone 2007/03/18 15:16:52] - ServletOutputStream flushed
      [Winstone 2007/03/18 15:16:52] - Headers prepared for writing: [Server: Winstone
      Servlet Engine v0.9.6, Location:
      http://localhost:8081/job/Job%20Spaces/configure, Content-Length: 0, Connection:
      Keep-Alive, Date: Sun, 18 Mar 2007 03:16:52 GMT, X-Powered-By: Servlet/2.4
      (Winstone/0.8)]
      [Winstone 2007/03/18 15:16:52] - Committing response body
      [Winstone 2007/03/18 15:16:52] - Response: HTTP/1.1 302
      [Winstone 2007/03/18 15:16:52] - Header: Server: Winstone Servlet Engine v0.9.6
      [Winstone 2007/03/18 15:16:52] - Header: Location:
      http://localhost:8081/job/Job%20Spaces/configure
      [Winstone 2007/03/18 15:16:52] - Header: Content-Length: 0
      [Winstone 2007/03/18 15:16:52] - Header: Connection: Keep-Alive
      [Winstone 2007/03/18 15:16:52] - Header: Date: Sun, 18 Mar 2007 03:16:52 GMT
      [Winstone 2007/03/18 15:16:52] - Header: X-Powered-By: Servlet/2.4 (Winstone/0.8)
      [Winstone 2007/03/18 15:16:52] - Written 0 bytes to response body
      [Winstone 2007/03/18 15:16:52] - ServletOutputStream flushed
      [Winstone 2007/03/18 15:16:52] - Written 0 bytes to response body
      [Winstone 2007/03/18 15:16:52] - ServletOutputStream flushed
      [Winstone 2007/03/18 15:16:52] - Written 0 bytes to response body
      [Winstone 2007/03/18 15:16:52] - ServletOutputStream flushed
      [Winstone 2007/03/18 15:16:52] - Written 0 bytes to response body
      [Winstone 2007/03/18 15:16:52] - ServletOutputStream flushed
      [Winstone 2007/03/18 15:16:52] - Written 0 bytes to response body
      [Winstone 2007/03/18 15:16:52] - Forcing request body parse
      [Winstone 2007/03/18 15:16:52] - Finishing request id: 1174187811974
      [Winstone 2007/03/18 15:16:52] - ReqPool: Request released - available: 10
      [Winstone 2007/03/18 15:16:52] - RspPool: Response released - available: 10
      [Winstone 2007/03/18 15:16:52] - Processed complete request: headerParseTime=0ms
      totalTime=30ms path=/createItem
      [Winstone 2007/03/18 15:16:52] - Allocating request/response:
      RequestHandlerThread3
      [Winstone 2007/03/18 15:16:52] - ReqPool: Using pooled request - available: 9
      [Winstone 2007/03/18 15:16:52] - RspPool: Using pooled response - available: 9
      [Winstone 2007/03/18 15:16:52] - Parsing socket info
      [Winstone 2007/03/18 15:16:52] - Waiting for a URI line
      [Winstone 2007/03/18 15:16:52] - URI Line: GET /job/Job%20Spaces/configure HTTP/1.1
      [Winstone 2007/03/18 15:16:52] - Header: Host: localhost:8081
      [Winstone 2007/03/18 15:16:52] - Header: User-Agent: Mozilla/5.0 (Windows; U;
      Windows NT 5.1; en-US; rv:1.8.1.3pre) Gecko/20070315 BonEcho/2.0.0.3pre
      [Winstone 2007/03/18 15:16:52] - Header: Accept:
      text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,/;q=0.5
      [Winstone 2007/03/18 15:16:52] - Header: Accept-Language: en-us,en;q=0.5
      [Winstone 2007/03/18 15:16:52] - Header: Accept-Encoding: gzip,deflate
      [Winstone 2007/03/18 15:16:52] - Header: Accept-Charset:
      ISO-8859-1,utf-8;q=0.7,*;q=0.7
      [Winstone 2007/03/18 15:16:52] - Header: Keep-Alive: 300
      [Winstone 2007/03/18 15:16:52] - Header: Connection: keep-alive
      [Winstone 2007/03/18 15:16:52] - Header: Referer: http://localhost:8081/newJob
      [Winstone 2007/03/18 15:16:52] - Header: Cookie: username=talios;
      bamboo.author.view=list; BAMBOO-BUILD-FILTER=LAST_25_BUILDS;
      atlassian.bamboo.dashboard.tab.selected=myTab;
      seraph.bamboo=8M<M.M1M-M9N5O-J1K/J7J1J;
      bamboo.dash.display.toggles=viewCommentFragment=1|resultSummaryTests=1|favourites_98305=1;
      bamboo.build.groupby.type=AUTO; BAMBOO-LOG-REFRESH=1; BAMBOO-MAX-DISPLAY-LINES=10
      [Winstone 2007/03/18 15:16:52] - Found cookie: [Cookie: name=username
      value=talios version=0 path=null domain=null comment=null maxAge=-1 secure=false]
      [Winstone 2007/03/18 15:16:52] - Found cookie: [Cookie: name=bamboo.author.view
      value=list version=0 path=null domain=null comment=null maxAge=-1 secure=false]
      [Winstone 2007/03/18 15:16:52] - Found cookie: [Cookie: name=BAMBOO-BUILD-FILTER
      value=LAST_25_BUILDS version=0 path=null domain=null comment=null maxAge=-1
      secure=false]
      [Winstone 2007/03/18 15:16:52] - Found cookie: [Cookie:
      name=atlassian.bamboo.dashboard.tab.selected value=myTab version=0 path=null
      domain=null comment=null maxAge=-1 secure=false]
      [Winstone 2007/03/18 15:16:52] - Found cookie: [Cookie: name=seraph.bamboo
      value=8M<M.M1M-M9N5O-J1K/J7J1J version=0 path=null domain=null comment=null
      maxAge=-1 secure=false]
      [Winstone 2007/03/18 15:16:52] - Found cookie: [Cookie:
      name=bamboo.dash.display.toggles
      value=viewCommentFragment=1|resultSummaryTests=1|favourites_98305=1 version=0
      path=null domain=null comment=null maxAge=-1 secure=false]
      [Winstone 2007/03/18 15:16:52] - Found cookie: [Cookie:
      name=bamboo.build.groupby.type value=AUTO version=0 path=null domain=null
      comment=null maxAge=-1 secure=false]
      [Winstone 2007/03/18 15:16:52] - Found cookie: [Cookie: name=BAMBOO-LOG-REFRESH
      value=1 version=0 path=null domain=null comment=null maxAge=-1 secure=false]
      [Winstone 2007/03/18 15:16:52] - Found cookie: [Cookie:
      name=BAMBOO-MAX-DISPLAY-LINES value=10 version=0 path=null domain=null
      comment=null maxAge=-1 secure=false]
      [Winstone 2007/03/18 15:16:52] - Starting request on host:[default] with id:
      1174187812004
      [Winstone 2007/03/18 15:16:52] - URL Match - path: /job/Job%20Spaces/configure
      [Winstone 2007/03/18 15:16:52] - No cached filter chain available. Calculating
      for cacheKey=REQUEST:URI:/job/Job%20Spaces/configure
      [Winstone 2007/03/18 15:16:52] - Processing with RD: Stapler
      [Winstone 2007/03/18 15:16:52] - FORWARD: servlet=Stapler,
      path=/job/Job%20Spaces/configure
      [Winstone 2007/03/18 15:16:52] - Resetting buffer - discarding 0 bytes
      [Winstone 2007/03/18 15:16:52] - Starting authentication check
      [Winstone 2007/03/18 15:16:52] - Evaluating security constraint: Security
      Constraint #0
      [Winstone 2007/03/18 15:16:52] - Passed authentication check
      [Winstone 2007/03/18 15:16:52] - Sending error message to browser: code 404,
      message: null
      [Winstone 2007/03/18 15:16:52] - No cached filter chain available. Calculating
      for cacheKey=ERROR:Servlet:winstoneErrorServlet
      [Winstone 2007/03/18 15:16:52] - FORWARD: servlet=winstoneErrorServlet, path=null
      [Winstone 2007/03/18 15:16:52] - Resetting buffer - discarding 0 bytes
      [Winstone 2007/03/18 15:16:52] - Called ServletResponse.getWriter()
      [Winstone 2007/03/18 15:16:52] - Headers prepared for writing: [Server: Winstone
      Servlet Engine v0.9.6, Content-Length: 263, Connection: Keep-Alive,
      Content-Type: text/html;charset=ISO-8859-1, Date: Sun, 18 Mar 2007 03:16:52 GMT,
      X-Powered-By: Servlet/2.4 (Winstone/0.8)]
      [Winstone 2007/03/18 15:16:52] - Committing response body
      [Winstone 2007/03/18 15:16:52] - Response: HTTP/1.1 404
      [Winstone 2007/03/18 15:16:52] - Header: Server: Winstone Servlet Engine v0.9.6
      [Winstone 2007/03/18 15:16:52] - Header: Content-Length: 263
      [Winstone 2007/03/18 15:16:52] - Header: Connection: Keep-Alive
      [Winstone 2007/03/18 15:16:52] - Header: Content-Type: text/html;charset=ISO-8859-1
      [Winstone 2007/03/18 15:16:52] - Header: Date: Sun, 18 Mar 2007 03:16:52 GMT
      [Winstone 2007/03/18 15:16:52] - Header: X-Powered-By: Servlet/2.4 (Winstone/0.8)
      [Winstone 2007/03/18 15:16:52] - Written 263 bytes to response body
      [Winstone 2007/03/18 15:16:52] - ServletOutputStream flushed
      [Winstone 2007/03/18 15:16:52] - Written 263 bytes to response body
      [Winstone 2007/03/18 15:16:52] - ServletOutputStream flushed
      [Winstone 2007/03/18 15:16:52] - Written 263 bytes to response body
      [Winstone 2007/03/18 15:16:52] - ServletOutputStream flushed
      [Winstone 2007/03/18 15:16:52] - Written 263 bytes to response body
      [Winstone 2007/03/18 15:16:52] - ServletOutputStream flushed
      [Winstone 2007/03/18 15:16:52] - Written 263 bytes to response body
      [Winstone 2007/03/18 15:16:52] - ServletOutputStream flushed
      [Winstone 2007/03/18 15:16:52] - Written 263 bytes to response body
      [Winstone 2007/03/18 15:16:52] - ServletOutputStream flushed
      [Winstone 2007/03/18 15:16:52] - Written 263 bytes to response body
      [Winstone 2007/03/18 15:16:52] - ServletOutputStream flushed
      [Winstone 2007/03/18 15:16:52] - Written 263 bytes to response body
      [Winstone 2007/03/18 15:16:52] - Finishing request id: 1174187812004
      [Winstone 2007/03/18 15:16:52] - ReqPool: Request released - available: 10
      [Winstone 2007/03/18 15:16:52] - RspPool: Response released - available: 10
      [Winstone 2007/03/18 15:16:52] - Processed complete request: headerParseTime=0ms
      totalTime=10ms path=/job/Job%20Spaces/configure
      [Winstone 2007/03/18 15:16:52] - Allocating request/response:
      RequestHandlerThread3
      [Winstone 2007/03/18 15:16:52] - ReqPool: Using pooled request - available: 9
      [Winstone 2007/03/18 15:16:52] - RspPool: Using pooled response - available: 9
      [Winstone 2007/03/18 15:16:52] - Parsing socket info
      [Winstone 2007/03/18 15:16:52] - Waiting for a URI line
      [Winstone 2007/03/18 15:16:58] - RHPool: Releasing handler thread - used: 0
      unused: 5
      [Winstone 2007/03/18 15:16:58] - Thread leaving wait state
      [Winstone 2007/03/18 15:16:58] - Exiting thread
      [Winstone 2007/03/18 15:16:58] - Stapler: destroy
      [Winstone 2007/03/18 15:16:58] - winstoneErrorServlet: destroy
      [Winstone 2007/03/18 15:16:58] - Thread leaving wait state
      [Winstone 2007/03/18 15:16:58] - Exiting thread
      [Winstone 2007/03/18 15:16:58] - Thread leaving wait state
      [Winstone 2007/03/18 15:16:58] - Exiting thread
      [Winstone 2007/03/18 15:16:58] - Thread leaving wait state
      [Winstone 2007/03/18 15:16:58] - Exiting thread
      [Winstone 2007/03/18 15:16:58] - Control thread shutdown successfully
      [Winstone 2007/03/18 15:16:58] - Winstone shutdown successfully

            Unassigned Unassigned
            talios talios
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: