• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

SSL link broken [FIXED]

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
in SystemGlobals.property, set

forumLink=https\://localhost


turns out in the template files you didn't really make use of this value.

- forum_base.htm, line 7
<base href="http://${serverName}:${serverPort}${contextPath}/">

- index_main.htm, line 3
<base href="http://${serverName}:${serverPort}${contextPath}/">


that sorta defeats the purpose of having a value in SystemGlobals.property, isn't it?

i've hacked your template htmls to make it to work for now.


Cheers,

Felix
[originally posted on jforum.net by Anonymous]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Great!! thanks!!

Rafael
[originally posted on jforum.net by Rafael Steil]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Anonymous wrote:in SystemGlobals.property, set

forumLink=https\://localhost


turns out in the template files you didn't really make use of this value.

- forum_base.htm, line 7
<base href="http://${serverName}:${serverPort}${contextPath}/">

- index_main.htm, line 3
<base href="http://${serverName}:${serverPort}${contextPath}/">


that sorta defeats the purpose of having a value in SystemGlobals.property, isn't it?

i've hacked your template htmls to make it to work for now.


Cheers,

Felix



I have fixed this, for the forum home links (Squirell & "back to home page" ) on forum_base.htm. Should I fix it for the base href's as well.. If these are the same then I will go ahead and fix it.. Shouldn't be too hard to fix, and I can get it into CVS later today..

Let me know.

Ken
[originally posted on jforum.net by kencochrane]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes, sure you can

Rafael
[originally posted on jforum.net by Rafael Steil]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Rafael Steil wrote:Yes, sure you can



It is fixed, I have put it in CVS.. try it out and let me know what you think..

Ken
[originally posted on jforum.net by kencochrane]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Rafael Steil wrote:Great!! thanks!!

Rafael



You're welcome! great work on this project~ I really appreciate your contribution!

I'll keep you posted on any issues I found in the future.


Cheers,

Felix
[originally posted on jforum.net by Anonymous]
 
We've gotta get close enough to that helmet to pull the choke on it's engine and flood his mind! Or, we could just read this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic