Skip to content
This repository has been archived by the owner. It is now read-only.
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
poc
 
 
 
 

README.md

Introduction

This repository is the code sandbox of the OWASP Error Handling Cheat Sheet.

All sandbox projects are stored in the poc folder.

Every project expose a single service that throw a exception in order to simulate an non-catched exception by the application and then simulate an unexpected error.

IDE used

The following IDE has been used:

Projects can be directly opened and run using the associated IDE (a Run Configuration has been added for Java project).

Command line to test the error handling

The following curl command line can be used to trigger the error handling.

Project: java-classic-web-application

curl -v http://localhost:9090/service

Project: java-springboot-web-application

curl -v http://localhost:8080/greeting

Project: aspnet-core-web-application

curl -v http://localhost:[PORT]/api/values

Project: aspnet-webapi-web-application

curl -v http://localhost:[PORT]/api/values

About

POC in order to find the right setup to define a global error handler in differents web based technologies

Topics

Resources

Releases

No releases published

Packages

No packages published