Re: Question about change to FileUtil.java

2013-01-30 Thread Babak Vahdat
>Sent: Wednesday, January 30, 2013 3:29 PM >To: Vishal Changrani >Subject: Re: Question about change to FileUtil.java > >Maybe you could already verify if the regression you're facing has been >really fixed by the upcoming 2.10.4 release. For this you would need to &g

RE: Question about change to FileUtil.java

2013-01-30 Thread vishal1981
..@n5.nabble.com] Sent: Wednesday, January 30, 2013 3:29 PM To: Vishal Changrani Subject: Re: Question about change to FileUtil.java Maybe you could already verify if the regression you're facing has been really fixed by the upcoming 2.10.4 release. For this you would need to (temporarily) add

Re: Question about change to FileUtil.java

2013-01-30 Thread Babak Vahdat
Maybe you could already verify if the regression you're facing has been really fixed by the upcoming 2.10.4 release. For this you would need to (temporarily) add the Apache Snapshot repository into your POM: http://camel.apache.org/download.html#Download-Maven2snapshotrepositoryinpom then depend

Re: Question about change to FileUtil.java

2013-01-30 Thread Babak Vahdat
You're right. I get the same 404 as I get redirected to the swiss mirror here: http://mirror.switch.ch/mirror/apache/dist/camel/apache-camel/2.10.2/apache-camel-2.10.2.zip It seems the releases have not pushed properly into the mirrors. Have you tried to download directly from the central itself?

Re: Question about change to FileUtil.java

2013-01-30 Thread vishal1981
Hi, None of the mirrors seem to be working for 2.10.2. I keep getting 404. This has been the case with several other release for me. I am sure my connectivity is ok. I am able to download 2.10.3 just fine. I am downloading via, http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.10.2/apache-c

RE: Question about change to FileUtil.java

2013-01-30 Thread Vishal Changrani
users@camel.apache.org' Subject: Question about change to FileUtil.java Hi, In this particular SVN commit, in FileUtil.java method - compactPath, I see that the check for ".." in the path has been removed. Earier if path didn't contained '..' then th

Re: Question about change to FileUtil.java

2013-01-30 Thread vishal1981
Ah ok so its only broken in 2.10.3. Great I will switch to 2.10.2. Thanks again. -- View this message in context: http://camel.465427.n5.nabble.com/Question-about-change-to-FileUtil-java-tp5726527p5726576.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Question about change to FileUtil.java

2013-01-30 Thread Claus Ibsen
On Wed, Jan 30, 2013 at 4:58 PM, vishal1981 wrote: > I do indeed use 2.10.3. May I know when is 2.10.4 anticipated? > You can use 2.10.2 in the mean time. 2.10.4 is scheduled for Feb/Mar 2013. > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Question-about-change-t

Re: Question about change to FileUtil.java

2013-01-30 Thread vishal1981
I do indeed use 2.10.3. May I know when is 2.10.4 anticipated? -- View this message in context: http://camel.465427.n5.nabble.com/Question-about-change-to-FileUtil-java-tp5726527p5726566.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Question about change to FileUtil.java

2013-01-29 Thread Claus Ibsen
On Wed, Jan 30, 2013 at 12:23 AM, Vishal Changrani wrote: > Hi, > > > In this particular SVN commit, in FileUtil.java method - compactPath, I see > that the check for ".." in the path has been removed. Earier if path didn't > contained '..' then the function would just return. > > http://svn.apa

Question about change to FileUtil.java

2013-01-29 Thread Vishal Changrani
Hi, In this particular SVN commit, in FileUtil.java method - compactPath, I see that the check for ".." in the path has been removed. Earier if path didn't contained '..' then the function would just return. http://svn.apache.org/viewvc/camel/trunk/camel-core/src/main/java/org/apache/camel/uti