mirror of
https://github.com/dkmstr/openuds.git
synced 2025-03-11 00:58:39 +03:00
Fixed a couple incidences with UTF8 and SAML
This commit is contained in:
parent
de80b26880
commit
15df5b8141
@ -158,6 +158,7 @@ MIDDLEWARE_CLASSES = (
|
||||
SESSION_EXPIRE_AT_BROWSER_CLOSE = True
|
||||
|
||||
SESSION_COOKIE_HTTPONLY = False
|
||||
SESSION_SERIALIZER='django.contrib.sessions.serializers.PickleSerializer'
|
||||
|
||||
ROOT_URLCONF = 'server.urls'
|
||||
|
||||
|
@ -44,7 +44,7 @@ import logging
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
__updated__ = '2014-03-22'
|
||||
__updated__ = '2014-05-08'
|
||||
|
||||
|
||||
# a few constants
|
||||
@ -548,6 +548,7 @@ class ModelHandler(BaseModelHandler):
|
||||
|
||||
def put(self):
|
||||
logger.debug('method PUT for {0}, {1}'.format(self.__class__.__name__, self._args))
|
||||
self._params['_request'] = self._request
|
||||
|
||||
if len(self._args) > 1: # Detail?
|
||||
return self.processDetail()
|
||||
|
Loading…
x
Reference in New Issue
Block a user