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
274c63cc
Commit
274c63cc
authored
May 18, 2022
by
Emanuel Lugo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
seguridad a filtros postulante
parent
4f4be366
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
4 deletions
+10
-4
src/main/webapp/menu.jsp
+0
-4
src/main/webapp/postulante-consulta.jsp
+10
-0
No files found.
src/main/webapp/menu.jsp
View file @
274c63cc
...
@@ -8,10 +8,6 @@
...
@@ -8,10 +8,6 @@
}%
>
}%
>
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<html>
...
...
src/main/webapp/postulante-consulta.jsp
View file @
274c63cc
<
%@
page
import=
"jakarta.servlet.http.* , java.lang.Object"
%
>
<
%
HttpSession
session1 =
request.getSession(true);
Object
done =
session1.getAttribute("logon.isDone");
if
(
done =
=
null
)
{
session1
.
setAttribute
("
login
.
target
",
HttpUtils
.
getRequestURL
(
request
).
toString
());
response
.
sendRedirect
(
request
.
getScheme
()
+
"
:
//"
+
request
.
getServerName
()
+
"
:
"
+
request
.
getServerPort
()
+
request
.
getContextPath
()
+"/
login
.
jsp
");
return
;
}%
>
<
%@
page
language=
"java"
contentType=
"text/html; charset=ISO-8859-1"
pageEncoding=
"ISO-8859-1"
%
>
<
%@
page
language=
"java"
contentType=
"text/html; charset=ISO-8859-1"
pageEncoding=
"ISO-8859-1"
%
>
<
%@
taglib
uri =
"http://java.sun.com/jsp/jstl/core"
prefix =
"c"
%
>
<
%@
taglib
uri =
"http://java.sun.com/jsp/jstl/core"
prefix =
"c"
%
>
<!DOCTYPE html>
<!DOCTYPE html>
...
...
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