| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |
| | |
| | |
| | | |
Change-Id: I39c303885b5712476780cb8fb7814763610eab47
|
| | |
| | |
| | | |
Change-Id: I77e826f81f2469badf35462ba40f0e8d73e48245
|
| | |
| | |
| | |
| | | |
Change-Id: Ia8cec8bb9d4bd89d8f0609df19dedcc10ab46bdd
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: I5c6be2ae0fdaff8b6b6169d6a1110ae824472532
(cherry picked from commit 97741f4545e5f246e7b1af01270abc832b9cf3ab)
|
| | |
| | |
| | |
| | | |
Change-Id: I985f85e51ea3522d534ae24517eac534012485ab
|
|\| |
| | |
| | |
| | | |
Change-Id: Id7db526d07a14ac259cbb50415bbafd2a7c2ab94
|
| | |
| | |
| | |
| | | |
Change-Id: I4d67cd84c6f4179da6d6fea6b881e8ccd65e70d9
|
| | |
| | |
| | |
| | | |
Change-Id: If6fa13c84c8afb5caaf2d46ac283f704baf88695
|
| |/
| |
| |
| | |
Change-Id: I2daf32e0c49501ef3807fd694a641491b26d46bd
|
| |
| |
| |
| | |
Change-Id: Ia548da265c4cdfae13c6f0f76939f767ccf60975
|
| |
| |
| |
| | |
Change-Id: I5bc616b216e3ecadc76b8f0ef542e74eb4493bda
|
| |
| |
| |
| | |
Change-Id: I50c2e4a95b492a42c4291e8dcbede3de87f1be6f
|
| |
| |
| |
| | |
Change-Id: Icff63665d6cbef5a5dfd07c64a4535f6bf55de08
|
| |
| |
| |
| |
| |
| |
| |
| | |
* UIDL responses only include server side timing information when not
in production mode.
* Update documentation accordingly.
Change-Id: I961d1fdc96b3d04f22254fcd13a5412f17118b42
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
After a file has been uploaded VDragAndDropWrapper tries to pull changes
from the server by calling
ApplicationConnection.sendPendingVariableChanges() which has no effect.
This change replaces the
ApplicationConnection.sendPendingVariableChanges() call with an RPC.
Change-Id: Ibdf7f4d702add9507dbe54c1fdb402f0f4b19d19
|
| |
| |
| |
| | |
Change-Id: I70f0d79095bfd05b83905df6a3eedd1a5e93b48e
|
| |
| |
| |
| | |
Change-Id: Iad15b95abeb24e7dd1e06b1d9f70844cb061cb49
|
| |
| |
| |
| | |
Change-Id: I04524b71f6cdc2a31cb87958c30b6f698789511c
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This change also cleans up some redundant POM metaadata.
Even though Maven documentation does not list it, also the organization
section is inherited to the effective POM.
pom-template.xml is still in the project for a longer description and a
repositories section until publishing to staging is cleaned up.
Change-Id: I76b71aec1d2812e2f9ef321c3b4131c613a29cb7
|
| |
| |
| |
| | |
Change-Id: Ie01ced69a0b07afc336817d2c5c1e69e2b7e118f
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This patch refactors how unpacking of dependencies is handled.
It now uses a more generic configuration on top level as well as
updates the phase where the extraction happens. This way the source
plugin configuration remains small
Change-Id: I952ec84e05eac255f8b44044baceba37e07737c5
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Consolidate Ivy dependencies for Eclipse and ide.xml in one location
and remove redundant ivy.xml files.
This also fixes some theme and resource paths in ide.xml but does not
fully fix test theme compilation.
Change-Id: If44c73d7f85d02ebef379aa306e6e284fe7446c1
|
| |
| |
| |
| | |
Change-Id: Ib3af43a1b6945db00194775fbb2a91b4b495ee9b
|
| |
| |
| |
| | |
Change-Id: Ie40ea2c74358f6bf35a5a36a98561fd53fffe23f
|
| |
| |
| |
| | |
Change-Id: I984423abafde267a0da99e9aba4a3227fb6ddc17
|
| |
| |
| |
| | |
Change-Id: Iefa9f9715c51e3b94b7a4df33ea7c0c166cf29d6
|
| |
| |
| |
| | |
Change-Id: Iac29db81c0c7ff425da73e7ae3d69eadabf5de77
|
| |
| |
| |
| | |
Change-Id: I6c9367022eb66ed0fc6cbcc071751a53bd9786a1
|
| |
| |
| |
| | |
Change-Id: Ib1252575da642074441818fda0f3946df300aa64
|
| |
| |
| |
| | |
Change-Id: I5c740f4e9cb28103bab199f9a552153d82277e7e
|
| |
| |
| |
| | |
Change-Id: I4ddc5050874faeb091740ac5ab4f9cafecf5696b
|
|/
|
|
| |
Change-Id: I244182abfe3b72c59786b520eafb663b5c1e5918
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Prevent user-provided input used in the redirect from containing newline
characters as the user agent would interpret subsequent parts of the
input as additional headers or the actual HTTP payload.
At least modern versions of Tomcat and Jetty already protect against
this kind of attack by escaping received header values, but that is not
necessarily the case for older versions or other servlet engines.
See https://www.owasp.org/index.php/HTTP_Response_Splitting for details.
Change-Id: If4b9bf5fba953073de49c1ab1cba8e5e6bc8e546
|
|
|
|
| |
Change-Id: I0f0c029d6de88b74bae1c7253b7665d5570e3767
|
|
|
|
| |
Change-Id: I596d0cc13b782398b4c5c8338b8370e69862ea88
|
|
|
|
| |
Change-Id: Ied328804260b1a7bb35093fca1d972735559cf41
|
|
|
|
| |
Change-Id: I0201c2dc94cd50d09931d54bb9e18893e6737d9c
|
|
|
|
| |
Change-Id: I875e152b8851d7b962be47f369c1f6b483193260
|
|
|
|
| |
Change-Id: I78d14f3936b4a01f1decd079eb4ac4010a5635d2
|
|
|
|
|
|
|
|
| |
Adds a missing throw to sort method and fixes
getSortableContainerPropertyIds to return an empty collection if not
sortable.
Change-Id: I5df34234867762ce88e181a10ec015cd0336cd39
|
|
|
|
| |
Change-Id: I9a01528910c5f9ec830e236fd8acd78dda763f24
|
|
|
|
| |
Change-Id: If5461521aec2fd2faef0f51d6e0fe724ce3a899e
|
|
|
|
| |
Change-Id: Ic28598e561f0fc325b6f74ace3398d46ba996fb5
|
|
|
|
| |
Change-Id: Ibc4d35a8f729b670d8712743c9da8d608a0ba952
|
|
|
|
| |
Change-Id: If3628bc655d6cd58ab51b7400af808bdbca3dc91
|
|
|
|
| |
Change-Id: I08f05bee9bf0c82f5767c63654046285c85f233a
|
|
|
|
|
|
| |
* Adds missing custom attributes to Slider/AbstractEmbedded
Change-Id: I574caf3499ab0681a7c829f89164062eb725013f
|
|
|
|
|
|
|
| |
Added the custom attributes href and target to the Link component to
match the attribute names used by Link.readDesign() and
Link.writeDesign()
Change-Id: I7f257fcf89cb78d14d9632aa1be548e92f3010c3
|
|
|
|
| |
Change-Id: Ic08bfa69bc0c4cb42ecbb1d53ab712e75075ee10
|
|
|
|
| |
Change-Id: Ieccb53a402dd6669fb684b0ef8e18e4c8778c58e
|