Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
ProyectoFinal-Bootcamp
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jose Baez
ProyectoFinal-Bootcamp
Commits
f1f3ee4e
Commit
f1f3ee4e
authored
May 12, 2022
by
Emanuel Lugo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Imports to jacarta
parent
ad414c11
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
2 deletions
+19
-2
src/main/java/com/roshka/proyectofinal/ProtectedResource.java
+2
-2
src/main/webapp/loginSuccess.jsp
+17
-0
No files found.
src/main/java/com/roshka/proyectofinal/ProtectedResource.java
View file @
f1f3ee4e
...
@@ -2,8 +2,8 @@ package com.roshka.proyectofinal;
...
@@ -2,8 +2,8 @@ package com.roshka.proyectofinal;
import
java.io.*
;
import
java.io.*
;
import
java.util.*
;
import
java.util.*
;
import
ja
vax.servlet.*
;
import
ja
karta.servlet.*
;
import
ja
vax
.servlet.http.*
;
import
ja
karta
.servlet.http.*
;
public
class
ProtectedResource
extends
HttpServlet
{
public
class
ProtectedResource
extends
HttpServlet
{
...
...
src/main/webapp/loginSuccess.jsp
0 → 100644
View file @
f1f3ee4e
<
%@
page
contentType=
"text/html; charset=UTF-8"
pageEncoding=
"UTF-8"
%
>
<!DOCTYPE html>
<html>
<head>
<title>
LoginExitoso
</title>
</head>
<body>
<div
align =
"center"
>
<h1>
LOGGIN EXITOSO
</h1>
</div>
</body>
</html>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment