cancel
Showing results for 
Search instead for 
Did you mean: 

Obtain portal Url Alias in a DC

nicola_balloni
Explorer
0 Kudos

Hi all,

is there a way to retrieve the UrlAlias ​​portal from a jsp (or java class) in an abstract portal component?

I can successfully retrieve servername, port and intercept if it is a http or https but I don't know how to recover UrlAlias.

Any idea?

Thanks!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Balloni,

You can get the value of the portal alias in the logon page in this way:

String portalAlias = (String) request.getAttribute("PortalAlias");

Regards,

Ashvin

Answers (0)