Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsFeedbackFeedbackSsl and Captcha?Ssl and Captcha?
Previous
 
Next
New Post
10/22/2007 9:50 PM
 

trying to get this resolved for the next release. Will keep you posted as soon as I get the confirmation from the core regarding this..

Sanjay


AcuitiDP - Oracle Data Provider for DotNetNuke
 
New Post
10/24/2007 12:09 PM
 

It should be fixed in 4.7.0, although I am solving it slightly differently, as there is no need for the Captch "page" - captcha.aspx, to process any of this code, so I will replace

            'check if we are upgrading/installing
            If Request.Url.LocalPath.ToLower.EndsWith("install.aspx") _
                    OrElse Request.Url.LocalPath.ToLower.EndsWith("installwizard.aspx")  Then
                Exit Sub
            End If

with

            'check if we are upgrading/installing or if this is a captcha request
            If Request.Url.LocalPath.ToLower.EndsWith("install.aspx") _
                    OrElse Request.Url.LocalPath.ToLower.EndsWith("installwizard.aspx") _
                    OrElse Request.Url.LocalPath.ToLower.EndsWith("captcha.aspx") Then
                Exit Sub
            End If


Charles Nurse
Chief Architect
Evoq Content Team Lead,
DNN Corp.

Want to contribute to the Platform project? - See here
MVP (ASP.NET) and
ASPInsiders Member
View my profile on LinkedIn
 
New Post
10/24/2007 12:10 PM
 

Note however the best way to get an issue "fixed" is to add it to Gemini, as I was not aware until this morning that the issue existed.


Charles Nurse
Chief Architect
Evoq Content Team Lead,
DNN Corp.

Want to contribute to the Platform project? - See here
MVP (ASP.NET) and
ASPInsiders Member
View my profile on LinkedIn
 
New Post
9/2/2009 11:00 PM
 
hi everyone, i know i'm a "little" bit late for thes conversation but can someone send me a copy of the compiled dll with this captcha bug fixed?? i dont have a VS version of DNN so i can't compile the UrlRewrite.dll. I'm using the 4.9.2 version. thnks for any help :P
 
New Post
10/9/2012 7:11 PM
 

This issue appears to still be lingering in the post v6 realm.

I see that it was addressed in issues DNN-6655 and DNN-6556, but both of these appear to have been closed and marked as "Duplicate". One of these posts indicates the issue was resolved in 4.7, but I still see the problem.

Is there any additional feedback on what may be causing this or when it will be permanently resolved?

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsFeedbackFeedbackSsl and Captcha?Ssl and Captcha?


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out