Mercurial > lada > lada-server
annotate .hgignore @ 544:04e254571b8a openid
First non-functional implementation of openid verification
Uses the openid4j package to extract openid information
provided by the client as a HTTP Header.
Currently the statelessness of the services prevents the
exchange of discovery information between client and server.
It is only useful for evaluation and testing.
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Wed, 25 Feb 2015 16:03:35 +0100 |
parents | 83b0822c2aab |
children | db7866a95cd2 |
rev | line source |
---|---|
0
83b0822c2aab
Added ignore file
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
1 # use glob syntax. |
83b0822c2aab
Added ignore file
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
2 syntax: glob |
83b0822c2aab
Added ignore file
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
3 |
83b0822c2aab
Added ignore file
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
4 *.class |
83b0822c2aab
Added ignore file
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
5 *.orig |
83b0822c2aab
Added ignore file
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
6 .classpath |
83b0822c2aab
Added ignore file
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
7 .gitignore |
83b0822c2aab
Added ignore file
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
8 .factorypath |
83b0822c2aab
Added ignore file
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
9 .gitignore |
83b0822c2aab
Added ignore file
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
10 .project |
83b0822c2aab
Added ignore file
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
11 *~ |
83b0822c2aab
Added ignore file
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
12 |
83b0822c2aab
Added ignore file
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
13 # switch to regexp syntax. |
83b0822c2aab
Added ignore file
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
14 syntax: regexp |
83b0822c2aab
Added ignore file
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
15 ^target/ |
83b0822c2aab
Added ignore file
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
16 ^.settings |
83b0822c2aab
Added ignore file
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
17 |