Select the search type
  • Site
  • Web
Search
You are here:  Support/Forums
Support

Bring2mind Forums

file not found error in stead of login form
Last Post 11/24/2011 3:57 PM by Peter Donker. 3 Replies.
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
peter schotman
New Member
New Member
Posts:29


--
11/14/2011 10:05 PM
Hi Peter,

I have links on public pages that point to documents that are visible for reg. users only.

on dnn 523 / dmx 539, this works fine, however on 5.6x and 6.01 this does not work any more.

I get the following urls (taken from fiddler):

GET /DeNVK/Documenten.aspx?Command=Core_Download&EntryId=1149 HTTP/1.1

GET /DesktopModules/Bring2mind/DMX/Download.aspx?Command=Core_Download&EntryId=1149&PortalId=0&TabId=603 HTTP/1.1

GET /login.aspx?ReturnUrl=%2fDesktopModules%2fBring2mind%2fDMX%2fDownload.aspx%3fCommand%3dCore_Download%26EntryId%3d1149%26PortalId%3d0%26TabId%3d603&Command=Core_Download&EntryId=1149&PortalId=0&TabId=603 HTTP/1.1

the last one throws a 404 (while on 523 there is no problem).


Can you help?

Peter

Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
11/16/2011 11:48 AM
Hi Peter,

As far as I can tell this is a DNN issue. The last url is a request for the login page. The only errors I spot are the non-encoded ampersands at the end which are in fact part of the return url. But it is DNN that makes this elaborate url. Can you double check the form of the url in DNN 523? If the return url is the same as here then the difference is in the way login.aspx handles the parameters. If the ampersands are indeed encoded properly then it is in the code that redirects when authentication is requested.

Peter
peter schotman
New Member
New Member
Posts:29


--
11/16/2011 12:08 PM
of course it is DNN, the url's are exactly the same, but that is not the point. Your module breaks on this and that might concern you ...

Peter

Here a fiddler log:


GET /Documenten.aspx?Command=Core_Download&EntryId=1537 HTTP/1.1
GET /DesktopModules/Bring2mind/DMX/Download.aspx?Command=Core_Download&EntryId=1537&PortalId=0&TabId=603 HTTP/1.1
GET /login.aspx?ReturnUrl=%2fDesktopModules%2fBring2mind%2fDMX%2fDownload.aspx%3fCommand%3dCore_Download%26EntryId%3d1537%26PortalId%3d0%26TabId%3d603&Command=Core_Download&EntryId=1537&PortalId=0&TabId=603 HTTP/1.1
Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
11/24/2011 3:57 PM
I have submitted this to DNN Gemini and I hope they will act on it:

http://support.dotnetnuke...px?id=18844&PROJID=2

Peter
You are not authorized to post a reply.