302跳转 response中location 相对路径问题 » apusic-web.xml
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
---|---|
2 |
<!DOCTYPE aas-web-app PUBLIC "-//Apusic.com//DTD Apusic Application Server 10.1 Servlet 3.0//EN" "http://apusic.com/dtds/apusic-web-app_3_0-1.dtd">
|
3 |
<aas-web-app error-url=""> |
4 |
<!-- <class-loader delegate="false"/> -->
|
5 |
<property name="relativeRedirectAllowed" value="true"/> |
6 |
</aas-web-app>
|