Currently I am using ivy.html.startref to get start link. But it is http. How can I get it with https?

asked 15.05.2017 at 03:45

Bang%20Ngo's gravatar image

Bang Ngo
(suspended)
accept rate: 0%

My solution currently is: check HttpServletRequest is secured if yes then replace http with https

(15.05.2017 at 04:19) Bang Ngo Bang%20Ngo's gravatar image

If the current request comes from an HTTPS URI ivy.html.startref will keep the startref URI in HTTPS format. So there should no manual URI hacking be required.

At least that is the behavior that I see with Axon.ivy 6.5. Are you using an older version that behaves different?

link

answered 22.05.2017 at 05:34

Reguel%20Wermelinger's gravatar image

Reguel Werme... ♦♦
9.4k31958
accept rate: 70%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×11

Asked: 15.05.2017 at 03:45

Seen: 1,961 times

Last updated: 29.05.2017 at 03:04