Skip to content

Commit

Permalink
yegor256#65: fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed May 29, 2013
1 parent 34ccfe3 commit e7c2bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s3auth-hosts/src/main/java/com/s3auth/hosts/Htpasswd.java
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ private static final class Sha implements Htpasswd.Algorithm {
* SHA1 pattern.
*/
private static final Pattern PATTERN =
Pattern.compile("\\{SHA\\}([a-zA-Z0-9/]+=*)");
Pattern.compile("\\{SHA\\}([a-zA-Z0-9/\\+]+=*)");
/**
* {@inheritDoc}
*/
Expand Down

0 comments on commit e7c2bc1

Please sign in to comment.