Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 1.2.0
-
Fix Version/s: 1.2.0
-
Component/s: trails-core
-
Labels:None
-
Environment:XP Pro, apache-maven-2.0.8, eclipse-3.3.1.1, jre-1.5.0_14, ognl-2.7.3-SNAPSHOT, tapestry-4.1.6-SNAPSHOT , MySQL-5.0.45
-
Patch Submitted:Yes
-
Number of attachments :
Description
BlobDownloadService not unsqueezing data
In the service method, blobID is not being unsqueezed by the tapestry DataSqueezer like it should.
Therefore, images are not rendered properly.
Here is the patch
String blobID = (String)
dataSqueezer.unsqueeze(cycle.getParameter(BLOBID_PARAMETER_NAME));