Как да гласувам? 1. От твоя Android смартфон: До понеделник 4 февруари свали приложението на “Да, България!” и се регистирай с дадения ти код от менюто “Избори” > “Регистрация“. 2. На твоя iPhone: До понеделник 4 февруари свали приложението на “Да, България!” и се регистирай с дадения ти код от менюто “Избори” > “Регистрация“. […]
Author Archives: Vladimir Dzhuvinov
Защо се състезавам в предварителните избори за Европейски парламент?
Киберсигурност 750 представители ще бъдат избрани за следващия Европейски парламент през 2019. Там ни е нужен поне един експерт по киберсигурност. Защо? Икономиката, търговията и банкирането в Европа все по-мащабно протичат в Интернет. Нашите социални контакти и много лични данни са там. Демократичният процес също се влияе от мрежата – като се започне от това […]
La Palma, I’ll miss you!
photo Rusev
CORS Filter with improved performance
The new 2.5 release of the CORS Filter for handling cross-domain requests offers improved performance. This benefits Java web servers that handle lots of traffic, particularly situations when a significant proportion of that is invalid or unauthorised CORS requests. The improvement is achieved by using static (cached) exceptions within the filter. Here is an an […]
Мантрата на статуквото
Нещата са зле. Всяка промяна обаче ще ги направи още по-зле. Затова нека се примирим с нещата такива каквито са. Това е мантрата на статуквото. Дистанционното гласуване не е добра идея, защото ще има още повече купени гласове. Затова нека не пипаме нещата. Така те всъщност са добре. Статуквото често е облечено в добра и […]
CORS Filter with automatic reconfiguration
Version 2.4 of the Java CORS Filter for handling cross-domain requests has added support for automatic reconfiguration. You can change your CORS policy at runtime without having to reload your web service or application. Kudos to Alexey Zvolinsky for contributing this cool new feature. Automatic reconfiguration is provided by a special variant of the CORS […]
Major new release of the CORS Filter for Java web apps
Four years after its inception it was time for a new major 2.0 release of the CORS Filter that enables Java web applications to handle cross-domain requests according to the W3C spec for Cross-Origin Resource Sharing. What are the highlights of the new 2.0 version? The minimum Servlet API requirement is now raised to version […]
Released Connect2id server 1.2 for OpenID Connect SSO and IdP
Today we released version 1.2 of the Connect2id server for single sign-on (SSO) and identity federation based on the new OpenID Connect standard. What’s in it: http://connect2id.com/blog/connect2id-server-1.2 To download a copy: http://connect2id.com/products/server/download To test OpenID Connect login with the server online: https://demo.nimbusds.com/oidc-client What is OpenID Connect? OpenID Connect is a new web standard for OAuth 2.0 – […]
Released JsWorld 2.8.1 for currency, numeric and date/time formatting in JavaScript
The JsWorld library for JavaScript formatting and parsing of date/times, numeric and currency amounts received a fresh update for 2014. Written entirely in JavaScript, JsWorld takes a novel approach by enabling data localisation to be performed inside the browser, offloading the web server and offering unmatched flexibility for real-time applications. What’s in the new 2.8.1 release […]
Android developers, rejoice!
The latest 2.24 release of the Nimbus JOSE + JWT library removes the Apache Commons Codec dependency for base 64 and base 64 URL-safe encoding / decoding, by switching to an internal codec (from the migbase64 project). This should greatly ease use of the library on Android devices. Thanks to everyone who contributed with patches […]