-
Notifications
You must be signed in to change notification settings - Fork 19
ImageWidth and ImageHeight wasn't working. #651
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Issue 100577
|
Waiting from someone from the organization to review this |
|
Waiting from someone from the organization to review this |
|
Waiting from someone from the organization to review this |
1 similar comment
|
Waiting from someone from the organization to review this |
9c00554 to
ec43290
Compare
|
Waiting from someone from the organization to review this |
| try{ | ||
| if (filePathOrUrl.toLowerCase().startsWith("http://") || filePathOrUrl.toLowerCase().startsWith("https://") || | ||
| (httpContext.isHttpContextWeb() && filePathOrUrl.startsWith(httpContext.getContextPath()))) | ||
| is = new URL(GXDbFile.pathToUrl( filePathOrUrl, httpContext)).openStream(); |
Check failure
Code scanning / CodeQL
Server-side request forgery
|
Waiting from someone from the organization to review this |
2d376cf to
e1011e8
Compare
|
Waiting from someone from the organization to review this |
e1011e8 to
b12c6ff
Compare
|
Waiting from someone from the organization to review this |
|
Waiting from someone from the organization to review this |
* ImageWidth and ImageHeigth wasnt working. Issue 100577 * Prettified code and reverted unnecessary changes * Dummy commit to force automatic merge Co-authored-by: Tomás Sexenian <tomas-sexenian@users.noreply.github.com> Co-authored-by: tomas-sexenian <tsexenian@genexus.com> Co-authored-by: iroqueta <46004974+iroqueta@users.noreply.github.com>
* ImageWidth and ImageHeigth wasnt working. Issue 100577 * Prettified code and reverted unnecessary changes * Dummy commit to force automatic merge Co-authored-by: Tomás Sexenian <tomas-sexenian@users.noreply.github.com> Co-authored-by: tomas-sexenian <tsexenian@genexus.com> Co-authored-by: iroqueta <46004974+iroqueta@users.noreply.github.com>
This reverts commit 40e819c.
* ImageWidth and ImageHeigth wasnt working. Issue 100577 * Prettified code and reverted unnecessary changes * Dummy commit to force automatic merge Co-authored-by: Tomás Sexenian <tomas-sexenian@users.noreply.github.com> Co-authored-by: tomas-sexenian <tsexenian@genexus.com> Co-authored-by: iroqueta <46004974+iroqueta@users.noreply.github.com>
This reverts commit 4198f9d.
Issue 100577