Subversion Repositories bacoAlunos

Compare Revisions

Ignore whitespace Rev 653 → Rev 655

/impl/src/java/pt/estgp/estgweb/web/WebProxy.java
208,7 → 208,7
try
{
 
String pathFinal = path.indexOf("?") >=0 ? URIUtil.encodePath(path.substring(0,path.indexOf("?")), "ISO-8859-1") + "?" + path.substring(path.indexOf("?")) : path;
String pathFinal = path.indexOf("?") >=0 ? URIUtil.encodePath(path.substring(0,path.indexOf("?")), "ISO-8859-1") + path.substring(path.indexOf("?")) : path;
System.out.println("Getting: " + serverUrl + pathFinal);
URL url = new URL(serverUrl + pathFinal);
 
/impl/src/web/public/courses/courseMenu.jsp
16,7 → 16,7
<div class="linkLeftMenu">
<div class="listClean">
<ul>
<li><a href="<%=request.getContextPath() + "/startLoadCourseSeparators.do?type=" + request.getAttribute("type") + "&courseView.id=" + CourseView.getId()%>">Inicio</a></li>
<li><a href="<%=request.getContextPath() + "/startLoadCourseSeparators.do?type=" + CourseView.getDegree() + "&courseView.id=" + CourseView.getId()%>">Inicio</a></li>
 
<li><html:link action="/startLoadCourseStudiesPlan?type=${CourseView.degree}&courseView.id=${CourseView.id}">Plano de Estudos</html:link></li>