Index: src/sunlabs/brazil/server/Request.java |
=================================================================== |
--- a/src/sunlabs/brazil/server/Request.java |
+++ b/src/sunlabs/brazil/server/Request.java |
@@ -468,7 +468,7 @@ |
* need to be modified. |
*/ |
public Socket sock; |
- protected HttpInputStream in; |
+ public HttpInputStream in; |
/** |
* A set of properties local to this request. The property is wrapped |