You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Browse to a jcr:content node
2. Click on the jcr:data property in the property tab to download
What is the expected output? What do you see instead?
Bug - Get a blank page (completely empty) with the URL pointing to the
BinaryServlet in the URL
Expected to see the file downloaded / opened
The URL is like this:
http://localhost:8080/jackrabbitexplorer/BinaryServlet?path=/mysys:pubs/path/to/
content/id64D104D807654D5A81CB97FF638BD7EA/mysys:pubs-documents/myPdfFile.pdf/jc
r:content/jcr:data&rmiUrl=local&workSpace=default&mimeType=application/pdf
What version of the product are you using? On what operating system?
- 1.1
- On XP SP3
- GWT 2.2.0
Please provide any additional information below.
- I'm connecting using jnp via a content lookup - not sure if this is related
Thanks,
Carl
Original issue reported on code.google.com by [email protected] on 6 May 2011 at 6:42
The text was updated successfully, but these errors were encountered:
This should not require WebDAV as the BinaryServlet opens a new session in the
repository.
The parameter rmiUrl (rmiUrl=local) in the above URL may not be valid. This may
be related to JNP but will require further investigation with a jBoss
environment.
Original issue reported on code.google.com by
[email protected]
on 6 May 2011 at 6:42The text was updated successfully, but these errors were encountered: