I hereby claim:
- I am riduidel on github.
- I am riduidel (https://keybase.io/riduidel) on keybase.
- I have a public key whose fingerprint is EA8A FF4C 12AC E7BD CCE7 66C6 AFD7 BDA6 0364 932D
To claim this, I am signing this object:
FROM maven:3.5.0-jdk-8-alpine | |
RUN apk --no-cache add graphviz ttf-droid ttf-droid-nonlatin | |
ADD . /usr/src/app | |
WORKDIR /usr/src/app |
2017-05-26T07:10:36.110Z OIDC+: AuthenticateJWT called with token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwczovL2hvbWVib29rLmV1LmF1dGgwLmNvbS8iLCJzdWIiOiJhdXRoMHw1OTFlZmZmZDY2MGI4NzcxMTYxZTYwNDAiLCJhdWQiOiJ1OEM2QjVPV05LVUx2bmt1OTFCWXlLRXd5QmdSTlZLSCIsImV4cCI6MTQ5NTY0ODAxOCwiaWF0IjoxNDk1NjEyMDE4fQ.sPG7AS36k548iMP5063SEnz2tZ3FSUmOmdG41tfBlj8 | |
2017-05-26T07:10:36.111Z OIDC+: JWT issuer: https://!myapplication.eu.auth0.com/, audiences: [MY_CLIENT_ID] | |
2017-05-26T07:10:36.111Z OIDC+: Call GetProviderForIssuer w/ providers: map[Auth0:0xc4201020c0] | |
2017-05-26T07:10:36.111Z OIDC+: GetProviderForIssuer with issuer: https://!myapplication.eu.auth0.com/, audiences: [MY_CLIENT_ID] | |
2017-05-26T07:10:36.111Z OIDC+: Provider matches, returning | |
2017-05-26T07:10:36.111Z OIDC+: Provider for issuer: &{JWTOptions:{ValidationKey:<nil> SigningMethod:<nil>} Issuer:https://!myapplication.eu.auth0.com/ Register:true ClientID:0xc420015a80 ValidationKey:0xc420015a90 CallbackURL:0xc420f59bd0 DisableSession:false Scope:[] Inclu |
func (h *handler) checkAuth(context *db.DatabaseContext) error { | |
h.user = nil | |
if context == nil { | |
return nil | |
} | |
defer checkAuthRollingMean.AddSince(time.Now()) | |
var err error | |
// If oidc enabled, check for bearer ID token |
<?xml version="1.0" encoding="utf-8"?> | |
<packages> | |
<package id="7zip" version="19.0" /> | |
<package id="7zip.install" version="19.0" /> | |
<package id="7zip.portable" version="19.0" /> | |
<package id="AdoptOpenJDKjre" version="14.0.1.7" /> | |
<package id="Bitnami-XAMPP" version="7.4.6" /> | |
<package id="chocolatey" version="0.10.15" /> | |
<package id="chocolateygui" version="0.15.0" /> | |
<package id="clink" version="0.4.9" /> |
I hereby claim:
To claim this, I am signing this object:
@Route(method = HttpMethod.POST, uri = "/{portal}/config/{page}/upload") | |
public Result uploadFileFor(@Parameter("portal") String portalId, | |
@Parameter("page") String pageId, | |
@FormParameter("fileInputChooser") FileItem uploaded) throws IOException { | |
// Et là, pas la peine de voir le code : uploaded est null ! | |
} |
def files = [ | |
/* Files requiring intervention */ | |
] | |
def projectDir = /* my project dir */ | |
/** | |
* I **could** have used svnant (http://subclipse.tigris.org/svnant.html) but as it is not available in any repo, I preferred to directly invoke the command | |
*/ | |
def ant = new AntBuilder() |
define(["jquery"], function($) { | |
function ReinvokableDeferred() { | |
this.success = []; | |
this.failure = []; | |
this.any = []; | |
} | |
ReinvokableDeferred.prototype = { | |
_add : function(array, called) { | |
for(var arg in called) { |
<dl> | |
<dt>Exif IFD0.Orientation</dt> <dd>Top, left side (Horizontal / normal)</dd> | |
<dt>Exif IFD0.Resolution</dt> <dd>Inch</dd> | |
<dt>Exif IFD0.WindowsAuthor</dt> <dd>Nicolas Delsaux</dd> | |
<dt>Exif IFD0.XResolution</dt> <dd>72 dots per inch</dd> | |
<dt>Exif IFD0.YCbCrPositioning</dt> <dd>Datum point</dd> | |
<dt>Exif IFD0.YResolution</dt> <dd>72 dots per inch</dd> | |
<dt>Exif SubIFD.35mmFilmEquivFocalLength</dt> <dd>40mm</dd> | |
<dt>Exif SubIFD.ColorSpace</dt> <dd>sRGB</dd> |
Donc j'ai cette exception
Daemon Thread [p: thread-pool-1; w: 9] (Suspended (exception java.lang.ArrayIndexOutOfBoundsException))
java.util.HashMap<K,V>.put(K, V) line: 498
java.util.HashSet<E>.add(E) line: 217
Quand je regarde mon code, j'ajoute des objets dans un bête HashSet. La seule particularité, c'est la méthode de calcul du hashcode :
public int hashCode() {