Posts by eliocapelati • 203 points
4 posts
-
1
votes1
answer179
viewsA: What HTTP error code should I use?
Hello, @Pena, Since you haven’t gone into the details of how your application is implementing login, I will only talk about HTTP. When any user accesses some resource that he does not have proper…
-
2
votes2
answers634
viewsQ: Change in audit in Java+Spring+Oracle application
I am tasked with changing an audit implementation in an application in which I work. The requirement of the audit is to know the history of changes, and execution of certain tasks by a given user.…
-
1
votes1
answer67
viewsQ: Run unit tests with dependencies that are in the exclusions group
I have a scenario where I need to run a test with Junit in a feature that has an external dependency, but to run this functionality on the application server I need to put this external dependency…
-
6
votes3
answers18812
viewsQ: Running command with another user within a shell script
I have a shell script that I need to run some commands with a linux user, and some other commands with another user. Something more or less like this: #!/bin/bash echo 'rodando com usuário A'…