<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[TinyMCE Forum - url path in mcefilemanager]]></title>
		<link>http://www.tinymce.com/forum/viewtopic.php?id=25752</link>
		<description><![CDATA[The most recent posts in url path in mcefilemanager.]]></description>
		<lastBuildDate>Tue, 10 May 2011 10:22:29 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: url path in mcefilemanager]]></title>
			<link>http://www.tinymce.com/forum/viewtopic.php?pid=90226#p90226</link>
			<description><![CDATA[<p>These examples show how to set the root path based on sessions:<br /><a href="http://tinymce.moxiecode.com/wiki.php/MCImageManager:Authentication">http://tinymce.moxiecode.com/wiki.php/M &#133; entication</a></p><p>The product is made to be easy to integrate into existing systems. So just add some of that logic to your login page and it will be restricted to a specific user directory. However it seems that you are using classical ASP so then you would have to share the sessions though the external authenticator.</p><p>That is also described on the link.</p>]]></description>
			<author><![CDATA[dummy@example.com (spocke)]]></author>
			<pubDate>Tue, 10 May 2011 10:22:29 +0000</pubDate>
			<guid>http://www.tinymce.com/forum/viewtopic.php?pid=90226#p90226</guid>
		</item>
		<item>
			<title><![CDATA[Re: url path in mcefilemanager]]></title>
			<link>http://www.tinymce.com/forum/viewtopic.php?pid=90187#p90187</link>
			<description><![CDATA[<div class="quotebox"><cite>spocke wrote:</cite><blockquote><p>If you have the session authenticator enables only logged in users will be able to see the files. All other users won&#039;t have the specified session and there for not see any files. The session authenticator can scope the user to a specific directory.</p></blockquote></div><p>How can i do this?</p><div class="quotebox"><cite>spocke wrote:</cite><blockquote><p>The root path init option is client side only and is only to be used to further scope the user for convenience not security.</p></blockquote></div><p>I use this:<br />Using a form, login in a specific web page in which I have the following link:<br />&lt;a href=&quot;javascript:;&quot; onclick=&quot;mcFileManager.browse({oninsert : customInsert, rootpath : &#039;{0}/&lt;%=(check.Fields.Item(&quot;Folder_name&quot;).Value)%&gt;&#039;});&quot;&gt;SEND FILES&lt;/a&gt;</p><p>is there any other way, when a user logins with a specific user name and password, in order to see only a specific folder within mcfilemanager?</p>]]></description>
			<author><![CDATA[dummy@example.com (anestis100)]]></author>
			<pubDate>Mon, 09 May 2011 14:28:33 +0000</pubDate>
			<guid>http://www.tinymce.com/forum/viewtopic.php?pid=90187#p90187</guid>
		</item>
		<item>
			<title><![CDATA[Re: url path in mcefilemanager]]></title>
			<link>http://www.tinymce.com/forum/viewtopic.php?pid=90185#p90185</link>
			<description><![CDATA[<p>Directory listing is disabled anyway!</p><p>My problem is that when someone click on SEND FILES link, a new window opens with mcfilemanager. The user can see the url in web browser which is:<br />http://&lt;website name&gt;/scripts/tiny_mce/plugins/filemanager/pages/fm/index.html</p><p>if someone copies the above link in a new web browser window can see all the folders of all the users<br />not only his folder from the interface of the mcfilemanager. He can see the all the folder inside mcfilemanager! that&#039;s my problem!</p><div class="quotebox"><cite>spocke wrote:</cite><blockquote><p>You can disable file listing in the IIS and that is a good practice anyway.<br /><a href="http://blogs.iis.net/nitashav/archive/2010/05/13/iis6-0-ui-vs-iis7-x-ui-series-directory-browsing.aspx">http://blogs.iis.net/nitashav/archive/2 &#133; wsing.aspx</a></p></blockquote></div>]]></description>
			<author><![CDATA[dummy@example.com (anestis100)]]></author>
			<pubDate>Mon, 09 May 2011 14:19:50 +0000</pubDate>
			<guid>http://www.tinymce.com/forum/viewtopic.php?pid=90185#p90185</guid>
		</item>
		<item>
			<title><![CDATA[Re: url path in mcefilemanager]]></title>
			<link>http://www.tinymce.com/forum/viewtopic.php?pid=90181#p90181</link>
			<description><![CDATA[<p>If you have the session authenticator enables only logged in users will be able to see the files. All other users won&#039;t have the specified session and there for not see any files. The session authenticator can scope the user to a specific directory. The root path init option is client side only and is only to be used to further scope the user for convenience not security.</p>]]></description>
			<author><![CDATA[dummy@example.com (spocke)]]></author>
			<pubDate>Mon, 09 May 2011 14:15:02 +0000</pubDate>
			<guid>http://www.tinymce.com/forum/viewtopic.php?pid=90181#p90181</guid>
		</item>
		<item>
			<title><![CDATA[Re: url path in mcefilemanager]]></title>
			<link>http://www.tinymce.com/forum/viewtopic.php?pid=90179#p90179</link>
			<description><![CDATA[<p>You can disable file listing in the IIS and that is a good practice anyway.<br /><a href="http://blogs.iis.net/nitashav/archive/2010/05/13/iis6-0-ui-vs-iis7-x-ui-series-directory-browsing.aspx">http://blogs.iis.net/nitashav/archive/2 &#133; wsing.aspx</a></p>]]></description>
			<author><![CDATA[dummy@example.com (spocke)]]></author>
			<pubDate>Mon, 09 May 2011 14:10:29 +0000</pubDate>
			<guid>http://www.tinymce.com/forum/viewtopic.php?pid=90179#p90179</guid>
		</item>
		<item>
			<title><![CDATA[Re: url path in mcefilemanager]]></title>
			<link>http://www.tinymce.com/forum/viewtopic.php?pid=90170#p90170</link>
			<description><![CDATA[<p>Thank you for your answer...I use IIS7 and the .net version of mcfilemanager.<br />Unfortunately, the link I gave shows all the folders I have created!</p><p>[Regardless, you can add an index.html file to the main folder where the files are being uploaded to prevent the browser from displaying a list of folders]. </p><p>How can do that?</p><div class="quotebox"><cite>parawing742 wrote:</cite><blockquote><p>The example link you gave wouldn&#039;t show all the folders you have created for each username. Regardless, you can add an index.html file to the main folder where the files are being uploaded to prevent the browser from displaying a list of folders. Or on Apache webservers, you can prevent the server from sending a list of all folders by addition the &quot;Options -Indexes&quot; directive to your htacess file.</p><p>This is really a problem with MCFileManager as your integration of their software would dictate what type of security would need to be created for your specific implementation.</p></blockquote></div>]]></description>
			<author><![CDATA[dummy@example.com (anestis100)]]></author>
			<pubDate>Mon, 09 May 2011 13:57:05 +0000</pubDate>
			<guid>http://www.tinymce.com/forum/viewtopic.php?pid=90170#p90170</guid>
		</item>
		<item>
			<title><![CDATA[Re: url path in mcefilemanager]]></title>
			<link>http://www.tinymce.com/forum/viewtopic.php?pid=90167#p90167</link>
			<description><![CDATA[<p>The example link you gave wouldn&#039;t show all the folders you have created for each username. Regardless, you can add an index.html file to the main folder where the files are being uploaded to prevent the browser from displaying a list of folders. Or on Apache webservers, you can prevent the server from sending a list of all folders by addition the &quot;Options -Indexes&quot; directive to your htacess file.</p><p>This is really a problem with MCFileManager as your integration of their software would dictate what type of security would need to be created for your specific implementation.</p>]]></description>
			<author><![CDATA[dummy@example.com (parawing742)]]></author>
			<pubDate>Mon, 09 May 2011 13:33:29 +0000</pubDate>
			<guid>http://www.tinymce.com/forum/viewtopic.php?pid=90167#p90167</guid>
		</item>
		<item>
			<title><![CDATA[Re: url path in mcefilemanager]]></title>
			<link>http://www.tinymce.com/forum/viewtopic.php?pid=90082#p90082</link>
			<description><![CDATA[<div class="quotebox"><cite>spocke wrote:</cite><blockquote><p>I don&#039;t understand. The path is encrypted no full file system paths are displayed by default.</p></blockquote></div><p>I explain:<br />The users of a website have their own username and password. The username is also the folder name which they use.</p><p>Using a form, login in a specific web page in which I have the following link:<br />&lt;a href=&quot;javascript:;&quot; onclick=&quot;mcFileManager.browse({oninsert : customInsert, rootpath : &#039;{0}/&lt;%=(check.Fields.Item(&quot;Folder_name&quot;).Value)%&gt;&#039;});&quot;&gt;SEND FILES&lt;/a&gt;</p><p>So each user have their own private folder, in which can send files using mcfilemanager without any problem!</p><p>My problem is that when someone click on SEND FILES link, a new window opens with mcfilemanager. The user can see the url in web browser which is:<br />http://&lt;website name&gt;/scripts/tiny_mce/plugins/filemanager/pages/fm/index.html</p><p>if he copies the above link in a new web browser window can see all the folders of all the users<br />not only his folder.<br />How can i stop this?</p>]]></description>
			<author><![CDATA[dummy@example.com (anestis100)]]></author>
			<pubDate>Thu, 05 May 2011 13:04:25 +0000</pubDate>
			<guid>http://www.tinymce.com/forum/viewtopic.php?pid=90082#p90082</guid>
		</item>
		<item>
			<title><![CDATA[Re: url path in mcefilemanager]]></title>
			<link>http://www.tinymce.com/forum/viewtopic.php?pid=90040#p90040</link>
			<description><![CDATA[<p>I don&#039;t understand. The path is encrypted no full file system paths are displayed by default.</p>]]></description>
			<author><![CDATA[dummy@example.com (spocke)]]></author>
			<pubDate>Wed, 04 May 2011 18:31:30 +0000</pubDate>
			<guid>http://www.tinymce.com/forum/viewtopic.php?pid=90040#p90040</guid>
		</item>
		<item>
			<title><![CDATA[url path in mcefilemanager]]></title>
			<link>http://www.tinymce.com/forum/viewtopic.php?pid=89964#p89964</link>
			<description><![CDATA[<p>How can i disable (i would like nobody can see that path) the url path in mcefilemanager when I open it in a new window?</p><p>This is very important security problem for me!</p>]]></description>
			<author><![CDATA[dummy@example.com (anestis100)]]></author>
			<pubDate>Tue, 03 May 2011 15:20:47 +0000</pubDate>
			<guid>http://www.tinymce.com/forum/viewtopic.php?pid=89964#p89964</guid>
		</item>
	</channel>
</rss>
