Nexus menus mangle external ssl site URLs

James Roman

Nexus menus mangle external ssl site URLs

Posted:11 May 2007 (14:30 UTC)
Anonymous

Re: Nexus menus mangle external ssl site URLs

Posted:11 May 2007 (15:02 UTC)
I think I am having the exact same problem...if you could let me know what you did to get around it, I would appreciate it.

Thanks!
James Roman

Re: Nexus menus mangle external ssl site URLs

Posted:14 May 2007 (15:08 UTC)
Anonymous

Re: Nexus menus mangle external ssl site URLs

Posted:14 May 2007 (20:53 UTC)
THanks for your reply...I think I misunderstood you, as upon further reading, your problem is not the same as mine...basically my problem is the href is wrong...I installed it using secure (https) but everytime I click a link that calls the program, it sends the page back http...but thanks anyways
WaterDragon
Profile Picture
Joined: 08 Jun 2006

Re: Nexus menus mangle external ssl site URLs

Posted:07 Jun 2007 (10:29 UTC)
Thanks. I have added a fix similar to yours to Nexus.php. I actually made the regexp:

<?php
[a-zA-Z]{2,8}
?>
to allow more URI types through. While we could validate against known URI types this would probably be a pain to maintain. Allowing types of 2 to 8 should cover just about everything.
  Page 1 of 1  1