Bug 392275 - Slave shall be able to act like a HTTP server.
Summary: Slave shall be able to act like a HTTP server.
Status: NEW
Alias: None
Product: Hudson
Classification: Technology
Component: Core (show other bugs)
Version: 3.0.0   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Winston Prakash CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-17 21:28 EDT by Winston Prakash CLA
Modified: 2012-10-17 21:28 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Winston Prakash CLA 2012-10-17 21:28:54 EDT
This is an addition to #3924
The nicest solution for the problem reported in #3924 if the slave could act
like a dumb http server and the artifacts generated on slave does not have to
travel at all, but let the slave serve them via http on request. I gurss the
JDK's own mini http server would be enough for this task.