Skip to content

Commit

Permalink
Merge branch 'cleancruft' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Nov 23, 2010
2 parents 68410fa + 6cb511b commit 93971e0
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 939 deletions.
Expand Up @@ -19,7 +19,6 @@
*
* User: greg
* Created: Jan 14, 2005 4:57:46 PM
* $Id: DefaultFormAuthenticator.java 7839 2008-02-19 21:00:26Z ahonor $
*/
package com.dtolabs.client.utils;

Expand Down Expand Up @@ -74,7 +73,7 @@ public abstract class BaseFormAuthenticator implements HttpAuthenticator {
* Cookie name for java auth session: {@value}
*/
public static final String JAVA_SESSION_COOKIE_NAME = "JSESSIONID";
public static final Pattern JAVA_SESSION_COOKIE_PATTERN = Pattern.compile("^JSESSIONID(_CT_.+)?$");
public static final Pattern JAVA_SESSION_COOKIE_PATTERN = Pattern.compile("^JSESSIONID$");
/**
* Secure protocol: {@value}
*/
Expand Down

0 comments on commit 93971e0

Please sign in to comment.