diff options
author | Florian Zschocke <florian.zschocke@cycos.com> | 2013-07-09 13:07:13 +0200 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2013-08-12 16:32:12 -0400 |
commit | a0c34e37fe8e456a21c7a57e9d45e637ab40cce8 (patch) | |
tree | a85998534a5075716263d7d3c4529e5b3b9a11b5 /gitblit.iml | |
parent | 13208e8c3b34c321b470aa181b705f78fcc09c5f (diff) | |
download | gitblit-a0c34e37fe8e456a21c7a57e9d45e637ab40cce8.tar.gz gitblit-a0c34e37fe8e456a21c7a57e9d45e637ab40cce8.zip |
Add an Apache htpasswd user service
Add a new class, HtpasswdUserService, which performs authentication
against a text file created with the Apache 'htpasswd' program.
Added dependency on commons-codec:1.7
Diffstat (limited to 'gitblit.iml')
-rw-r--r-- | gitblit.iml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/gitblit.iml b/gitblit.iml index c4ba270c..d29b31af 100644 --- a/gitblit.iml +++ b/gitblit.iml @@ -479,6 +479,17 @@ </SOURCES> </library> </orderEntry> + <orderEntry type="module-library"> + <library name="commons-codec-1.7.jar"> + <CLASSES> + <root url="jar://$MODULE_DIR$/ext/commons-codec-1.7.jar!/" /> + </CLASSES> + <JAVADOC /> + <SOURCES> + <root url="jar://$MODULE_DIR$/ext/src/commons-codec-1.7.jar!/" /> + </SOURCES> + </library> + </orderEntry> <orderEntry type="module-library" scope="TEST"> <library name="junit-4.11.jar"> <CLASSES> @@ -612,17 +623,6 @@ </library> </orderEntry> <orderEntry type="module-library" scope="TEST"> - <library name="commons-codec-1.6.jar"> - <CLASSES> - <root url="jar://$MODULE_DIR$/ext/commons-codec-1.6.jar!/" /> - </CLASSES> - <JAVADOC /> - <SOURCES> - <root url="jar://$MODULE_DIR$/ext/src/commons-codec-1.6.jar!/" /> - </SOURCES> - </library> - </orderEntry> - <orderEntry type="module-library" scope="TEST"> <library name="commons-exec-1.1.jar"> <CLASSES> <root url="jar://$MODULE_DIR$/ext/commons-exec-1.1.jar!/" /> |