Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-07-02Bug 469988 - increment versionRaymond Auge2-2/+2
Signed-off-by: Raymond Auge <raymond.auge@liferay.com>
2015-07-02Bug 469988 - [http] calling servletContext.setAttribute(name, null) causes NPERaymond Auge1-1/+7
Signed-off-by: Raymond Auge <raymond.auge@liferay.com>
2015-05-19Bug 467413 - [http whiteboard] Using HttpServletRequestWrapper in filter ↵I20150531-2000I20150529-2000I20150528-0700I20150527-2010I20150526-2010I20150525-2000I20150524-2000I20150522-2000I20150521-1715I20150521-1400I20150521-1100I20150520-2000I20150519-2000Raymond Auge2-2/+17
implementation causes StackOverflowError Signed-off-by: Raymond Auge <raymond.auge@liferay.com>
2015-04-28Adjust to changes to RuntimeDTOI20150429-2000I20150429-1330I20150429-1230I20150429-1030I20150429-0800I20150428-2000Thomas Watson2-12/+16
2015-04-28Bug 465445 - ContextServiceTest#testRemoteContextNotFound() fails sinceThomas Watson1-4/+9
I20150422-1000 - Ensure sendError is sent even if response has been committed
2015-04-28Bug 465445 - fix error handlingRaymond Auge1-24/+20
Signed-off-by: Raymond Auge <raymond.auge@liferay.com>
2015-04-27Update the OSGi APIs to the latest for Http WhiteboardI20150428-0800I20150428-0100I20150427-2000Thomas Watson2-5/+5
2015-04-22Bug 465137 - [http whiteboard] error page exception class handling issuesRaymond Auge1-11/+23
Signed-off-by: Raymond Auge <raymond.auge@liferay.com>
2015-04-22Bug 464377 - only track calls to sendErrorRaymond Auge1-15/+4
2015-04-22Bug 464377 - if response is committed we can't do anything, and if only ↵Raymond Auge1-0/+12
setStatus was called ignore it. Signed-off-by: Raymond Auge <raymond.auge@liferay.com>
2015-04-22Bug 464377 - don't propagate previous stateRaymond Auge1-2/+8
2015-04-22Bug 465194 - [http whiteboard] service prop osgi.http.service.id value must ↵Thomas Watson1-2/+2
be Collection<Long>
2015-04-21Bug 464377 - HttpService tries to send an error status on already commited ↵Raymond Auge1-1/+1
response when the underlying servlet sets response status to 200 OK Signed-off-by: Raymond Auge <raymond.auge@liferay.com>
2015-04-16Bug 464829 - [http whiteboard] must callI20150421-0800Thomas Watson2-12/+13
ServletContextHelper.handleSecurity before invoking the filter chain
2015-04-14Bug 464518 - [http whiteboard] support 4xx and 5xx errorPage valuesThomas Watson1-6/+21
2015-04-14Bug 464637 - [http whiteboard] a number of internal structures areThomas Watson2-74/+221
included in DTOs from runtime
2015-04-10Bug 464334 - [http whiteboard] should throwI20150414-1400I20150414-0800Thomas Watson1-1/+45
UnsupportedOperationException for various ServletContext methods
2015-03-25Bug 452257 - [http] Registered SecurityFilter not used anymoreThomas Watson2-10/+20
- fix the pattern matching for legacy filter registrations - fix the filter pattern matching for exact pattern matches
2015-03-23Bug 462581 - [http whiteboard] Issues with context root of SLASH andI20150324-0800Thomas Watson1-0/+4
ContextPathCustomizer which may result in a context path ending in '/' Change-Id: Id35e90877d2fd592eb5c1d12a0997e600482be74 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2015-03-23Bug 462567 - [http] exception on session timeoutRaymond Auge1-59/+71
2015-03-23Bug 460720 - [http whiteboard] add support for Servlet 3.1 ↵Raymond Auge3-2/+48
javax.servlet.http.HttpSessionIdListener as suggested by the draft spec Signed-off-by: Raymond Auge <raymond.auge@liferay.com>
2015-03-19Revert "Bug 460720 - [http whiteboard] add support for Servlet 3.1 ↵I20150320-0800I20150320-0030I20150319-1640I20150319-1430Raymond Auge3-48/+2
javax.servlet.http.HttpSessionIdListener as suggested by the draft spec" This reverts commit e40fc4f9da890007b3b06646971d691566cdd84e.
2015-03-19Revert "Bug 462567 - [http] exception on session timeout"Raymond Auge1-71/+59
This reverts commit e68112ce16167c7181c22ebf8a9350fc09dfd9b6.
2015-03-19Bug 462567 - [http] exception on session timeoutRaymond Auge1-59/+71
2015-03-19Bug 460720 - [http whiteboard] add support for Servlet 3.1 ↵Raymond Auge3-2/+48
javax.servlet.http.HttpSessionIdListener as suggested by the draft spec Signed-off-by: Raymond Auge <raymond.auge@liferay.com>
2015-03-11Bug 461926 - [http whiteboard] removal of osgi.whiteboard capability,I20150311-1300Thomas Watson1-4/+11
replaced by osgi.implementation
2015-03-10Bug 461862 - [http] potential response committed error when handling errorsRaymond Auge2-16/+72
Signed-off-by: Raymond Auge <raymond.auge@liferay.com>
2015-03-09Bug 461754 - [http] HttpSessionAdaptor$ParentSessionListener doesn't ↵I20150310-0800Raymond Auge1-1/+3
implement Serializable making the session not replicable Signed-off-by: Raymond Auge <raymond.auge@liferay.com>
2015-03-07Bug 461090 - [http whiteboard] Servlet unable to respond with error 400 Bad ↵Raymond Auge1-1/+1
Request Signed-off-by: Raymond Auge <raymond.auge@liferay.com>
2015-02-25Bug 460173 - make sure to ignore "false" caseI20150305-1200I20150303-0800Raymond Auge2-3/+5
2015-02-25Bug 460639 - safely handle boolean properties particularly in Failed*DTOsRaymond Auge3-4/+41
Signed-off-by: Raymond Auge <raymond.auge@liferay.com>
2015-02-25Bug 459726 - [http] eagerly clear/flush session on timeoutThomas Watson1-20/+27
- Don't assume the session id stays constant
2015-02-25Bug 460805 - [http whiteboard] update to the latest APIsThomas Watson3-3/+0
2015-02-24Bug 460718 - [http whiteboard] get Listener types from objectClass so that ↵Raymond Auge2-10/+12
we don't accidentally invoke listeners of excluded types
2015-02-24Bug 460717 - [http whiteboard] Listeners failing to set the correct type for ↵Raymond Auge1-2/+3
osgi.http.whiteboard.listener property should get a proper FailedListenerDTO Signed-off-by: Raymond Auge <raymond.auge@liferay.com>
2015-02-24Bug 460639 - source formatingI20150224-0800Raymond Auge1-1/+1
2015-02-24Bug 460173 - [http] listener registrations are only used if ↵Raymond Auge2-2/+1
osgi.http.whiteboard.listener=true the proper failure DTO is now created for this case Signed-off-by: Raymond Auge <raymond.auge@liferay.com>
2015-02-24Bug 460639 - failed resourcesRaymond Auge4-11/+87
Signed-off-by: Raymond Auge <raymond.auge@liferay.com>
2015-02-24Bug 460639 - failed servletsRaymond Auge3-9/+85
Signed-off-by: Raymond Auge <raymond.auge@liferay.com>
2015-02-24Bug 460639 - failed filtersRaymond Auge3-5/+90
Signed-off-by: Raymond Auge <raymond.auge@liferay.com>
2015-02-24Bug 460639 - source formatingRaymond Auge1-8/+7
Signed-off-by: Raymond Auge <raymond.auge@liferay.com>
2015-02-24Bug 460639 - better failure handlingRaymond Auge8-16/+139
Signed-off-by: Raymond Auge <raymond.auge@liferay.com>
2015-02-24Bug 460639 - remove erroneous filter partRaymond Auge1-2/+0
Signed-off-by: Raymond Auge <raymond.auge@liferay.com>
2015-02-24Bug 460639 - source formatingRaymond Auge2-12/+11
Signed-off-by: Raymond Auge <raymond.auge@liferay.com>
2015-02-24Bug 460649 - [http] make safe copies of DTOs where applicableRaymond Auge2-10/+82
Signed-off-by: Raymond Auge <raymond.auge@liferay.com>
2015-02-24Bug 460639 - [http] implement failure DTOsRaymond Auge6-171/+188
Signed-off-by: Raymond Auge <raymond.auge@liferay.com>
2015-02-23Bug 459913 - [http] use the classloader of the http service when creating ↵Raymond Auge1-1/+1
proxies around services Signed-off-by: Raymond Auge <raymond.auge@liferay.com>
2015-02-23Bug 454186 - back off over exuberant synchronized changeRaymond Auge1-1/+1
2015-02-23Bug 454186 - [http] implement regex filter matchingRaymond Auge3-26/+55
Signed-off-by: Raymond Auge <raymond.auge@liferay.com>
2015-02-23Bug 454185 - [http] fix the ordering of filters to only use ranking & ↵Raymond Auge2-62/+56
service.id rather than longest path Signed-off-by: Raymond Auge <raymond.auge@liferay.com>

Back to the top