Branch: refs/heads/master
Home:
https://github.com/gatein/gatein-wsrp
Commit: 7a589e55676302d388ff66f0691f3fbdb4492f21
https://github.com/gatein/gatein-wsrp/commit/7a589e55676302d388ff66f0691f...
Author: mwringe <mwringe(a)redhat.com>
Date: 2012-11-01 (Thu, 01 Nov 2012)
Changed paths:
M consumer/src/main/java/org/gatein/wsrp/consumer/handlers/ActionHandler.java
M consumer/src/main/java/org/gatein/wsrp/consumer/handlers/ResourceHandler.java
Log Message:
-----------
GTNWSRP-323: Update the ResourceHandler to retrieve content from multipart content.
Currently this was only being applied to Actions and not Resources.
Commit: 0a5308d59403b39162fadcea88073bae4d44f67c
https://github.com/gatein/gatein-wsrp/commit/0a5308d59403b39162fadcea8807...
Author: mwringe <mwringe(a)redhat.com>
Date: 2012-11-01 (Thu, 01 Nov 2012)
Changed paths:
M
producer/src/main/java/org/gatein/wsrp/producer/handlers/processors/WSRPRequestContext.java
Log Message:
-----------
GTNWSRP-323:
- Property retrieve form parameters from multipart content on the producer
- Return an already created inputstream or reader instead of creating a new one each time.
This prevents problems when clients call getReader().read() to read the content.
Commit: d6806b823ddf3747099852c80b13d371e003bcc6
https://github.com/gatein/gatein-wsrp/commit/d6806b823ddf3747099852c80b13...
Author: mwringe <mwringe(a)redhat.com>
Date: 2012-11-01 (Thu, 01 Nov 2012)
Changed paths:
M wsrp-producer-war/src/test/java/org/gatein/wsrp/portlet/ResourcePortlet.java
M wsrp-producer-war/src/test/java/org/gatein/wsrp/producer/WSRPProducerBaseTest.java
M wsrp-producer-war/src/test/java/org/gatein/wsrp/protocol/v2/MarkupTestCase.java
M
wsrp-producer-war/src/test/java/org/gatein/wsrp/protocol/v2/NeedPortletHandleTest.java
Log Message:
-----------
GTNWSRP-323: Create tests for file upload
Commit: e045a7bcff89222170cea7974d2ad8b53ae04b6f
https://github.com/gatein/gatein-wsrp/commit/e045a7bcff89222170cea7974d2a...
Author: mwringe <mwringe(a)redhat.com>
Date: 2012-11-01 (Thu, 01 Nov 2012)
Changed paths:
M consumer/src/main/java/org/gatein/wsrp/consumer/handlers/ActionHandler.java
A consumer/src/main/java/org/gatein/wsrp/consumer/handlers/MultiPartUtil.java
M consumer/src/main/java/org/gatein/wsrp/consumer/handlers/ResourceHandler.java
Log Message:
-----------
GTNWSRP-323: Create util class to use common code for handling file uploads
Compare:
https://github.com/gatein/gatein-wsrp/compare/2a218223f39a...e045a7bcff89