Liferay控制台出现redirect to url is not allowed

在将Liferay部署到服务器并使用IP访问时遇到'redirect to url is not allowed'警告。解决方法是在portal.properties文件中调整'ips.allowed'配置,确保其为空或设置为正确IP。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

在本地部署使用Localhost访问都正常,部署到服务器后用ip访问老是出现warn:redirect to +url+ is not allowed, 原来portal.properties里面有默认的配置如下:

##  
## Redirect  
##  

    #  
    # Set this property to "ip" or "domain" for the redirect security method. If  
    # set to "domain", the portal will only redirect users to domains listed in  
    # the property "redirect.url.domain.allowed". If set to "ip", the portal  
    # will only redirect to domains whose IP address resolve to an IP address  
    # listed in the property "redirect.url.ip.allowed".  
    #  
    #redirect.url.security.mode=domain  
    redirect.url.security.mode=ip  

    #  
    # Input a list of comma delimited domains which the portal is allowed to  
    # redirect to. Input a blank list to allow any domain.  
    #  
    redirect.url.domains.allowed=  

    #  
    # Input a list of comma delimited IPs which the portal is allowed to  
    # redirect to. Input a blank list to allow any IP. SERVER_IP will be  
    # replaced with the IP of the host server.  
    #  
    redirect.url.ips.allowed=127.0.0.1,SERVER_IP  
    redirect.url.ips.allowed=  

按注解的说明,把ips.allowed配置为空或者设置为正确的ip就可以了。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值