Skip to content

Commit 8f07c84

Browse files
author
TanyaEf
committed
Fixed README.md
1 parent 412a253 commit 8f07c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ Client uses `SPRING` authentication by default but you can specify authenticatio
180180
config.setAuthenticationType(AuthenticationType.SPRING);
181181
```
182182
Or set authentication type in configuration file (for details, read section [Configuration](https://github.com/Jaspersoft/jrs-rest-java-client/blob/master/README.md#configuration)).
183-
Please notice, the basic authentication is not stateless and it is valid till method logout() is called or the application is restarted and you can not use this authentication type for Report Service authentication (for details, read section [Configuration](https://github.com/Jaspersoft/jrs-rest-java-client/blob/master/README.md#report-services)).
183+
Please notice, the basic authentication is not stateless and it is valid till method logout() is called or the application is restarted and you can not use this authentication type for Report Service, because all operations must be executed in the same session (for details, read section [Report services](https://github.com/Jaspersoft/jrs-rest-java-client/blob/master/README.md#report-services)).
184184
###Anonymous session
185185
For some Jasperserver services authentication is not required (for example, settings service and server info service), so you can use anonymous session:
186186
```java

0 commit comments

Comments
 (0)