Divine C

Results 65 comments of Divine C

@amisevsk after removing below lines from my `devfile.yaml`, i'm not facing above issues ``` - checkoutFrom: - revision: master ``` below is my new `devfile.yaml` ``` schemaVersion: 2.1.0 metadata: name:...

> @Divine1 @tolusha @sparkoo Any update? > Problem still blocks us from using Eclipse Che in our Azure AKS RBAC Azure AD joined setup. Have you tried this approach? https://github.com/eclipse/che/issues/21477#issuecomment-1160516560

@longwuyuan currently i destroyed that k8s cluster v1.24.1 and i have setup k8s cluster v1.22.9. v1.22.9 works fine for me as of now. i already have a different project running...

@longwuyuan i have not checked 4.2.3 yet , but if you believe that it is fixed, then i believe you (ofcourse until i verify/confirm it). Will reopen this ticket if...

@phughk Spring boot which is preferred by most folks supports [only Jdk 17 and greater version](https://docs.spring.io/spring-boot/docs/current/reference/html/getting-started.html#getting-started.system-requirements) from V3.0 and folks are migrating to V3.0. if underlying framework requires Jdk 17,...

@addaleax thank you for the clear responses anna **i have one additional doubt** ` It uses the built-in http module, which in turn uses the net.Socket API (or the libuv...

i have been assigned a task to fix these 3 XSS attacks. But, i'm having a hardtime in understanding these XSS attacks. yes there are many articles online to read...

@FINDarkside Thank you for your response, i understand it now. But, there is still some confusion. when it comes to `autocomplete` in this `materialize` ,we have the `data` json object...

@FINDarkside i understand your point. i was trying to simulate the xss attack say, i recieve data via ajax and i'm trying to render it in browser. Incase of both...

@FINDarkside i have a new perspective on certain things now because of you :). Please read my below comment @lucianot54 i went through your js fiddles. i have to fix...