docs and pgp version
parent
17478fcfc4
commit
17d8bfa907
2
pom.xml
2
pom.xml
|
@ -297,7 +297,7 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-gpg-plugin</artifactId>
|
<artifactId>maven-gpg-plugin</artifactId>
|
||||||
<version>1.5</version>
|
<version>1.6</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<phase>verify</phase>
|
<phase>verify</phase>
|
||||||
|
|
|
@ -320,6 +320,7 @@ public class Site {
|
||||||
* Disable it to ignore all cookie fields and stay clean.
|
* Disable it to ignore all cookie fields and stay clean.
|
||||||
* Warning: Set cookie will still NOT work if disableCookieManagement is true.
|
* Warning: Set cookie will still NOT work if disableCookieManagement is true.
|
||||||
* @param disableCookieManagement disableCookieManagement
|
* @param disableCookieManagement disableCookieManagement
|
||||||
|
* @return this
|
||||||
*/
|
*/
|
||||||
public Site setDisableCookieManagement(boolean disableCookieManagement) {
|
public Site setDisableCookieManagement(boolean disableCookieManagement) {
|
||||||
this.disableCookieManagement = disableCookieManagement;
|
this.disableCookieManagement = disableCookieManagement;
|
||||||
|
|
Loading…
Reference in New Issue