Re: version creation using httpclient

2011-09-13 Thread Julian Reschke
On 2011-09-12 13:27, Parvez Ahmad wrote: Sir, My best regards. I am fan of jackrabbit team and make my living by use of your invention-- jackrabbit. I am struggling to create version for a file from last 15 days. Version is getting created but I am unable to retrieve the version labels using cod

Re: version creation using httpclient

2011-09-29 Thread Julian Reschke
On 2011-09-29 13:38, parvez12 wrote: Hi, Does any body know how to create a named version using webdav in jackrabbit/sling. I am have been struggling on it for a month. The project committers even do not know what is the exact way to do it. I my self have 12 years software development .Pleas if y

Re: version creation using httpclient

2011-09-29 Thread Julian Reschke
On 2011-09-29 17:23, parvez12 wrote: Yes i tried that but do not know how to pass label name_set property to htttpropmethod/propertypatch of jackrabbit Then by all means show us the code that you have, and ask a more concrete question. Best regards, Julian

Re: Observing Custom Node Types

2011-11-20 Thread Julian Reschke
On 2011-11-20 08:29, Hylton Peimer wrote: I created a custom node type and am trying to observe events on nodes of this type. workspace.getObservationManager().addEventListener(this, Event.NODE_ADDED|Event.NODE_REMOVED, "/root", true,

Re: version creation using httpclient

2011-11-21 Thread Julian Reschke
On 2011-11-19 06:54, Parvez Ahmad wrote: It is sad to see that those how created jackrabbit and sling do not know how to create a version using webdav. Really too bad thing for open source Angela answered your question two months ago: the version label is exposed in the DAV:label-name-set prop

Re: locking and webdav

2012-01-10 Thread Julian Reschke
On 2012-01-10 11:34, David Buchmann wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hi, while implementing locking for the phpcr implementation jackalope that talks with the jackrabbit davex backend, we tried to understand locking in jackrabbit. but the following code does what we would ex

Re: Question about event ordering

2012-02-06 Thread Julian Reschke
On 2012-02-06 21:01, Ingomar Otter wrote: Hello, I am currently building a simple replication between two Jackrabbit instances. I've started off using (synchronous) Observers/Events but I am facing some challenges due to the (intresting?) event order. E.g. I add a file (using webdav) I see the

Re: Question about event ordering

2012-02-07 Thread Julian Reschke
On 2012-02-06 21:01, Ingomar Otter wrote: Hello, I am currently building a simple replication between two Jackrabbit instances. I've started off using (synchronous) Observers/Events but I am facing some challenges due to the (intresting?) event order. E.g. I add a file (using webdav) I see the

Re: LockManagerImpl.java:813 Bad lock token: Bad check digit. Token [..]

2012-02-10 Thread Julian Reschke
On 2012-02-10 09:24, Lukas Kahwe Smith wrote: Hi, Our logs are filling up with "LockManagerImpl.java:813 Bad lock token: Bad check digit. Token [..]". Is this cause for concern? How can this be avoided? We are using MySQL for persistence with mostly full versioning on nodes via PHPCR (aka Dave

Re: LockManagerImpl.java:813 Bad lock token: Bad check digit. Token [..]

2012-02-10 Thread Julian Reschke
On 2012-02-10 09:42, Lukas Kahwe Smith wrote: On Feb 10, 2012, at 09:39 , Julian Reschke wrote: On 2012-02-10 09:24, Lukas Kahwe Smith wrote: Hi, Our logs are filling up with "LockManagerImpl.java:813 Bad lock token: Bad check digit. Token [..]". Is this cause for concern? How c

Re: LockManagerImpl.java:813 Bad lock token: Bad check digit. Token [..]

2012-02-10 Thread Julian Reschke
On 2012-02-10 12:23, Jukka Zitting wrote: Hi, On Fri, Feb 10, 2012 at 9:54 AM, Julian Reschke wrote: Should we port *every* fix back? (not a rhetorical question). Only those that people are asking for (or that we can assume people to run into). Additionally, we should ideally only backport

Re: LockManagerImpl.java:813 Bad lock token: Bad check digit. Token [..]

2012-02-10 Thread Julian Reschke
On 2012-02-10 14:08, Jukka Zitting wrote: Hi, On Fri, Feb 10, 2012 at 1:04 PM, Julian Reschke wrote: On 2012-02-10 12:23, Jukka Zitting wrote: That said, the "Bad check digit" issue sounds like something that shouldn't have happened even before JCR-3209. Does it only occur

Re: Node naming

2012-02-17 Thread Julian Reschke
On 2012-02-17 18:02, msl...@email.cz wrote: Hello, I just realized following behaviour in node naming when I use the same node name for children. Say I have 2 nodes with the same name. Then Jackrabbit uses following path to distinguish them: /path/node and /path/node[1]. If I delete first nod

Re: Wrong Content-Type when uploading via Webdav

2012-02-21 Thread Julian Reschke
On 2012-02-21 11:31, Subscriber wrote: Hi all, I found the cause and would like to post my findings: The problem seems to be caused by the way Jetty and Jackrabbit interoperates with each other conditioned by a peculiarity of the MAC OS Webdav client: 0) Jetty resuses the request input-stream

Re: SQL2 doesn't work with own custom node type

2012-03-22 Thread Julian Reschke
On 2012-03-21 16:22, Antonio Gioia wrote: Hi to all, I tried the follow query : String sql = "select * from [my:type]"; Query query = qm.createQuery(sql, Query.JCR_SQL2); and query.execute() throws the follow exception Exception in thread "main" java.lang.IllegalArgumentException: null argume

Re: Problem retrieving NodeId (SPI)

2012-04-19 Thread Julian Reschke
On 2012-04-18 16:53, Gonzalo Vasquez wrote: I'm trying to use the org.apache.jackrabbit.spi.Batch class methods provided by the SPI package (jackrabbit-spi-2.4.1.jar), but I'm having trouble discovering how to get the NodeId param as the one it needs is from the spi package, not from the core one

Re: node.getNodes() different results to NodeState.getChildNodeEntry

2012-05-10 Thread Julian Reschke
On 2012-05-10 13:39, Peter Fry wrote: I am trying to debug why a node can't be added to a parent. I'm getting a ItemExistsException at line 1281 of NodeImpl i.e. in NodeState thisState = data.getNodeState(); ChildNodeEntry cne = thisState.getChildNodeEntry(nodeName, 1);

Re: Files on the filesystem?

2012-06-07 Thread Julian Reschke
On 2012-06-07 10:48, Rob Bone wrote: Hi guys, I am new to JCR and Jackrabbit so please forgive my ignorance, but I have created a test project and I am using Jackrabbit with a FileSystem persistence manager, and it appears to store the data in binary files on the filesystem, correct? But can i

Re: [ANNOUNCE] Apache Jackrabbit 2.4.2 released

2012-06-11 Thread Julian Reschke
On 2012-06-11 12:13, Alex Parvulescu wrote: The Apache Jackrabbit community is pleased to announce the release of Apache Jackrabbit 2.4.2. The release is available for download at: http://jackrabbit.apache.org/downloads.html See the full release notes below for details about this release. ...

Re: Special characters in JCR Node names

2012-06-28 Thread Julian Reschke
On 2012-06-28 09:57, Stefan Guggisberg wrote: On Wed, Jun 27, 2012 at 10:37 PM, juser wrote: Does anyone know the list of special characters not allowed in Jackrabbit node names? For example, when we use a node name like {}*|[]:/ all the characters except {} are escaped. {m is not accepted a

Re: File saving path in the file system

2012-09-07 Thread Julian Reschke
On 2012-09-06 16:56, Dilupa Munindradasa wrote: Hi Everyone, I started using and evaluating jackrabbit today and have very noob question. Is it possible to specify or customize the physical path of where content is saved in the local file system. for example.i have a file saved under "/btm:repos

Re: Attempting to use RFC 5323 to search jackrabbit WEBDAV repository, but getting HTTP 405 response

2012-10-11 Thread Julian Reschke
On 2012-10-11 08:20, Peter Ross wrote: Hi, I'm trying to search a jackrabbit 2.4.1 repository using RFC 5323 commands. According to jackrabbit supports this mode of use. ... AFAIK, Jackrabbit does not support DAV:basicsearch (but t

Re: Attempting to use RFC 5323 to search jackrabbit WEBDAV repository, but getting HTTP 405 response

2012-10-12 Thread Julian Reschke
On 2012-10-12 00:44, Peter Ross wrote: On 11 October 2012 20:42, Julian Reschke wrote: On 2012-10-11 08:20, Peter Ross wrote: Hi, I'm trying to search a jackrabbit 2.4.1 repository using RFC 5323 commands. According to <http://jackrabbit.apache.org/jackrabbit-webdav-libr

Re: Node property type constraints violated when setting strings

2012-11-02 Thread Julian Reschke
On 2012-11-02 14:57, Jessi Abrahams wrote: Hi Michael, Thanks for your response. Based on that spec I would expect that if I tried to assign a value of "abc" then the property would end up being set to false (based on how Java converts strings to booleans). However what I am seeing is the proper

Re: NPE from within node.getNodes()

2013-02-05 Thread Julian Reschke
On 2013-02-04 19:30, Jan Haderka wrote: Another bit of info on this issue - if I call session.save() prior trying to get the child nodes, I end up with: javax.jcr.InvalidItemStateException: Unable to update a stale item: item.save() at org.apache.jackrabbit.core.ItemSaveOperation.perf

Re: Node reference URL/file path in WebDav

2013-02-12 Thread Julian Reschke
On 2013-02-12 16:40, katsu wrote: Hello, I have the following problem. I am accessing jackrabbit repository via Webdav. Now I would like to add a file node which the content (data) should point to a locally saved file path/URL. E.g. Node fileNode = parentnode.addNode(abc.jpg, "nt:file"); Node r

Re: java 5 compatibility

2013-02-18 Thread Julian Reschke
On 2013-02-15 20:59, mmjose26 wrote: Hi, Is It possible use JR 2.6.0 with application server that uses java 5 as JVM ? I'm interesting on some Dead Lock bug fixes not present in JR 2.4.3 Tanks! AFAIR, there are code parts that require JRE 1.6 features, so the answer would be "no". Best re

Re: WebDav Jackrabbit retrieve remote file content by URL

2013-04-09 Thread Julian Reschke
On 2013-04-04 10:41, Bertrand Delacretaz wrote: Hi, On Wed, Apr 3, 2013 at 5:04 PM, Antonio Gioia wrote: ...I'd like to add some "link" to files stored in a remote storage, I don't wont import the files present in this remote storage in my jackrabbit repository. So, I was thinking still to use

Re: An org.w3c.dom implementation wrapping a JCR repository to leverage XPath, XSLT, JAXB, and many other higher-level DOM-based APIs

2013-04-11 Thread Julian Reschke
On 2013-04-10 10:25, Lukas Eder wrote: Hello, JCR shares many features with XML. It also supports exporting / importing JCR data in XML format, following rules defined in the JCR specs. However, it does so at a very low level without leveraging popular standard APIs, such as org.w3c.dom. I have

Re: An org.w3c.dom implementation wrapping a JCR repository to leverage XPath, XSLT, JAXB, and many other higher-level DOM-based APIs

2013-04-11 Thread Julian Reschke
On 2013-04-11 17:30, Lukas Eder wrote: 2013/4/11 Julian Reschke On 2013-04-10 10:25, Lukas Eder wrote: Hello, JCR shares many features with XML. It also supports exporting / importing JCR data in XML format, following rules defined in the JCR specs. However, it does so at a very low level

Re: no space left on device-exception by Property.getStream()

2013-04-12 Thread Julian Reschke
On 2013-04-12 16:24, Stefan Guggisberg wrote: On Fri, Apr 12, 2013 at 3:29 PM, Ulrich wrote: Retrieving data is completely sequential, no concurrent processing at all. I changed the code to session.logout() and session.connect() after every step, this didn't help. So the code works like this:

Re: no space left on device-exception by Property.getStream()

2013-04-12 Thread Julian Reschke
On 2013-04-12 17:07, Stefan Guggisberg wrote: ... But why don't we purge the transient file once it's not needed anymore? because determining whether it's not needed anymore is the tricky part. and that's one thing the jvm's garbage collection is pretty good at. Maybe I'm missing something,

Re: no space left on device-exception by Property.getStream()

2013-04-12 Thread Julian Reschke
On 2013-04-12 00:21, Ulrich wrote: While retrieving lots of data in a loop from several nt:file nodes I always get a "no space left on device"-exception. The code is: Node filenode = Node.getNode("jcr:content"); Property jcrdata = filenode.getProperty("jcr:data"); InputStream is = jcrdata.getBin

Re: no space left on device-exception by Property.getStream()

2013-04-12 Thread Julian Reschke
On 2013-04-12 18:22, Ulrich wrote: Yes, doesn't help either. Sure? I had the impression that the code tries to delete the temp file in that case.

Re: no space left on device-exception by Property.getStream()

2013-04-13 Thread Julian Reschke
On 2013-04-12 22:54, Ulrich wrote: I've added the statement after your mail, I splitted the getStream() to: Binary filebin = jcrdata.getBinary(); InputStream file = filebin.getStream(); file.close(); filebin.dispose(); And as I said, it makes no difference. But anyway, many thanks for the hint,

Re: Issue with node with double byte space

2013-04-23 Thread Julian Reschke
On 2013-04-23 13:36, Abhinav Mathur wrote: > Hi, > > When I try to create a node with double byte space I get following error > > Exception in thread "main" javax.jcr.RepositoryException: Failed to resolve > path 2byte space.jpg relative to node / > at > org.apache.jackrabbit.core.sessi

Re: Issue with node with double byte space

2013-04-23 Thread Julian Reschke
On 2013-04-23 14:50, Abhinav Mathur wrote: > Yes it is intended. My question is , Is this supported? > ... My gut feeling is that this is a bug. I don't believe the JCR API disallows this kind of whitespace. Please open a bug in Jira, including a test case. Best regards, Julian

Re: AW: Issue with node with double byte space

2013-04-23 Thread Julian Reschke
On 2013-04-23 16:15, Cech. Ulrich wrote: As described in the JCR 2.0 specification, only the following characters are disallowed: "/", ":", "[", "]", "|", "*" Plus the ones disallowed in XML names. so I think, any other character should be allowed. Yes. But we replace whitespaces (" ")

Re: Jackrabbit Webdav tutorial

2013-05-02 Thread Julian Reschke
On 2013-05-02 14:00, Hadas Vogel wrote: Hi, I've recently started using Jackrabbit's JCR API. However, I'd like to start using Jackrabbit's webdav instead. Could you please recommend a tutorial which explains how to use it? I'm looking for something equivalent to this example (http://jackrabb

Re: URL2FILE.EXE --> Required help

2013-06-10 Thread Julian Reschke
Wrong mailing list? Best regards, Julian

Re: Resultless XPath Queries

2013-07-17 Thread Julian Reschke
On 2013-07-17 13:47, Sebastian Lindstaedt wrote: Hi, I'm migrating an Jackrabbit Application from JBoss EAP 5 to JBoss EAP 6 (aka. JBoss 7.1.3.Final-redheat-4). The Migration of Jackrabbit (from 1.5-jca to 2.5.3-jca) causes a bit of trouble with XPath Queries. To get jackrabbit-jca-2.5.3.rar

Re: Setting up SOAP services to run on top of jackrabbit

2013-07-24 Thread Julian Reschke
On 2013-07-24 16:34, crm6360 wrote: Hi Bertrand, There are some similarities, but the "15 minute" Sling tutorial suggests that it is predominantly script-driven with HTTP command-line statements. My project requires that we integrate the JCR calls into an existing RCP plugin-based application.

Re: Slow performance on parsing stream

2013-09-02 Thread Julian Reschke
On 2013-08-30 09:22, Thomas Saxtoft wrote: In our current setup we are calling DavMethodBase. getResponseException() and the call takes around 20 secs to terminate. I have debugged the code and found the DomUtil.parseDocument makes a call to a DocumentBuilder.parse() which is the one that takes t

Re: using the webDAV component

2013-10-14 Thread Julian Reschke
On 2013-10-12 13:03, Christoph Läubrich wrote: Last time I tried using WebDav it was not very stable (e.g. not working with every client) and it was not that easy to set it up "from scratch" "stable" and "working with every client" are two very different things. Out of curiosity: what was the

Re: Evaluating jackrabbit use for media content

2013-10-15 Thread Julian Reschke
On 2013-10-15 11:33, Santiago Gala wrote: On Mon, Oct 14, 2013 at 9:33 AM, Marcel Reutegger wrote: Hi, So I guess there are at least three components involved: * The backend JCR repository * The webdav access to it via jetty * The client library in my program side. I was thinking that webda

Re: using the webDAV component

2013-10-16 Thread Julian Reschke
On 2013-10-15 15:50, Christoph Läubrich wrote: > "stable" and "working with every client" are two very different things. You are right, sorry for using inadequate wording :-) > Out of curiosity: what was the problem that you encountered? I wasn't able to mount the WebDav neither under Linux

Re: using the webDAV component

2013-10-16 Thread Julian Reschke
On 2013-10-16 12:15, Christoph Läubrich wrote: Hi Julian, I just can tell my experience. I'm using Apache SVN Webdav module and that is working with linux, windows and "standard" Webbrowsers. So I can assume tha there ARE ways of handling this compfortable and reliable for users that don't care

Re: Evaluating jackrabbit use for media content

2013-10-28 Thread Julian Reschke
On 2013-10-24 17:02, Santiago Gala wrote: On Thu, Oct 24, 2013 at 12:24 AM, Alexander Klimetschek wrote: On 23.10.2013, at 08:00, Santiago Gala wrote: With this caveat, multi byterange support does not look like it is working. My second test: $ curl -v -u admin:admin -H "Range: bytes=0-20,

Re: Accessing the version history of a deleted node

2014-01-15 Thread Julian Reschke
On 2014-01-15 20:45, Michael Wechner wrote: Hi I have reading http://www.day.com/specs/jcr/2.0/15_Versioning.html but it's not really clear to me whether it is possible to access the version history of a deleted node? Let's say I am creating a node at /foo/bar/hello-world.txt and edit the c

Re: Accessing the version history of a deleted node

2014-01-16 Thread Julian Reschke
On 2014-01-16 09:38, Michael Wechner wrote: Hi Julian thanks very much for your feedback. Please see my comments and questions inline below Am 15.01.14 21:37, schrieb Julian Reschke: On 2014-01-15 20:45, Michael Wechner wrote: Hi I have reading http://www.day.com/specs/jcr/2.0

Re: Cleaning up version history

2014-06-26 Thread Julian Reschke
On 2014-06-20 17:34, Rakesh Vidyadharan wrote: Hello all, We are using JackRabbit 2.4.3 through Magnolia CMS. Our users had used the documents workspace provided by Magnolia to upload large media files (movies, audio), some of which are over 100mb. We migrated all that content away from Mag

Re: getSize() == -1 with oak

2014-07-24 Thread Julian Reschke
On 2014-07-24 16:40, Thomas Mueller wrote: Hi, I believe the JCR API specification allows to return -1 in all cases. The specification doesn't say -1 must not be returned if you use "order by". If you relied on that, then you have relied on an implementation detail. Indeed. Why I need to kno

Re: Depricated methods in documentation

2014-09-01 Thread Julian Reschke
On 2014-08-30 14:34, Thomas Zastrow wrote: Dear all, I'm fairly new to Jackrabbit and tried to find my way through the documentation. On the page about Node Types (http://jackrabbit.apache.org/node-types.html), there is example code which utilizes org.apache.jackrabbit.api.JackrabbitNodeTypeMan

Re: Handling webdav DELETE request

2015-05-29 Thread Julian Reschke
On 2015-05-29 12:23, Satya Deep Maheshwari wrote: I have logged JCR-3884 to track this. Have also added a proposed solution in it. Please take a look. Regards Satya Deep It would be helpful to understand *why* you need application-specific logi

Re: Jackrabbit Oak: DocumentStoreException- blob expected: value

2016-02-03 Thread Julian Reschke
On 2016-02-03 14:27, smg11 wrote: Hi I am getting DocumentStoreExcpetion very frequently and inconsistently. Back end is Mongo/RDB. Stack trace is attached below. How to correct the repository? Any tool/steps/process available to recover? Awaiting for earlier response. stack trace : org.apache

Re: Jackrabbit Oak: DocumentStoreException- blob expected: value

2016-02-03 Thread Julian Reschke
On 2016-02-03 16:01, smg11 wrote: I am getting this exception for both MongoDb and SQL Server DB. I am using jackrabbit oak 1.0.17 It uses lucene indexing also asynchronously. Somehow Repository got corrupted may be due to abrupt shutdown of the web server and showing DocumentStoreException wh

Re: Jackrabbit Oak: DocumentStoreException- blob expected: value

2016-02-03 Thread Julian Reschke
On 2016-02-04 06:09, smg11 wrote: Thanks for the suggestion Julian. Fine, we will try with mongoDb in production and latest oak version 1.3.x series. Which is the stable oak version currently? The latest stable versions are currently on the 1.2 branch; see

RDBDocumentStore bug in stable Oak release 1.2.11

2016-02-16 Thread Julian Reschke
Hi, yesterday we found that the RDBDocumentStore in Oak 1.2.11 has a bug which will cause entries in the "journal" collection to continuously grow, eventually causing OutOfMemory errors. The bug is fixed now (see and

Re: Sharing Node

2016-03-08 Thread Julian Reschke
On 2016-03-05 10:04, techie2k wrote: I want to share existing node to another node(without creating copy) Tried cloning from workspace, it tries to create another node, but I need only a reference on other node, so that if I make any modification on 'Document node' will reflect on all other sha

Re: Current status of the Jackrabbit WebDAV ACL

2016-04-28 Thread Julian Reschke
On 2016-04-28 15:39, Ankush Mishra wrote: I was wondering about the current status of implementation of jackrabbit-webdav's Access Control Protocol, till what extent has it been implemented? Is it complete? Ankush As far as I recall, it's not implemented at all. Best regards, Julian

[ANNOUNCE] Apache Jackrabbit 2.13.0 released

2016-07-10 Thread Julian Reschke
The Apache Jackrabbit community is pleased to announce the release of Apache Jackrabbit 2.13.0 The release is available for download at: http://jackrabbit.apache.org/downloads.html See the full release notes below for details about this release: Release Notes -- Apache Jackrabbit -- Version

[ANNOUNCE] Apache Jackrabbit 2.13.1 released

2016-07-15 Thread Julian Reschke
The Apache Jackrabbit community is pleased to announce the release of Apache Jackrabbit 2.13.1. The release is available for download at: http://jackrabbit.apache.org/downloads.html See the full release notes below for details about this release: Release Notes -- Apache Jackrabbit -- Versio

[ANNOUNCE] Apache Jackrabbit 2.8.2 released

2016-07-15 Thread Julian Reschke
The Apache Jackrabbit community is pleased to announce the release of Apache Jackrabbit 2.8.2. The release is available for download at: http://jackrabbit.apache.org/downloads.html See the full release notes below for details about this release: Release Notes -- Apache Jackrabbit -- Versio

[ANNOUNCE] Apache Jackrabbit 2.12.2 released

2016-09-05 Thread Julian Reschke
The Apache Jackrabbit community is pleased to announce the release of Apache Jackrabbit 2.12.4. The release is available for download at: http://jackrabbit.apache.org/downloads.html See the full release notes below for details about this release: Release Notes -- Apache Jackrabbit -- Versi

[ANNOUNCE] Apache Jackrabbit 2.12.4 released

2016-09-05 Thread Julian Reschke
(subject line which had the wrong version number fixed - sorry for the noise) The Apache Jackrabbit community is pleased to announce the release of Apache Jackrabbit 2.12.4. The release is available for download at: http://jackrabbit.apache.org/downloads.html See the full release notes b

[ANNOUNCE] Apache Jackrabbit 2.10.4 released

2016-09-09 Thread Julian Reschke
The Apache Jackrabbit community is pleased to announce the release of Apache Jackrabbit 2.10.4. The release is available for download at: http://jackrabbit.apache.org/downloads.html See the full release notes below for details about this release: Release Notes -- Apache Jackrabbit -- Versi

CVE-2016-6801: CSRF in Jackrabbit-Webdav using empty content-type

2016-09-14 Thread Julian Reschke
CVE-2016-6801: CSRF in Jackrabbit-Webdav using empty content-type Severity: Important Vendor: The Apache Software Foundation Versions Affected: Apache Jackrabbit 2.4.5 Apache Jackrabbit 2.6.5 Apache Jackrabbit 2.8.2 Apache Jackrabbit 2.10.3 Apache Jackrabbit 2.12.3 Apache Jackrabbit 2.13.2 Des

Re: CVE-2016-6801: CSRF in Jackrabbit-Webdav using empty content-type

2016-09-14 Thread Julian Reschke
and 2.6. Best regards, Julian On 2016-09-14 14:34, Julian Reschke wrote: CVE-2016-6801: CSRF in Jackrabbit-Webdav using empty content-type Severity: Important Vendor: The Apache Software Foundation Versions Affected: Apache Jackrabbit 2.4.5 Apache Jackrabbit 2.6.5 Apache Jackrabbit 2.8.2 Ap

[ANNOUNCE] Apache Jackrabbit 2.8.3 released

2016-09-15 Thread Julian Reschke
The Apache Jackrabbit community is pleased to announce the release of Apache Jackrabbit 2.8.3. The release is available for download at: http://jackrabbit.apache.org/downloads.html See the full release notes below for details about this release: Release Notes -- Apache Jackrabbit -- Versio

[ANNOUNCE] Apache Jackrabbit 2.6.6 released

2016-09-17 Thread Julian Reschke
The Apache Jackrabbit community is pleased to announce the release of Apache Jackrabbit 2.6.6. The release is available for download at: http://jackrabbit.apache.org/downloads.html See the full release notes below for details about this release: Release Notes -- Apache Jackrabbit -- Versio

[ANNOUNCE] Apache Jackrabbit 2.4.6 released

2016-09-22 Thread Julian Reschke
The Apache Jackrabbit community is pleased to announce the release of Apache Jackrabbit 2.4.6. The release is available for download at: http://jackrabbit.apache.org/downloads.html See the full release notes below for details about this release: Release Notes -- Apache Jackrabbit -- Versio

[ANNOUNCE] Apache Jackrabbit 2.6.7 released

2016-09-26 Thread Julian Reschke
The Apache Jackrabbit community is pleased to announce the release of Apache Jackrabbit 2.6.7. The release is available for download at: http://jackrabbit.apache.org/downloads.html See the full release notes below for details about this release: Release Notes -- Apache Jackrabbit -- Versio

[ANNOUNCE] Apache Jackrabbit 2.13.4 released

2016-10-10 Thread Julian Reschke
The Apache Jackrabbit community is pleased to announce the release of Apache Jackrabbit 2.13.4. The release is available for download at: http://jackrabbit.apache.org/downloads.html See the full release notes below for details about this release: Release Notes -- Apache Jackrabbit -- Versi

[ANNOUNCE] Plan for disruptive changes to Jackrabbit WebDAV library

2016-10-26 Thread Julian Reschke
Hi there, context: Summary: we want to get rid of our dependency of httpclient 3.* (), which as been end-of-lifed quite some time ago. This will affect our public API, which extends classes from it. The c

[ANNOUNCE] Apache Jackrabbit 2.12.5 released

2016-11-07 Thread Julian Reschke
The Apache Jackrabbit community is pleased to announce the release of Apache Jackrabbit 2.12.4. The release is available for download at: http://jackrabbit.apache.org/downloads.html See the full release notes below for details about this release: Release Notes -- Apache Jackrabbit -- Versi

Re: Jackalope fails with Jackrabbit since 2.12.4

2016-11-21 Thread Julian Reschke
Hi there, yes, this has probably to do with the CSRF related fixes. Jackrabbit hasn't got any support for CSRF tokens, so there's no point in trying that. The simplest possible thing that should work is adding a Referer header field (keep in mind that CSRF protection is about avoiding misbeh

Re: [ANNOUNCE] Plan for disruptive changes to Jackrabbit WebDAV library

2016-11-26 Thread Julian Reschke
On 2016-10-26 15:13, Julian Reschke wrote: Hi there, context: <https://issues.apache.org/jira/browse/JCR-2406> Summary: we want to get rid of our dependency of httpclient 3.* (<http://hc.apache.org/httpclient-3.x/>), which as been end-of-lifed quite some time ago. This will affec

[ANNOUNCE] Apache Jackrabbit 2.13.5 released

2016-12-07 Thread Julian Reschke
The Apache Jackrabbit community is pleased to announce the release of Apache Jackrabbit 2.13.5. The release is available for download at: http://jackrabbit.apache.org/downloads.html See the full release notes below for details about this release: Release Notes -- Apache Jackrabbit -- Versi

[ANNOUNCE] Apache Jackrabbit 2.13.6 released

2016-12-17 Thread Julian Reschke
The Apache Jackrabbit community is pleased to announce the release of Apache Jackrabbit 2.13.6. The release is available for download at: http://jackrabbit.apache.org/downloads.html See the full release notes below for details about this release: Release Notes -- Apache Jackrabbit -- Versi

[ANNOUNCE] Apache Jackrabbit 2.13.7 released

2016-12-22 Thread Julian Reschke
The Apache Jackrabbit community is pleased to announce the release of Apache Jackrabbit 2.13.7. The release is available for download at: http://jackrabbit.apache.org/downloads.html See the full release notes below for details about this release: Release Notes -- Apache Jackrabbit -- Versi

[ANNOUNCE] Apache Jackrabbit 2.14.0 released

2017-01-06 Thread Julian Reschke
The Apache Jackrabbit community is pleased to announce the release of Apache Jackrabbit 2.14.0 The release is available for download at: http://jackrabbit.apache.org/downloads.html See the full release notes below for details about this release: Release Notes -- Apache Jackrabbit -- Version

Jackrabbit releases (will they ever end?)

2017-01-12 Thread Julian Reschke
Hi there, with the branching of 2.14 and the releases of 2.14.0 (stable) and 2.15.0 (unstable), the release management work on the current branches is finished for now. We currently have way too many branches, and I'm looking forward to EOL at least 2.4 this spring. Of the currently mainta

[ANNOUNCE] Apache Jackrabbit 2.15.0 released

2017-01-12 Thread Julian Reschke
The Apache Jackrabbit community is pleased to announce the release of Apache Jackrabbit 2.15.0 The release is available for download at: http://jackrabbit.apache.org/downloads.html See the full release notes below for details about this release: Release Notes -- Apache Jackrabbit -- Version

[ANNOUNCE] Apache Jackrabbit 2.10.5 released

2017-01-19 Thread Julian Reschke
The Apache Jackrabbit community is pleased to announce the release of Apache Jackrabbit 2.10.5. The release is available for download at: http://jackrabbit.apache.org/downloads.html See the full release notes below for details about this release: Release Notes -- Apache Jackrabbit -- Versio

Re: Unable to perform operation. Node is checked-in.

2017-01-23 Thread Julian Reschke
On 2017-01-23 06:31, ravindar.singh wrote: Source: FileUpload.java Please check the code i am getting exception while saving the file. The particular path only throwing this error. Please suggest how to rectify this issue. T

Re: How to access a Jackrabbit Oak repository via WebDAV?

2017-01-23 Thread Julian Reschke
On 2017-01-23 13:07, mathiasconradt wrote: Why does the WebDAV implementation/behaviour of Jackrabbit2 and Oak differ so much? When I connect to a Jackrabbit2 repo via WebDAV, I see the files as binary content and can access the binary content, i.e. open a pdf directly from there. When connectin

Re: How to access a Jackrabbit Oak repository via WebDAV?

2017-01-23 Thread Julian Reschke
On 2017-01-23 14:18, mathiasconradt wrote: Hi Julian, thanks for the info. I will look further into it then to figure out where it's configured wrongly (sorry, new to Oak). FYI - regarding the Oak configuration: all I did was getting the latest sources from the git trunk (as of today) without d

[ANNOUNCE] Apache Jackrabbit 2.8.4 released

2017-01-26 Thread Julian Reschke
The Apache Jackrabbit community is pleased to announce the release of Apache Jackrabbit 2.8.4. The release is available for download at: http://jackrabbit.apache.org/downloads.html See the full release notes below for details about this release: Release Notes -- Apache Jackrabbit -- Version

[ANNOUNCE] Apache Jackrabbit 2.4.7 released

2017-02-02 Thread Julian Reschke
The Apache Jackrabbit community is pleased to announce the release of Apache Jackrabbit 2.4.7. The release is available for download at: http://jackrabbit.apache.org/downloads.html See the full release notes below for details about this release: Release Notes -- Apache Jackrabbit -- Version

[ANNOUNCE] Apache Jackrabbit 2.6.8 released

2017-02-09 Thread Julian Reschke
The Apache Jackrabbit community is pleased to announce the release of Apache Jackrabbit 2.6.8. The release is available for download at: http://jackrabbit.apache.org/downloads.html See the full release notes below for details about this release: Release Notes -- Apache Jackrabbit -- Version

[ANNOUNCE] Apache Jackrabbit 2.8.5 released

2017-02-23 Thread Julian Reschke
The Apache Jackrabbit community is pleased to announce the release of Apache Jackrabbit 2.8.5. The release is available for download at: http://jackrabbit.apache.org/downloads.html See the full release notes below for details about this release: Release Notes -- Apache Jackrabbit -- Version

Re: Webdav search question

2017-03-01 Thread Julian Reschke
On 2017-03-01 14:50, Mario Danic wrote: Hello folks, would appreciate a hand if you can help. I’ve noticed that Jackrabbit webdav module supports DAV search, so want to see if and how is it possible to implement an equivalent to the following: ... AFAIU, Jackrabbit supports the SEARCH method,

Re: No properties on REPORT response?

2017-03-06 Thread Julian Reschke
On 2017-03-06 22:04, Mario Danic wrote: Sorry, but it looks like I’ll have many questions over the coming days… curl -u username:pass -X REPORT http://xyz/nextcloud/remote.php/dav/files/mario/ --data 'http://owncloud.org/ns";>1http://owncloud.org/ns"/>http://owncloud.org/ns"/>http://owncloud.org

Re: No properties on REPORT response?

2017-03-07 Thread Julian Reschke
On 2017-03-07 10:31, Mario Danic wrote: I’m building my own document so it does not fail (I now do same for search, which works absolutely brilliant). ... What do you mean by "I'm building my own document"? The key question is: where's the implementation of the report "oc:filter-files"? It's

Re: DocumentStoreException

2017-03-07 Thread Julian Reschke
a) Oak version? (before/after) b) Persistence Mongo? c) Try with DEBUG logging on org.apache.jackrabbit.oak.plugins.document.ClusterNodeInfo Best regards, Julian On 2017-03-06 22:57, Peter Harrison wrote: After updating Oak a little while ago I began seeing the following error on startup.

Re: No properties on REPORT response?

2017-03-07 Thread Julian Reschke
, because the server reports all properly, as evidenced by Curl). Appreciate the help btw. On 7 March 2017 at 11:16:13, Julian Reschke (julian.resc...@gmx.de <mailto:julian.resc...@gmx.de>) wrote: On 2017-03-07 10:31, Mario Danic wrote: > I’m building my own document so it does not fail (I now

Re: No properties on REPORT response?

2017-03-07 Thread Julian Reschke
On 2017-03-07 15:14, Mario Danic wrote: Well, since the response is pretty basic and seems to be what MultiStatus should map to I would have assumed it’d map things properly? I still do not understand what you're trying to do. AFAIU, Jackrabbit has no clue what the "oc:filter-rules" REPORT

[ANNOUNCE] Apache Jackrabbit 2.15.1 released

2017-03-09 Thread Julian Reschke
The Apache Jackrabbit community is pleased to announce the release of Apache Jackrabbit 2.15.1. The release is available for download at: https://jackrabbit.apache.org/jcr/downloads.html#v2.15 See the full release notes below for details about this release: Release Notes -- Apache Jackrabbi

[ANNOUNCE] Apache Jackrabbit 2.12.7 released

2017-04-06 Thread Julian Reschke
The Apache Jackrabbit community is pleased to announce the release of Apache Jackrabbit 2.12.7. The release is available for download at: https://jackrabbit.apache.org/jcr/downloads.html#v2.12 See the full release notes below for details about this release: Release Notes -- Apache Jackrabbi

[ANNOUNCE] Apache Jackrabbit 2.15.2 released

2017-05-04 Thread Julian Reschke
The Apache Jackrabbit community is pleased to announce the release of Apache Jackrabbit 2.15.2. The release is available for download at: https://jackrabbit.apache.org/jcr/downloads.html#v2.15 See the full release notes below for details about this release: Release Notes -- Apache Jackrabbi

  1   2   3   4   5   6   >