我可以通过调用登录到 pentaho 用户控制台
protocal&hostname/pentaho/j_spring_security_check?j_username=joe&j_password=password
从java类之后我想用
protocal&hostname/pentaho/SolutionRepositoryService?component=createNewFolder&solution=New_Report&path=&name=suzy_reports&desc=suzy_reports
java类本身的url调用web服务调用,但是在调用第二个url时它给出
Exception in thread "main" java.io.IOException: Server returned HTTP response code: 401 for URL: protocal&hostname/pentaho/Login;jsessionid=F096F1C25268
D1A795A55892511D6506
但两个网址都可以单独工作
- 有没有办法让两个电话都有一个网址?- 调用第一个 url 并存储会话以便它不要求第二个身份验证?或任何其他解决方案?