don't need/want chunking on dashboard asset
This commit is contained in:
parent
742efc3a60
commit
cffe57f0a8
2 changed files with 25 additions and 26 deletions
|
|
@ -566,7 +566,7 @@ sub www_edit {
|
|||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 www_view ( [ disableCache ] )
|
||||
=head2 www_view ( )
|
||||
|
||||
Renders self->view based upon current style, subject to timeouts. Returns Privilege::noAccess() if canView is False.
|
||||
|
||||
|
|
@ -588,10 +588,11 @@ sub www_view {
|
|||
return WebGUI::Asset->getNotFound($self->session)->www_view;
|
||||
}
|
||||
}
|
||||
if ($self->get("encryptPage") && $self->session->env->get("HTTPS") ne "on") {
|
||||
$self->session->http->setRedirect($self->getUrl);
|
||||
return "";
|
||||
}
|
||||
# causes problems with the wre so it's commented out
|
||||
# if ($self->get("encryptPage") && $self->session->env->get("HTTPS") ne "on") {
|
||||
# $self->session->http->setRedirect($self->getUrl);
|
||||
# return "";
|
||||
# }
|
||||
$self->logView();
|
||||
# must find a way to do this next line better
|
||||
$self->session->http->setCookie("wgSession",$self->session->var->{_var}{sessionId}) unless $self->session->var->{_var}{sessionId} eq $self->session->http->getCookies->{"wgSession"};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue